summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-01-19 20:30:32 +0000
committerChris Lord <chris@openedhand.com>2006-01-19 20:30:32 +0000
commit7c37c29a5a141a02ca4acf6d54f6a762f1ff4a79 (patch)
tree8be1dd874a956468cb14cd8cf826c7f247ec1c86 /openembedded
parenteeb0244d2b1f6f62b2bbc95f7b22146bb3698312 (diff)
downloadpoky-7c37c29a5a141a02ca4acf6d54f6a762f1ff4a79.tar.gz
Remove pointless oh-contacts/dates.png lines
git-svn-id: https://svn.o-hand.com/repos/poky@224 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/contacts/contacts_0.1.bb3
-rwxr-xr-xopenembedded/packages/contacts/contacts_svn.bb3
-rwxr-xr-xopenembedded/packages/dates/dates_svn.bb7
3 files changed, 2 insertions, 11 deletions
diff --git a/openembedded/packages/contacts/contacts_0.1.bb b/openembedded/packages/contacts/contacts_0.1.bb
index aff86a1c65..f2b81cbd8a 100755
--- a/openembedded/packages/contacts/contacts_0.1.bb
+++ b/openembedded/packages/contacts/contacts_0.1.bb
@@ -22,8 +22,7 @@ do_install_append () {
22 install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor 22 install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
23} 23}
24 24
25FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ 25FILES_${PN} += "${datadir}/icons/hicolor/48x48/stock/*/*.png \
26 ${datadir}/icons/hicolor/48x48/stock/*/*.png \
27 ${datadir}/icons/hicolor/index.theme" 26 ${datadir}/icons/hicolor/index.theme"
28 27
29pkg_postinst_${PN} () { 28pkg_postinst_${PN} () {
diff --git a/openembedded/packages/contacts/contacts_svn.bb b/openembedded/packages/contacts/contacts_svn.bb
index 4951b5d4ad..cf86bffd1f 100755
--- a/openembedded/packages/contacts/contacts_svn.bb
+++ b/openembedded/packages/contacts/contacts_svn.bb
@@ -29,8 +29,7 @@ do_install_append () {
29 install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor 29 install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
30} 30}
31 31
32FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ 32FILES_${PN} += "${datadir}/icons/hicolor/48x48/stock/*/*.png \
33 ${datadir}/icons/hicolor/48x48/stock/*/*.png \
34 ${datadir}/icons/hicolor/index.theme" 33 ${datadir}/icons/hicolor/index.theme"
35 34
36pkg_postinst_${PN} () { 35pkg_postinst_${PN} () {
diff --git a/openembedded/packages/dates/dates_svn.bb b/openembedded/packages/dates/dates_svn.bb
index 4218ec20ec..4f8e0ce695 100755
--- a/openembedded/packages/dates/dates_svn.bb
+++ b/openembedded/packages/dates/dates_svn.bb
@@ -14,10 +14,3 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16CFLAGS_prepend = " -DFRAMES=5 " 16CFLAGS_prepend = " -DFRAMES=5 "
17FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-dates.png"
18
19pkg_postinst_${PN} () {
20 if [ "x$D" != "x" ]; then
21 gtk-update-icon-cache $D/usr/share/icons/hicolor
22 fi
23}