From: Richard Purdie Date: Thu, 23 Mar 2006 22:17:11 +0000 (+0000) Subject: dates: Sync with poky and fix icons issue X-Git-Tag: Release-2010-05/1~9453^2~2142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add1f30f47d4ed16ddcd0c8a8b4f60a40b1b6273;p=openembedded.git dates: Sync with poky and fix icons issue --- 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 " +MAINTAINER = "Chris Lord " 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 -}