52 Commits

Author SHA1 Message Date
ajacoutot
0d830c3ad2 "/usr/local/share/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:36:15 +00:00
ajacoutot
5c7c709402 Revert after symbolic re-add. 2014-10-02 19:50:37 +00:00
ajacoutot
6e3ca7d7d5 Provide an upgrade path for theme-extras and theme-symbolic. 2014-10-02 19:25:18 +00:00
ajacoutot
8a2303d22d Update to gnome-icon-theme-3.12.0. 2014-03-26 13:31:46 +00:00
ajacoutot
6f2bf47fbf Actually do previous from gtk+ itself. 2013-10-11 15:01:42 +00:00
ajacoutot
7097cb0ada Install default gtkrc under PREFIX/share/gtk-2.0/ instead of SYSCONFDIR.
This makes it easier to do local changes.
2013-10-11 14:42:17 +00:00
ajacoutot
c2b78d87d1 Update to gnome-icon-theme-3.8.2. 2013-05-14 06:20:28 +00:00
ajacoutot
078d6c3023 Update to gnome-icon-theme-3.8.0. 2013-03-29 07:49:30 +00:00
dcoppa
e22e752909 Unbreak GTK+3 applications that use gnome-icon-theme, when executed
outside of a Desktop Environment.
Basically, it's the same trick I did for GTK+2, applied to GTK+3.

OK ajacoutot@
2012-10-17 08:50:40 +00:00
ajacoutot
2acf438038 Unbreak updating. 2012-09-27 07:40:09 +00:00
jasper
912dd51c81 - update to gnome-icon-theme-3.6.0 2012-09-27 07:18:51 +00:00
ajacoutot
8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
ajacoutot
6bb261da99 Update to gnome-icon-theme-3.4.0. 2012-03-29 06:35:37 +00:00
ajacoutot
77716baf9f Our pkg-config(1) can now cope with files under share/pkgconfig, so
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00
ajacoutot
19422dfcf1 Use MODGNOME_ICON_CACHE and fix gtk-update-icon-cache calls.
I will commit gtk-update-icon-cache by batch now, but I needed this
example to be in.
2011-12-03 18:45:02 +00:00
ajacoutot
24d7a637be @unexec-delete -> @unexec, to prevent pkg_add -u from whining. 2011-10-19 12:59:07 +00:00
ajacoutot
c5753c58f9 Update to gnome-icon-theme-3.2.1.1. 2011-10-19 12:44:40 +00:00
ajacoutot
0529661269 Update to gnome-icon-theme-3.2.1. 2011-10-18 15:17:20 +00:00
jasper
baf6b87710 - update to 3.2.0 2011-09-27 13:02:00 +00:00
jasper
5b39fca11d Moar GNOME3 merge 2011-09-12 07:28:52 +00:00
ajacoutot
07174a9714 We want to use @unexec here and not @unexec-delete.
The reason is that if a theme is removed after updating to a new version,
then we are left over with a useless cache file because we are using
pkg_add -u and not pkg_delete.
2011-05-19 14:43:16 +00:00
ajacoutot
c1dcb146ce Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:03:21 +00:00
dcoppa
d88522e08f gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@
2010-10-06 13:51:58 +00:00
ajacoutot
756438fe86 Minor update to gnome-icon-theme-2.30.3. 2010-05-26 14:52:35 +00:00
ajacoutot
494ca4ab4b Update to gnome-icon-theme-2.30.2.1.
* fix some icons names
2010-04-29 15:26:43 +00:00
ajacoutot
3ce907bfac Update to gnome-icon-theme-2.30.2. 2010-04-27 14:44:09 +00:00
jasper
b2caa536db - update gnome-icon-theme to 2.30.1
* for unknown reason, upstream decided to remove the .svg icons....
2010-04-20 17:49:51 +00:00
ajacoutot
0070e11661 Use @unexec-delete instead of @unexec for the *-update-* goos and remove
@unexec for theme ports.

prodded by espie@ after me whining at the ports system ;)
discussed with espie@ sthen@ landry@
2009-12-21 18:03:17 +00:00
ajacoutot
b2e3b2d66f Add a run_dependency on rsvg. Most icons are svg now so instead of
wondering why some icons seem missing, make sure we are actually able to
display theme.
Idea from Debian.
2009-10-14 16:57:15 +00:00
jasper
1baf095db2 - update gnome-icon-theme to 2.28.0 2009-10-10 13:45:31 +00:00
landry
52fed5e9da Update PLIST after icon-naming-utils update & bump PKGNAME 2009-03-05 19:41:14 +00:00
jasper
680d5230d7 - update gnome-icon-theme to 2.24.0
feedback and ok ajacoutot@
2008-11-21 18:04:45 +00:00
ajacoutot
1728cdbe1e - fuck me, move @unexec-delete at the end of the PLIST as under some
circumstances the icon-cache file would be recreated by @unexec

spotted by Mikolaj Kucharski, thanks!
2008-10-08 13:00:00 +00:00
ajacoutot
2e52811b1f - oops, missing %D in PLIST 2008-10-08 12:43:38 +00:00
ajacoutot
97b64acdb7 - remove cache file on pkg_delete
ok jasper@
2008-10-08 11:41:52 +00:00
jasper
f570a582a0 - update gnome-icon-theme to 2.22.0
(unbreak after recent icon-naming-utils update, spotted by sturm@, thanks!)
2008-07-11 08:05:35 +00:00
ajacoutot
8291fa34b0 - don't depend on gtk+2 just for running gtk-update-icon-cache 2008-04-17 08:35:16 +00:00
ajacoutot
6b78067707 - add missing gtk-update-icon-cache goos to speed up icons loading
ok jasper@
2008-02-19 14:57:34 +00:00
jasper
e7aaa8b783 update gnome-icon-theme to 2.20
ok martynas@
2007-10-24 15:50:41 +00:00
jasper
b40e3424a6 update gnome-icon-theme to 2.18.0
ok martynas@, feedback from steven@
2007-04-24 19:46:24 +00:00
jasper
87e635eb0b update gnome-icon-theme to 2.16.1
based on work by Alexander Wirt <alexander.wirt@credativ.de>

ok simon@
2007-01-18 21:52:52 +00:00
marcm
cc712e1780 Update for GNome 2.10 so there are new pretty icons. 2005-05-24 22:06:27 +00:00
db
0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00
marcm
bae0e34e39 Update to Gnome 2.8 (.1).
Work done primarily by Francois Briere, thanks Francois.
2004-12-10 20:36:42 +00:00
marcm
4df11e0635 Update PLISTS and good-bye INSTALL/DEINSTALL for Gnome (both 1 and 2).
Prodding by espie@... with a really, really sharp stick :).
2004-10-11 04:27:23 +00:00
marcm
95401581ca Monster update to Gnome 2.6. See, I am not slacking, really!
Change info on a Gnome mirror near you.
2004-06-23 03:26:11 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
48a819eb16 @dirrm shared directories 2003-12-15 20:35:19 +00:00
marcm
72c40bd003 Make the ogg icon match the right ogg mime type. Now my oggs have
pretty icons :).
2003-10-11 02:38:58 +00:00
marcm
d7ffacf681 Update to Gnome 2.4.0.
Release notes available at: http://www.gnome.org/start/2.4/notes/

Please note that x11/gnome/bonobo-activation is now part of libbonobo
2003-10-07 05:48:53 +00:00