libgpewidget: inherit gpe. clean things up a bit.
authorRene Wagner <rw@handhelds.org>
Fri, 17 Feb 2006 14:27:59 +0000 (14:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 17 Feb 2006 14:27:59 +0000 (14:27 +0000)
packages/libgpewidget/libgpewidget_0.102.bb
packages/libgpewidget/libgpewidget_0.103.bb
packages/libgpewidget/libgpewidget_0.105.bb
packages/libgpewidget/libgpewidget_0.107.bb
packages/libgpewidget/libgpewidget_0.109.bb
packages/libgpewidget/libgpewidget_cvs.bb

index 35f09b5..58e8c71 100644 (file)
@@ -1,15 +1,15 @@
 LICENSE = "LGPL"
-PR = "r2"
+PR = "r3"
 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
 SECTION = "gpe/libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
 
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
-               file://cairo.patch;patch=1;pnum=1"
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
 
-inherit pkgconfig autotools
+SRC_URI += "file://cairo.patch;patch=1;pnum=1"
 
 EXTRA_OECONF = "--enable-cairo"
 
index 0d8dcf2..b174398 100644 (file)
@@ -1,14 +1,13 @@
 LICENSE = "LGPL"
-PR = "r2"
+PR = "r3"
 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
 SECTION = "gpe/libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
 
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
-
-inherit pkgconfig autotools
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
 
 EXTRA_OECONF = "--enable-cairo"
 
index f7d45ff..884c55c 100644 (file)
@@ -3,11 +3,11 @@ DESCRIPTION = "libgpewidget contains a collection of widgets and other common co
 SECTION = "gpe/libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
+PR = "r1"
 
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
-
-inherit pkgconfig autotools
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
 
 EXTRA_OECONF = "--enable-cairo"
 
index 3bd2996..6ebab6d 100644 (file)
@@ -2,14 +2,13 @@ LICENSE = "LGPL"
 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
 SECTION = "gpe/libs"
 PRIORITY = "optional"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
+PR = "r1"
 
-PACKAGES =+ "libgpewidget-bin"
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
-
-inherit pkgconfig autotools
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
 
+PACKAGES =+ "libgpewidget-bin"
 FILES_libgpewidget-bin = "${bindir}"
 
 EXTRA_OECONF = "--enable-cairo"
index bab62fd..f107886 100644 (file)
@@ -2,23 +2,22 @@ LICENSE     = "LGPL"
 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
 SECTION     = "gpe/libs"
 PRIORITY    = "optional"
-DEPENDS     = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS     = "gtk+ cairo libxrender gtk-doc"
 MAINTAINER  = "Florian Boor <florian.boor@kernelconcepts.de>"
-PR          = "r1"
+PR          = "r2"
 
-PACKAGES =+ "libgpewidget-bin"
-
-PARALLEL_MAKE = ""
-
-SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
-           file://pkgconfig.patch;patch=1;pnum=0"
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpe pkgconfig autotools
 
-inherit pkgconfig autotools
+SRC_URI += "file://pkgconfig.patch;patch=1;pnum=0"
 
+PACKAGES =+ "libgpewidget-bin"
 FILES_libgpewidget-bin = "${bindir}"
 
 EXTRA_OECONF = "--enable-cairo"
 
+PARALLEL_MAKE = ""
+
 LDFLAGS += " -L${STAGING_LIBDIR}" 
 
 do_stage () {
index 6e60b95..e321d51 100644 (file)
@@ -2,19 +2,19 @@ DESCRIPTION = "libgpewidget contains a collection of widgets and other common co
 SECTION = "gpe/libs"
 PRIORITY = "optional"
 MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ cairo libxrender gtk-doc intltool-native"
+DEPENDS = "gtk+ cairo libxrender gtk-doc"
 
 
 LICENSE = "LGPL"
 DEFAULT_PREFERENCE = "-1"
 
 S =  "${WORKDIR}/${PN}"
-PV = "0.107+cvs${SRCDATE}"
+PV = "0.109+cvs${SRCDATE}"
 PR = "r0"
 
-inherit autotools pkgconfig
+inherit gpe autotools pkgconfig
 
-SRC_URI =   "${HANDHELDS_CVS};module=gpe/base/${PN}"
+SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"
 
 EXTRA_OECONF = "--enable-cairo"