dates: Sync with poky and fix icons issue
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 23 Mar 2006 22:17:11 +0000 (22:17 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 23 Mar 2006 22:17:11 +0000 (22:17 +0000)
packages/dates/dates_svn.bb

index 1013b08..22c821b 100644 (file)
@@ -1,10 +1,10 @@
 LICENSE = "LGPL"
 SECTION = "x11"
 DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
-MAINTAINER = "Richard Purdie <richard@openedhand.com>"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Dates is a calendar application."
 
-PR = "r3"
+PR = "r4"
 
 PV = "0.0+svn${SRCDATE}"
 S = "${WORKDIR}/${PN}"
@@ -14,10 +14,3 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
 inherit autotools pkgconfig
 
 CFLAGS_prepend = " -DFRAMES=5 "
-FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-dates.png"
-
-pkg_postinst_${PN} () {
-       if [ "x$D" != "x" ]; then 
-               gtk-update-icon-cache /usr/share/icons/hicolor
-       fi
-}