diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-09 16:15:51 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-09 16:15:51 +0000 |
commit | 82a9facbcfa18f37da5e97c78284cf35937f7e6e (patch) | |
tree | 16e3f4e0fdc6861aa51b6605ffcec2b9c7119a31 /galculator | |
parent | e94f1e19fd0f3959407b51f3b56f37756db9368c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/09 17:15:33+01:00 (none)!pb
apply UI patch from Florian Boor
BKrev: 4117a337tbJ6l3jnY-JUXc6bN8AWaA
Diffstat (limited to 'galculator')
-rw-r--r-- | galculator/files/gnome-calc2.png (renamed from galculator/gnome-calc2.png) | 0 | ||||
-rw-r--r-- | galculator/galculator-1.2.3/src-ui.c.patch | 0 | ||||
-rw-r--r-- | galculator/galculator_1.2.3.oe | 7 |
3 files changed, 3 insertions, 4 deletions
diff --git a/galculator/gnome-calc2.png b/galculator/files/gnome-calc2.png index e69de29bb2..e69de29bb2 100644 --- a/galculator/gnome-calc2.png +++ b/galculator/files/gnome-calc2.png diff --git a/galculator/galculator-1.2.3/src-ui.c.patch b/galculator/galculator-1.2.3/src-ui.c.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/galculator/galculator-1.2.3/src-ui.c.patch diff --git a/galculator/galculator_1.2.3.oe b/galculator/galculator_1.2.3.oe index 4c1f73e36b..efac600103 100644 --- a/galculator/galculator_1.2.3.oe +++ b/galculator/galculator_1.2.3.oe @@ -1,4 +1,4 @@ -PR = "r5" +PR = "r6" inherit autotools pkgconfig gconf @@ -12,9 +12,9 @@ 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://Makefile.am.patch;patch=1 \ + file://src-ui.c.patch;patch=1;pnum=0" -#EXTRA_OECONF = "" LDFLAGS += '-Wl,--export-dynamic' @@ -22,4 +22,3 @@ do_install_append () { mkdir -p ${D}${datadir}/pixmaps install -m 0644 ${WORKDIR}/gnome-calc2.png ${D}${datadir}/pixmaps/gnome-calc2.png } - |