mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
gcalctool: : import from oe-core rev 0a6f77f549c095692045825f4b5c4c5a2edff73c
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
393d8ab6b3
commit
5ad41af6c5
@ -0,0 +1,31 @@
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
gcalctool/Makefile.am | 2 --
|
||||
2 files changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
Index: gcalctool-5.8.17/gcalctool/Makefile.am
|
||||
===================================================================
|
||||
--- gcalctool-5.8.17.orig/gcalctool/Makefile.am 2005-12-19 15:46:57.000000000 +0000
|
||||
+++ gcalctool-5.8.17/gcalctool/Makefile.am 2007-05-16 16:03:26.000000000 +0100
|
||||
@@ -1,8 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = \
|
||||
- -I$(includedir) \
|
||||
- -DG_DISABLE_DEPRECATED \
|
||||
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
||||
-DGDK_DISABLE_DEPRECATED \
|
||||
-DGNOME_DISABLE_DEPRECATED \
|
||||
Index: gcalctool-5.8.17/Makefile.am
|
||||
===================================================================
|
||||
--- gcalctool-5.8.17.orig/Makefile.am 2007-05-16 15:35:44.000000000 +0100
|
||||
+++ gcalctool-5.8.17/Makefile.am 2007-05-16 16:06:46.000000000 +0100
|
||||
@@ -29,7 +29,7 @@ DISTCLEANFILES = \
|
||||
gnome-doc-utils.make \
|
||||
gcalctool.desktop
|
||||
|
||||
-SUBDIRS = po gcalctool help
|
||||
+SUBDIRS = po gcalctool
|
||||
|
||||
SCHEMAS_FILE = gcalctool.schemas
|
||||
|
||||
13
meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
Normal file
13
meta-gnome/recipes-gnome/gcalctool/gcalctool_5.7.32.bb
Normal file
@ -0,0 +1,13 @@
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "gtk+"
|
||||
DESCRIPTION = "gcalctool is a powerful calculator"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
|
||||
file://makefile-fix.diff;patch=1\
|
||||
file://fix-includedir.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-gnome"
|
||||
12
meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
Normal file
12
meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
Normal file
@ -0,0 +1,12 @@
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "gtk+ gnome-doc-utils"
|
||||
DESCRIPTION = "gcalctool is a powerful calculator"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \
|
||||
file://fix-includedir.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-gnome"
|
||||
Loading…
x
Reference in New Issue
Block a user