Move all icons themes to x11/gtk+2,-guic.
This commit is contained in:
parent
d25b4499b6
commit
bd35cdaaa9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/11/17 15:57:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = complete, colourful suite of squared icons
|
||||
|
||||
@ -6,7 +6,7 @@ V = 1.2
|
||||
DISTNAME = faenza_icons_by_tiheum-d2v6x24
|
||||
PKGNAME = faenza-icon-theme-${V}
|
||||
CATEGORIES = x11
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://tiheum.deviantart.com/
|
||||
MASTER_SITES = http://www.deviantart.com/download/173323228/
|
||||
@ -24,6 +24,8 @@ PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
RUN_DEPENDS = x11/gtk+2,-guic
|
||||
|
||||
# Add the corresponding "Inherits" theme
|
||||
RUN_DEPENDS += x11/gnome/icon-theme
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/17 15:47:59 dcoppa Exp $
|
||||
@unexec rm -f %D/share/icons/Faenza/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/Faenza-Ambiance/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/Faenza-Dark/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/Faenza-Darker/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/Faenza-Darkest/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/Faenza-Radiance/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Faenza/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/Faenza-Ambiance/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/Faenza-Dark/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/Faenza-Darker/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/Faenza-Darkest/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/Faenza-Radiance/icon-theme.cache
|
||||
share/icons/Faenza/
|
||||
share/icons/Faenza-Ambiance/
|
||||
share/icons/Faenza-Ambiance/index.theme
|
||||
@ -29105,9 +29105,9 @@ share/icons/Faenza/stock/scalable/stock_new-meeting.svg
|
||||
share/icons/Faenza/stock/scalable/stock_people.svg
|
||||
share/icons/Faenza/stock/scalable/stock_person-panel.svg
|
||||
share/icons/Faenza/stock/scalable/stock_person.svg
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza-Ambiance 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza-Dark 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza-Darker 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza-Darkest 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Faenza-Radiance 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza-Ambiance 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza-Dark 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza-Darker 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza-Darkest 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Faenza-Radiance 2>/dev/null || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = complete, multi-colored suite of icons
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME = gnome-colors-${V}
|
||||
PKGNAME = gnome-colors-icon-theme-${V}
|
||||
CATEGORIES = x11
|
||||
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = http://code.google.com/p/gnome-colors/
|
||||
MASTER_SITES = http://gnome-colors.googlecode.com/files/
|
||||
@ -22,6 +22,8 @@ PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
RUN_DEPENDS = x11/gtk+2,-guic
|
||||
|
||||
# Add the corresponding "Inherits" theme.
|
||||
RUN_DEPENDS += x11/gnome/icon-theme
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/gnome-brave/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-colors-common/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-dust/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-human/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-illustrious/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-noble/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-wine/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/gnome-wise/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/gnome-brave/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-colors-common/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-dust/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-human/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-illustrious/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-noble/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-wine/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/gnome-wise/icon-theme.cache
|
||||
share/icons/
|
||||
share/icons/gnome-brave/
|
||||
share/icons/gnome-brave/16x16/
|
||||
@ -14008,11 +14008,11 @@ share/icons/gnome-wise/scalable/status/stock_volume-max.svg
|
||||
share/icons/gnome-wise/scalable/status/stock_volume-med.svg
|
||||
share/icons/gnome-wise/scalable/status/stock_volume-min.svg
|
||||
share/icons/gnome-wise/scalable/status/stock_volume.svg
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-brave 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-colors-common 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-dust 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-human 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-illustrious 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-noble 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-wine 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome-wise 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-brave 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-colors-common 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-dust 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-human 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-illustrious 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-noble 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-wine 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/gnome-wise 2>/dev/null || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2011/11/04 09:56:29 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= standard GNOME themes
|
||||
|
||||
GNOME_PROJECT= gnome-themes-standard
|
||||
GNOME_VERSION= 3.2.1
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -28,6 +28,8 @@ MODULES= devel/gettext \
|
||||
LIB_DEPENDS= x11/gtk+3 \
|
||||
x11/gnome/librsvg
|
||||
|
||||
MODGNOME_ICON_CACHE= Yes
|
||||
|
||||
# As explained here:
|
||||
# https://mail.gnome.org/archives/desktop-devel-list/2011-March/msg00017.html
|
||||
# we need to depend on gtk-engines2 in order for the gtk2 themes to work.
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/10/20 06:14:04 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@conflict gnome-themes-<2.32.1p3
|
||||
@unexec rm -f %D/share/icons/HighContrast/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/HighContrastInverse/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/LowContrast/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/HighContrast/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/HighContrastInverse/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/LowContrast/icon-theme.cache
|
||||
lib/gtk-3.0/3.0.0/theming-engines/
|
||||
@comment lib/gtk-3.0/3.0.0/theming-engines/libadwaita.la
|
||||
lib/gtk-3.0/3.0.0/theming-engines/libadwaita.so
|
||||
@ -782,6 +782,6 @@ share/themes/LowContrast/gtk-2.0/gtkrc
|
||||
share/themes/LowContrast/gtk-3.0/
|
||||
share/themes/LowContrast/gtk-3.0/gtk.css
|
||||
share/themes/LowContrast/index.theme
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrast 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/HighContrastInverse 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/LowContrast 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/HighContrast 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/HighContrastInverse 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/LowContrast 2>/dev/null || true
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/07/09 04:51:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= Human icon theme from Ubuntu
|
||||
|
||||
V= 0.36
|
||||
DISTNAME= human-icon-theme_${V}
|
||||
PKGNAME= human-icon-theme-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -21,6 +22,7 @@ MASTER_SITES= https://launchpad.net/ubuntu/oneiric/+source/human-icon-theme/${V
|
||||
WRKDIST= ${WRKDIR}/human-icon-theme
|
||||
MODULES= textproc/intltool
|
||||
|
||||
RUN_DEPENDS= x11/gtk+2,-guic
|
||||
BUILD_DEPENDS= x11/icon-naming-utils
|
||||
|
||||
# Add the corresponding "Inherits" theme.
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/07/09 04:51:12 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Human/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Human/icon-theme.cache
|
||||
share/icons/Human/
|
||||
share/icons/Human/12x12/
|
||||
share/icons/Human/12x12/stock/
|
||||
@ -1516,4 +1516,4 @@ share/locale/fr/LC_MESSAGES/human-icon-theme.mo
|
||||
share/locale/it/LC_MESSAGES/human-icon-theme.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/human-icon-theme.mo
|
||||
share/locale/sv/LC_MESSAGES/human-icon-theme.mo
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Human 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Human 2>/dev/null || true
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
|
||||
COMMENT= Industrial icon theme from OpenSUSE
|
||||
|
||||
DISTNAME= industrial-icon-theme-11.0.5
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -15,6 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= x11/gtk+2,-guic
|
||||
|
||||
BUILD_DEPENDS= x11/icon-naming-utils \
|
||||
x11/gnome/librsvg \
|
||||
graphics/ImageMagick
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Industrial/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Industrial/icon-theme.cache
|
||||
@comment lib/locale/
|
||||
share/icons/
|
||||
share/icons/Industrial/
|
||||
@ -242,4 +242,4 @@ share/icons/Industrial/48x48/status/gnome-fs-directory-visiting.png
|
||||
share/icons/Industrial/48x48/status/stock_open.icon
|
||||
share/icons/Industrial/48x48/status/stock_open.png
|
||||
share/icons/Industrial/index.theme
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Industrial 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Industrial 2>/dev/null || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2011/09/16 12:29:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = X11 toolkit, accessibility aids
|
||||
CATEGORIES = x11 x11/kde
|
||||
@ -10,14 +10,15 @@ SHARED_LIBS += kttsd 2.0 # .1.0
|
||||
|
||||
MODULES = x11/kde devel/gettext
|
||||
|
||||
RUN_DEPENDS += devel/desktop-file-utils
|
||||
RUN_DEPENDS += devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
LIB_DEPENDS = x11/kde/libs3
|
||||
|
||||
FLAVORS = debug
|
||||
|
||||
SEPARATE_BUILD = flavored
|
||||
|
||||
REVISION = 9
|
||||
REVISION = 10
|
||||
|
||||
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xi Xrender Xtst art_lgpl_2 artsflow \
|
||||
artsflow_idl audiofile c fam glib-2.0 gmodule-2.0 gthread-2.0 idn jpeg \
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.18 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/mono/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.19 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/mono/icon-theme.cache
|
||||
@bin bin/kmag
|
||||
@bin bin/kmousetool
|
||||
@bin bin/kmouth
|
||||
@ -2979,8 +2979,8 @@ share/servicetypes/kttsd_filterplugin.desktop
|
||||
share/servicetypes/kttsd_synthplugin.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/locolor 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/mono 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/locolor 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/mono 2>/dev/null || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2011/09/16 12:29:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = K Desktop Environment, additional artwork
|
||||
CATEGORIES = x11 x11/kde
|
||||
@ -15,9 +15,10 @@ SEPARATE_BUILD = flavored
|
||||
CONFIGURE_ENV += XSCREENSAVER=${LOCALBASE}/libexec/xscreensaver
|
||||
|
||||
BUILD_DEPENDS = x11/xscreensaver,-data,no_gle
|
||||
RUN_DEPENDS = x11/xscreensaver,-data,no_gle
|
||||
RUN_DEPENDS = x11/xscreensaver,-data,no_gle \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
REVISION = 9
|
||||
REVISION = 10
|
||||
|
||||
WANTLIB = GL GLU ICE SM X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xt Xxf86vm \
|
||||
art_lgpl_2 artsflow artsflow_idl artskde audiofile c drm fam glib-2.0 \
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.36 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Locolor/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/ikons/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/kdeclassic/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/kids/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/slick/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.37 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Locolor/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/ikons/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/kdeclassic/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/kids/icon-theme.cache
|
||||
@unexec-delete rm -f %D/share/icons/slick/icon-theme.cache
|
||||
@bin bin/kbanner.kss
|
||||
@bin bin/kblob.kss
|
||||
@bin bin/kclock.kss
|
||||
@ -8099,8 +8099,8 @@ share/wallpapers/kraftwurm.jpg
|
||||
share/wallpapers/kubical.png
|
||||
share/wallpapers/mystical_rightturn.jpg
|
||||
share/wallpapers/vegetative_fog.jpg
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Locolor 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/ikons 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/kdeclassic 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/kids 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/slick 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Locolor 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/ikons 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/kdeclassic 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/kids 2>/dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/slick 2>/dev/null || true
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= Tangerine icon theme from Ubuntu
|
||||
|
||||
DISTNAME= tangerine-icon-theme_0.26
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= x11
|
||||
|
||||
MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/t/tangerine-icon-theme/
|
||||
@ -19,6 +19,8 @@ MODULES= textproc/intltool
|
||||
|
||||
WRKDIST= ${WRKDIR}/tangerine-icon-theme-0.26
|
||||
|
||||
RUN_DEPENDS= x11/gtk+2,-guic
|
||||
|
||||
BUILD_DEPENDS= x11/icon-naming-utils \
|
||||
x11/gnome/librsvg \
|
||||
graphics/ImageMagick \
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Tangerine/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Tangerine/icon-theme.cache
|
||||
@comment lib/locale/
|
||||
@comment lib/locale/fr/
|
||||
@comment lib/locale/fr/LC_MESSAGES/
|
||||
@ -1357,4 +1357,4 @@ share/icons/Tangerine/scalable/status/stock_trash_full.svg
|
||||
share/icons/Tangerine/scalable/status/trashcan_full.svg
|
||||
share/icons/Tangerine/scalable/status/user-trash-full.svg
|
||||
share/icons/Tangerine/scalable/status/xfce-trash_full.svg
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tangerine 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Tangerine 2>/dev/null || true
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
COMMENT= Tango icon theme
|
||||
|
||||
DISTNAME= tango-icon-theme-0.8.90
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://tango.freedesktop.org/
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= textproc/intltool
|
||||
|
||||
RUN_DEPENDS= x11/gtk+2,-guic
|
||||
BUILD_DEPENDS= x11/icon-naming-utils>=0.8.7 \
|
||||
graphics/ImageMagick
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Tango/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.12 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Tango/icon-theme.cache
|
||||
@comment lib/locale/
|
||||
share/icons/
|
||||
share/icons/Tango/
|
||||
@ -4279,4 +4279,4 @@ share/icons/Tango/scalable/status/weather-showers.svg
|
||||
share/icons/Tango/scalable/status/weather-snow.svg
|
||||
share/icons/Tango/scalable/status/weather-storm.svg
|
||||
share/icons/Tango/scalable/status/xfce-trash_full.svg
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Tango 2>/dev/null || true
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2011/05/19 14:43:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2011/12/03 19:13:19 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= Xfce4 icon theme
|
||||
|
||||
XFCE_ARTWORK= xfce4-icon-theme
|
||||
XFCE_VERSION= 4.4.3
|
||||
REVISION= 8
|
||||
REVISION= 9
|
||||
|
||||
# GPLv2
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -17,6 +18,8 @@ MODULES= textproc/intltool \
|
||||
x11/xfce4
|
||||
XFCE_NO_SRC= Yes
|
||||
|
||||
MODXFCE_ICON_CACHE= Yes
|
||||
|
||||
# Add the corresponding "Inherits" theme.
|
||||
RUN_DEPENDS += x11/tango-icon-theme
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/05/19 14:43:16 ajacoutot Exp $
|
||||
@unexec rm -f %D/share/icons/Rodent/icon-theme.cache
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/12/03 19:13:18 ajacoutot Exp $
|
||||
@unexec-delete rm -f %D/share/icons/Rodent/icon-theme.cache
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/xfce4-icon-theme-1.0.pc
|
||||
share/icons/
|
||||
@ -1632,4 +1632,4 @@ share/icons/Rodent/scalable/stock/volume-zero.svg
|
||||
share/xfce4/
|
||||
share/xfce4/mime/
|
||||
share/xfce4/mime/Rodent.mime.xml
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent 2> /dev/null || true
|
||||
@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/Rodent 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user