summaryrefslogtreecommitdiff
path: root/meta/packages/startup-notification
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-22 11:53:49 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-23 23:19:53 +0100
commit4129415ef77af64b3e86eceb1c2d0a59f88b6fe7 (patch)
tree4d9cd090724f6986ed80847c62879fbcc13eb941 /meta/packages/startup-notification
parente4f98097bcde8d79d0cf0dc8f9f8734a3ec6d783 (diff)
downloadopenembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.gz
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.bz2
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.tar.xz
openembedded-core-4129415ef77af64b3e86eceb1c2d0a59f88b6fe7.zip
startup-notification: upgrade to the latest version 0.10
updated DESCRIPTION, BUGTRACKER, LIC_FILES_CHKSUM; updated the comment (sn-utils.c -> sn-util.c); reset PR to "r0"; updated DEPENDS: added xcb-util. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/startup-notification')
-rw-r--r--meta/packages/startup-notification/startup-notification_0.10.bb27
-rw-r--r--meta/packages/startup-notification/startup-notification_0.9.bb18
2 files changed, 27 insertions, 18 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.10.bb b/meta/packages/startup-notification/startup-notification_0.10.bb
new file mode 100644
index 000000000..62f89417f
--- /dev/null
+++ b/meta/packages/startup-notification/startup-notification_0.10.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Startup-notification contains a reference implementation of the startup notification protocol."
+HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
+BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=Specifications"
+
+# most files are under MIT, but libsn/sn-util.c is under LGPL, the
+# effective license is LGPL
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a2ae2cd47d6d2f238410f5364dfbc0f2 \
+ file://libsn/sn-util.c;endline=18;md5=18a14dc1825d38e741d772311fea9ee1 \
+ file://libsn/sn-common.h;endline=23;md5=6d05bc0ebdcf5513a6e77cb26e8cd7e2 \
+ file://test/test-boilerplate.h;endline=23;md5=923e706b2a70586176eead261cc5bb98"
+
+PR = "r0"
+
+SECTION = "libs"
+
+PRIORITY = "optional"
+
+DEPENDS = "virtual/libx11 libsm xcb-util"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"
+
+do_configure_prepend () {
+ export X_LIBS=" -L${STAGING_LIBDIR}"
+}
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb
deleted file mode 100644
index 840814b3f..000000000
--- a/meta/packages/startup-notification/startup-notification_0.9.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Startup notification support"
-HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
-SECTION = "libs"
-PRIORITY = "optional"
-
-# most files are under MIT, but libsn/sn-utils.c is under LGPL, the
-# effective license is LGPL
-LICENSE = "LGPLv2+"
-
-DEPENDS = "virtual/libx11 libsm"
-
-inherit autotools pkgconfig
-
-SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz"
-
-do_configure_prepend () {
- export X_LIBS=" -L${STAGING_LIBDIR}"
-}