leadpad/pcmanfm/puzzles: Make libowl optional

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-12-07 17:21:56 +00:00
parent aeabb07d85
commit c924e98262
3 changed files with 13 additions and 10 deletions

View File

@ -1,8 +1,9 @@
LICENSE = "GPLv2"
DEPENDS = "gtk+ intltool-native libowl"
DEPENDS = "gtk+ intltool-native"
DEPENDS_append_poky = " libowl"
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
file://leafpad.desktop"
PR = "r9"
PR = "r10"
SRC_URI_append_poky += " file://owl-menu.patch;patch=1 "

View File

@ -2,9 +2,10 @@ LICENSE = "GPL"
DESCRIPTION = "procfs tools"
SECTION = "x11"
PRIORITY = "optional"
DEPENDS = "gtk+ libowl startup-notification"
DEPENDS = "gtk+ startup-notification"
DEPENDS_append_poky = " libowl"
PR="r3"
PR = "r4"
SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
file://gnome-fs-directory.png \
@ -12,8 +13,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \
file://gnome-mime-text-plain.png \
file://emblem-symbolic-link.png \
file://desktop.patch;patch=1 \
file://no-warnings.patch;patch=1 \
file://owl-window-menu.patch;patch=1"
file://no-warnings.patch;patch=1"
SRC_URI_append_poky = " file://owl-window-menu.patch;patch=1"
EXTRA_OECONF = "--enable-inotify --disable-hal"
@ -27,4 +29,3 @@ do_install_append () {
}
FILES_${PN} += "${datadir}/pixmaps/*.png"

View File

@ -1,18 +1,19 @@
DESCRIPTION = "Portable Puzzle Collection"
LICENSE = "MIT"
SECTION = "x11"
DEPENDS = "gtk+ gconf intltool-native librsvg libowl"
DEPENDS = "gtk+ gconf intltool-native librsvg"
DEPENDS_append_poky = " libowl"
PV = "0.1+svnr${SRCREV}"
PR = "r9"
PR = "r10"
bindir = "/usr/games"
inherit autotools pkgconfig
SRC_URI = "svn://svn.o-hand.com/repos/;module=oh-puzzles;proto=http"
SRC_URI_append_poky = " file://oh-puzzles-owl-menu.patch;patch=1;pnum=0 "
S = "${WORKDIR}/${PN}"
EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"