diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 17:21:56 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-07 17:21:56 +0000 |
| commit | c924e982629353c53561de2f8f64af0dc12f8927 (patch) | |
| tree | 3b333d0b1f33cca46fa99e8b4f4a53140fd15283 | |
| parent | aeabb07d859f5ae3651e515bef9ff11aee93f6d3 (diff) | |
| download | poky-c924e982629353c53561de2f8f64af0dc12f8927.tar.gz | |
leadpad/pcmanfm/puzzles: Make libowl optional
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 5 | ||||
| -rw-r--r-- | meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb | 11 | ||||
| -rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 7 |
3 files changed, 13 insertions, 10 deletions
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index 49a8af1fe7..fdf9948d36 100644 --- a/meta/packages/leafpad/leafpad_0.8.9.bb +++ b/meta/packages/leafpad/leafpad_0.8.9.bb | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
| 2 | DEPENDS = "gtk+ intltool-native libowl" | 2 | DEPENDS = "gtk+ intltool-native" |
| 3 | DEPENDS_append_poky = " libowl" | ||
| 3 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ | 4 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ |
| 4 | file://leafpad.desktop" | 5 | file://leafpad.desktop" |
| 5 | PR = "r9" | 6 | PR = "r10" |
| 6 | 7 | ||
| 7 | SRC_URI_append_poky += " file://owl-menu.patch;patch=1 " | 8 | SRC_URI_append_poky += " file://owl-menu.patch;patch=1 " |
| 8 | 9 | ||
diff --git a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb index 424e96416d..b51f2a2f68 100644 --- a/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb +++ b/meta/packages/pcmanfm/pcmanfm_0.3.2.2.bb | |||
| @@ -2,9 +2,10 @@ LICENSE = "GPL" | |||
| 2 | DESCRIPTION = "procfs tools" | 2 | DESCRIPTION = "procfs tools" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | DEPENDS = "gtk+ libowl startup-notification" | 5 | DEPENDS = "gtk+ startup-notification" |
| 6 | DEPENDS_append_poky = " libowl" | ||
| 6 | 7 | ||
| 7 | PR="r3" | 8 | PR = "r4" |
| 8 | 9 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | 10 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ |
| 10 | file://gnome-fs-directory.png \ | 11 | file://gnome-fs-directory.png \ |
| @@ -12,8 +13,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | |||
| 12 | file://gnome-mime-text-plain.png \ | 13 | file://gnome-mime-text-plain.png \ |
| 13 | file://emblem-symbolic-link.png \ | 14 | file://emblem-symbolic-link.png \ |
| 14 | file://desktop.patch;patch=1 \ | 15 | file://desktop.patch;patch=1 \ |
| 15 | file://no-warnings.patch;patch=1 \ | 16 | file://no-warnings.patch;patch=1" |
| 16 | file://owl-window-menu.patch;patch=1" | 17 | |
| 18 | SRC_URI_append_poky = " file://owl-window-menu.patch;patch=1" | ||
| 17 | 19 | ||
| 18 | EXTRA_OECONF = "--enable-inotify --disable-hal" | 20 | EXTRA_OECONF = "--enable-inotify --disable-hal" |
| 19 | 21 | ||
| @@ -27,4 +29,3 @@ do_install_append () { | |||
| 27 | } | 29 | } |
| 28 | 30 | ||
| 29 | FILES_${PN} += "${datadir}/pixmaps/*.png" | 31 | FILES_${PN} += "${datadir}/pixmaps/*.png" |
| 30 | |||
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index eb66137552..81be59729e 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
| @@ -1,18 +1,19 @@ | |||
| 1 | DESCRIPTION = "Portable Puzzle Collection" | 1 | DESCRIPTION = "Portable Puzzle Collection" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | DEPENDS = "gtk+ gconf intltool-native librsvg libowl" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
| 5 | DEPENDS_append_poky = " libowl" | ||
| 5 | 6 | ||
| 6 | PV = "0.1+svnr${SRCREV}" | 7 | PV = "0.1+svnr${SRCREV}" |
| 7 | PR = "r9" | 8 | PR = "r10" |
| 8 | 9 | ||
| 9 | bindir = "/usr/games" | 10 | bindir = "/usr/games" |
| 10 | 11 | ||
| 11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
| 12 | 13 | ||
| 13 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http" |
| 14 | |||
| 15 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 " | 15 | SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 " |
| 16 | |||
| 16 | S = "${WORKDIR}/${PN}" | 17 | S = "${WORKDIR}/${PN}" |
| 17 | 18 | ||
| 18 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 19 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
