1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

Remove pointless oh-contacts/dates.png lines

git-svn-id: https://svn.o-hand.com/repos/poky@224 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord
2006-01-19 20:30:32 +00:00
parent eeb0244d2b
commit 7c37c29a5a
3 changed files with 2 additions and 11 deletions
@@ -22,8 +22,7 @@ do_install_append () {
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
} }
FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ FILES_${PN} += "${datadir}/icons/hicolor/48x48/stock/*/*.png \
${datadir}/icons/hicolor/48x48/stock/*/*.png \
${datadir}/icons/hicolor/index.theme" ${datadir}/icons/hicolor/index.theme"
pkg_postinst_${PN} () { pkg_postinst_${PN} () {
@@ -29,8 +29,7 @@ do_install_append () {
install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor install -m 0644 ${WORKDIR}/index.theme ${D}/${datadir}/icons/hicolor
} }
FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png \ FILES_${PN} += "${datadir}/icons/hicolor/48x48/stock/*/*.png \
${datadir}/icons/hicolor/48x48/stock/*/*.png \
${datadir}/icons/hicolor/index.theme" ${datadir}/icons/hicolor/index.theme"
pkg_postinst_${PN} () { pkg_postinst_${PN} () {
-7
View File
@@ -14,10 +14,3 @@ SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
inherit autotools pkgconfig inherit autotools pkgconfig
CFLAGS_prepend = " -DFRAMES=5 " 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 $D/usr/share/icons/hicolor
fi
}