- add missing gtk-update-icon-cache goo
- remove cache file on pkg_delete ok jasper@
This commit is contained in:
parent
f3b571fdcf
commit
066290dc81
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2007/11/17 23:35:59 steven Exp $
|
# $OpenBSD: Makefile,v 1.9 2008/10/08 11:40:32 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= high-color icon theme shell for GNOME and KDE
|
COMMENT= high-color icon theme shell for GNOME and KDE
|
||||||
|
|
||||||
DISTNAME= hicolor-icon-theme-0.10
|
DISTNAME= hicolor-icon-theme-0.10
|
||||||
PKGNAME= ${DISTNAME}p1
|
PKGNAME= ${DISTNAME}p2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
HOMEPAGE= http://www.freedesktop.org/Standards/icon-theme-spec
|
HOMEPAGE= http://www.freedesktop.org/Standards/icon-theme-spec
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2007/11/17 23:35:59 steven Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2008/10/08 11:40:32 ajacoutot Exp $
|
||||||
share/icons/
|
share/icons/
|
||||||
share/icons/hicolor/
|
share/icons/hicolor/
|
||||||
share/icons/hicolor/128x128/
|
share/icons/hicolor/128x128/
|
||||||
@ -314,4 +314,6 @@ share/icons/hicolor/scalable/stock/net/
|
|||||||
share/icons/hicolor/scalable/stock/object/
|
share/icons/hicolor/scalable/stock/object/
|
||||||
share/icons/hicolor/scalable/stock/table/
|
share/icons/hicolor/scalable/stock/table/
|
||||||
share/icons/hicolor/scalable/stock/text/
|
share/icons/hicolor/scalable/stock/text/
|
||||||
@extra share/icons/hicolor/icon-theme.cache
|
@unexec-delete rm -f share/icons/hicolor/icon-theme.cache
|
||||||
|
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||||
|
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.6 2008/07/13 17:02:24 jasper Exp $
|
# $OpenBSD: Makefile,v 1.7 2008/10/08 11:40:32 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= Tango icon theme for GNOME and KDE
|
COMMENT= Tango icon theme for GNOME and KDE
|
||||||
|
|
||||||
DISTNAME= tango-icon-theme-0.8.1
|
DISTNAME= tango-icon-theme-0.8.1
|
||||||
PKGNAME= ${DISTNAME}p1
|
PKGNAME= ${DISTNAME}p2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
HOMEPAGE= http://tango.freedesktop.org/
|
HOMEPAGE= http://tango.freedesktop.org/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.4 2008/07/13 17:02:24 jasper Exp $
|
@comment $OpenBSD: PLIST,v 1.5 2008/10/08 11:40:32 ajacoutot Exp $
|
||||||
@comment lib/locale/
|
@comment lib/locale/
|
||||||
share/icons/
|
share/icons/
|
||||||
share/icons/Tango/
|
share/icons/Tango/
|
||||||
@ -4249,3 +4249,6 @@ share/icons/Tango/scalable/status/weather-showers.svg
|
|||||||
share/icons/Tango/scalable/status/weather-snow.svg
|
share/icons/Tango/scalable/status/weather-snow.svg
|
||||||
share/icons/Tango/scalable/status/weather-storm.svg
|
share/icons/Tango/scalable/status/weather-storm.svg
|
||||||
share/icons/Tango/scalable/status/xfce-trash_full.svg
|
share/icons/Tango/scalable/status/xfce-trash_full.svg
|
||||||
|
@unexec-delete rm -f share/icons/Tango/icon-theme.cache
|
||||||
|
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true
|
||||||
|
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true
|
||||||
|
Loading…
Reference in New Issue
Block a user