diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-15 10:59:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-15 10:59:49 +0000 |
commit | 77374330d5f74164c5028a0f48d7b7311273895c (patch) | |
tree | 10091b14c24f67f79891850fe60183c9b2105f88 | |
parent | e5de248e42da2c63ed1ead2542ce6672fa924ead (diff) |
depend on gnome-desktop
BKrev: 411f42258oQxxvWTCIv2_R8zm0jHsw
-rw-r--r-- | galculator/galculator_1.2.3.oe | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/galculator/galculator_1.2.3.oe b/galculator/galculator_1.2.3.oe index efac600103..f18f825251 100644 --- a/galculator/galculator_1.2.3.oe +++ b/galculator/galculator_1.2.3.oe @@ -1,24 +1,19 @@ -PR = "r6" +PR = "r7" inherit autotools pkgconfig gconf PROVIDES = "galculator" DESCRIPTION = "GTK Advanced Calculator" -DEPENDS = "virtual/libc gtk+ libglade" +DEPENDS = "virtual/libc gtk+ libglade gnome-desktop" +RDEPENDS = "gnome-desktop" MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" SECTION = "gpe" PRIORITY = "optional" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ file://desktop-categories.patch;patch=1 \ - file://gnome-calc2.png \ file://Makefile.am.patch;patch=1 \ file://src-ui.c.patch;patch=1;pnum=0" - LDFLAGS += '-Wl,--export-dynamic' -do_install_append () { - mkdir -p ${D}${datadir}/pixmaps - install -m 0644 ${WORKDIR}/gnome-calc2.png ${D}${datadir}/pixmaps/gnome-calc2.png -} |