diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-23 22:17:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 22:17:11 +0000 |
commit | add1f30f47d4ed16ddcd0c8a8b4f60a40b1b6273 (patch) | |
tree | d5681595cc127f3fa9c390d7d600d85b82bd61c0 | |
parent | 4cf4cea35152fbfb0f1734fb7db37b282c40ed26 (diff) |
dates: Sync with poky and fix icons issue
-rw-r--r-- | packages/dates/dates_svn.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/dates/dates_svn.bb b/packages/dates/dates_svn.bb index 1013b08f2c..22c821b98b 100644 --- a/packages/dates/dates_svn.bb +++ b/packages/dates/dates_svn.bb @@ -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 -} |