Commit graph

88 commits

Author SHA1 Message Date
wiz
a50b931072 Use TOOLS_NOOP to get rid of gtk-update-icon-cache.
Wrap it in an if, so that the script isn't added twice (by both
gnome-icon-theme and hicolor-icon-them) which currently causes
a warning message.
2010-10-21 12:37:59 +00:00
wiz
fd7d1daf05 Rename target so it doesn't have the same name as the one from
hicolor-icon-theme.

XXX: probably they should both include another (mk/*?) file that
only defines this target once.
2010-10-20 20:34:29 +00:00
wiz
e7273f1a36 Handle gnome-icon-theme the same way as hicolor-icon-theme.
Based on patch by kre in PR 43769.
2010-10-19 13:09:48 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
c7631f3f16 Make librsvg a build dependency by using its buildlink3.mk and
setting the BUILDLINK_DEPMETHOD.librsvg variable to "build".

Addresses final part of PR 43564 by David H. Gutteridge.
2010-07-17 12:22:32 +00:00
wiz
56cf2e3c56 Needs msgfmt. From Aleksey Cheusov in PR 43514. 2010-06-25 22:05:05 +00:00
wiz
980c687af9 Remove some unneeded tools. Stop installing files into a
directory GNOME stopped using. Override two more start-here icons
with the NetBSD logo.
Bump PKGREVISION.
2010-06-05 10:16:37 +00:00
wiz
b27d1780d1 Update to 2.30.3, set LICENSE.
2.30.3
  - add high resolution volume icons. bug #618021
2.30.2.1
  - revert filename change for mail-mark-not(-)junk. bug #616954
  - remove old ruby render script
  - build system fixes
2.30.2
  - tweaks to edit-delete
  - publicshare folder to use same metaphor as emblem-shared
  - new icon avatar-default to replace stock_person
  - remove media-zip and jaz.
  - lighten up displays and computers (bug #616325)
2.30.1
  - re-add mail icons
  - sharper print preview icons
  - remove shadows form some 16x16s
  - re-add text-x-preview (no clipping rectangle though) bug #615194
  - nautilus app icon fixes
  - new edit-delete metaphor (x). http://www.bomahy.nl/hylke/blog/remove-the-remove-icon/
2.30.0
  - Bengali translation
  - remove arrows from format-justify-*
2.29.3
  - --enable-icon-mapping works (thanks Luca)
  - edit-find and edit-find-replace finetuned
  - redundant system-search tweaked rather than dropped for now

2.29.2
  - bugfix: misplaced process-working

2.29.1
  - added .pc file back bug #606245
  - missing emoticons
  - accessories-dictionary at 24x24px
  - highres web-browser
  - changes-prevent and changes-allow to replace stock-lock icons. bug #611480
  - progress-working from 2.28

2.29.0
  - initial release of the highres-laden icon theme
2010-06-05 10:05:38 +00:00
drochner
b44edff75e update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-21 16:09:56 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
24ce9c6c39 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
3bf9b34842 Update gnome-icon-theme to 2.26.0.
ChangeLog only says 'Up version to 2.26.0 for release', but lots seems
to have changed from 2.25.92.
2009-03-17 00:12:08 +00:00
jmcneill
1c025da80c Update gnome-icon-theme to 2.25.92.
2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.92 for release

2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* 48x48/animations:
	Add a 48x48 of the new process-working icon to finish off #558367

	Fixes #558367

2009-03-10  Rodney Dawes  <dobey@gnome.org>

	* 48x48/actions/Makefile.am:
	* 48x48/actions/appointment-new.png:
	* 48x48/actions/mail-message-new.png:
	* 48x48/actions/mail-send-receive.png:
	Removed some duplicate icons that are old style

2009-02-17  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.91 for release

2009-02-11  Rodney Dawes  <dobey@gnome.org>

	* configure.in:
	Up version to 2.25.90 for release

2009-01-26  Jakub Steiner <jimmac@ximian.com>

	* process-working: replace the spinner. Addresses bug #558367
2009-03-16 18:00:53 +00:00
hira
ba803224ed Fix PLIST due to update of graphics/icon-naming-utils. Bump PKGREVISION. 2009-02-27 07:38:08 +00:00
jmcneill
4f4e80e4e3 Fix typo. 2008-12-24 16:43:29 +00:00
jmcneill
13a61e6879 Make librsvg a BUILD_DEPENDS, use absolute path when calling rsvg-convert 2008-11-26 12:48:08 +00:00
jmcneill
71ae7443b5 Install TNF distributor-logo. Bump PKGREVISION. 2008-11-23 05:06:44 +00:00
wiz
b48faee940 Update to 2.24.0 (part of gnome-2.24):
2008-09-23  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.24.0 for release

2008-09-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.92 for release

2008-09-08 Andreas Nilsson <andreas@imendio.com>

	* {16x16,22x22,24x24,32x32,scalable}/apps/preferences-desktop-accessibility:
	Changed the metaphor of the accessibility icon as requested by the a11y team.

2008-08-29  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.91 for release

2008-08-18  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.90 for release

2008-08-14  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* scalable/places/Makefile.am: Fixed typo that broke the
	build: user-bookmark should be user-bookmarks.

2008-08-13  Andreas Nilsson  <andreas@imendio.com>

	* {16x16,22x22,24x24,32x32,scalable}/places/user-bookmarks.png:
	added user-bookmarks icon based on bookmark-new

2008-07-21  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.3 for release

2008-06-17  Lapo Calamandrei  <calamandrei@gmail.com>

	* {32x32,48x48}/actions/zoom* : little refresh for a more consistent look.

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-settings-default-applications.png:
	Remove this icon which is no longer needed

	Fixes #538474

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Fix the help text for icon-mapping to say auto instead of $mapenable

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.2 for release

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* */apps/Makefile.am:
	* */apps/boot.*:
	Remove this from 16x16 and 22x22 as well

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* */actions/Makefile.am:
	* */apps/Makefile.am:
	* */actions/system-shutdown.*:
	* */apps/gnome-shutdown.*:
	Move the apps/gnome-shutdown icon to actions/system-shutdown

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* 24x24/apps/Makefile.am:
	* 48x48/apps/Makefile.am:
	* */apps/administration.png:
	* */apps/advanced-directory.png:
	* */apps/apacheconf.png:
	* */apps/boot.png:
	* */apps/character-picker.png:
	* */apps/config-*.png:
	* */apps/disks.png:
	* */apps/evolution-*.png:
	* */apps/gdm.png:
	* */apps/gnome-amusements.png:
	* */apps/gnome-audio.png:
	* */apps/gnome-cpu.png:
	* */apps/gnome-desktop-config.png:
	* */apps/gnome-favorites.png:
	* */apps/gnome-finance.png:
	* */apps/gnome-mini-commander.png:
	* */apps/gnome-networktool.png:
	* */apps/gnome-status.png:
	* */apps/hwbrowser.png:
	* */apps/network-config.png:
	* */apps/ooo_*.png:
	* */apps/postscript-viewer.*:
	* */apps/serviceconf.png:
	* */apps/shares.png:
	Remove some more deprecated icons

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* Makefile.am:
	Remove the intltool scripts bits, as new intltool uses installed copies

	* configure.in:
	Up the intltool requirement to 0.40.0
	Update the devel version check and add an --enable-icon-mapping
	argument to configure for forcing the use of symlinks for packagers

2008-06-15  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 2.23.1 for release

2008-06-15  Lapo Calamandrei  <calamandrei@gmail.com>

	* {16x16,22x22,24x24}/actions/zoom* : redone in svg.
	* 8x8/emblems/emblem-default* : made more consistent with the rest.

2008-06-14  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up the icon-naming-utils requirement to 0.8.7 (#523707)
	Remove 48x48/emblems/Makefile from AC_OUTPUT

	Fixes #523707

2008-06-14  Rodney Dawes  <dobey.pwns@gmail.com>

	* 48x48/animations/Makefile.am:
	Use ln -sf for installing the symlink for gnome-searchtool animation

	Fixes #538295

2008-06-12  Andreas Nilsson  <andreas@andreasn.se>

	* {16x16,22x22,24x24,32x32,scalable}/mimetypes/x-office-presentation.*:
	new icon by Lapo Calamandrei and Hylke Bons

2008-06-12  Rodney Dawes  <dobey.pwns@gmail.com>

	* 48x48/Makefile.am:
	* 48x48/emblems/:
	Remove the rest of the old emblems for now
	We can add some back as tags under Categories when we determine what
	a good default set of tags would be

2008-06-12  Jakub Steiner <jimmac@ximian.com>

	* call-start, call-stop: action icons by Lapo Calamandrei.

2008-06-12  Rodney Dawes  <dobey.pwns@gmail.com>

	* 24x24/apps/Makefile.am:
	* 24x24/apps/display-capplet.png:
	Remove this as control-center ships its own

	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-amusements.png:
	* 48x48/apps/gnome-audio.png:
	* 48x48/apps/gnome-desktop-config.png:
	* 48x48/apps/gnome-pdf.png:
	* 48x48/apps/gnome-server-config.png:
	* 48x48/apps/gnome-system-config.png:
	* 48x48/apps/hint.png:
	* 48x48/apps/im.png:
	* 48x48/apps/launcher-program.png:
	* 48x48/apps/postscript-viewer.png:
	Remove more deprecated icons

	* 48x48/emblems/Makefile.am:
	* 48x48/emblems/emblem-OK.*:
	* 48x48/emblems/emblem-camera.*:
	* 48x48/emblems/emblem-distinguished.*:
	* 48x48/emblems/emblem-draft.*:
	* 48x48/emblems/emblem-handshake.*:
	* 48x48/emblems/emblem-note.*:
	* 48x48/emblems/emblem-people.*:
	* 48x48/emblems/emblem-pictures.*:
	* 48x48/emblems/emblem-presentation.*:
	* 48x48/emblems/emblem-sound.*:
	* 48x48/emblems/emblem-trash.*:
	Remove some otherwise useless emblems

	* 48x48/emblems/Makefile.am:
	* 48x48/emblems/emblem-desktop.*:
	* scalable/emblems/Makefile.am:
	* scalable/emblems/emblem-desktop.*:
	Replaced the old emblem-desktop with a new style version

2008-06-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* 32x32/apps/Makefile.am:
	* 32x32/apps/gnome-settings-ui-behavior.*:
	* scalable/apps/Makefile.am:
	* scalable/apps/gnome-settings-ui-behavior.svg:
	Remove this icon as it is no longer needed

	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-settings-accessibility-keyboard.png:
	Remove this icon as it is no longer used (in gnome-control-center)

2008-06-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* 48x48/animations/Makefile.am:
	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-searchtool-animation.png:
	* 48x48/apps/gnome-searchtool-animation-rest.png:
	Replace the gnome-searchtool animation with symlinks to process-*

2008-06-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* 24x24/apps/Makefile.am:
	* 24x24/apps/gnome-eyes.png:
	Remove another deprecated icon

2008-06-08  Rodney Dawes  <dobey.pwns@gmail.com>

	* 16x16/apps/Makefile.am:
	* 16x16/apps/gnome-settings-ui-behavior.*:
	* 22x22/apps/Makefile.am:
	* 22x22/apps/gnome-settings-ui-behavior.*:
	* 24x24/apps/Makefile.am:
	* 24x24/apps/gnome-settings-sound.png:
	* 24x24/apps/gnome-settings-ui-behavior.png:
	* 24x24/apps/stock-ticker.png:
	* 48x48/apps/Makefile.am:
	* 48x48/apps/eyes.png:
	* 48x48/apps/gnome-settings-sound.png:
	* 48x48/apps/stock-ticker.png:
	Remove some more deprected icons

2008-06-08  Rodney Dawes  <dobey.pwns@gmail.com>

	* 24x24/apps/Makefile.am:
	* 24x24/apps/gnome-unknown.png:
	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-unknown.png:
	Remove gnome-unknown icon as image-missing can be used instead

2008-05-07  Michael Monreal <mmonreal@svn.gnome.org>

	* 22x22/status/media-playlist-shuffle.*:
	* 24x24/status/media-playlist-shuffle.png: correct placement.

	Fixes bug #527010

2008-05-07  Lapo Calamandrei <calamandrei@gmail.com>

	* Renamed system-software-installer to system-software-install as for
	  latest naming specs additions.
	* 24x24/categories/preferences-desktop-peripherals.png: correct the
	  size. Fixes bug #531366

2008-05-05  Jakub Steiner <jimmac@ximian.com>

	* 24x24/apps/system-software-installer.png: prevent upscaling
	  a wrong size. Fixes bug #110367

2008-04-19  Rodney Dawes  <dobey.pwns@gmail.com>

	* 48x48/apps/Makefile.am:
	* 48x48/apps/gnome-grecord.*:
	Remove the old gnome-grecord icon

	Fixes #526933

2008-04-19  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Don't hardcode the path to true as /bin/true

	Fixes #525988

2008-04-12  Rodney Dawes  <dobey.pwns@gmail.com>

	* */stock/io/Makefile.am:
	* */stock/io/stock_bluetooth.*:
	Remove stock_bluetooth

2008-03-30  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in: Up version to 2.23.0 for development series
	Add check to determine whether we are building a stable or dev build
	Disable the use and requirement of icon-naming-utils for dev builds
2008-10-16 22:01:31 +00:00
joerg
d43030a80f Update PLIST for unknown changes with more recent dependencies.
Bump revision.
2008-08-18 20:23:21 +00:00
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
drochner
6c9c78044a update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-15 17:37:13 +00:00
drochner
a8571288d2 update for icon-naming-utils-0.8.6 (and possibly later versions, which
is an optimistic assumption),
remove hicolor-icon-theme dependency which is outdated,
bump PKGREVISION
2007-11-30 16:04:07 +00:00
rillig
d5f467a35e Explained the icon-naming-utils dependency. 2007-11-30 13:43:43 +00:00
rillig
10d5658f88 This package needs exactly icon-naming-utils-0.8.2, since the list of
installed files depends on the version number of icon-naming-utils.
2007-11-30 13:27:50 +00:00
drochner
34702d6219 update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-03 15:39:05 +00:00
joerg
7f483e50e5 Fix DESTDIR installation. 2007-08-21 06:37:41 +00:00
rillig
693e83affd Backed out the last change, as it was wrong. Pointed out by Matthias
Scheler. I still don't know why the icons were missing the last time I
tried.
2007-06-26 13:19:26 +00:00
rillig
aa7dd2918c Fixed PLIST: This package no longer installs the gtk-select-all and
viewmag* icons.

PKGREVISION++
2007-06-26 05:38:57 +00:00
wiz
e6f140e6e9 Update to 2.18.0:
Many new icons.
2007-03-21 07:19:57 +00:00
drochner
40ee327080 for consistency, create icons/gnome/48x48/mimetypes on install, pointed
out by wiz
2007-02-02 19:28:31 +00:00
drochner
2cbfe6f8b9 turn the logics about gnome/48x48/mimetypes the other way: always create and
always remove -- this should make automatically created PLISTS @comment
it out, and everything should be fine
2007-02-02 18:07:01 +00:00
wiz
8c2deb00bc Remove share/icons/gnome/48x48/mimetypes if it exists.
Some other packages create it. Bump PKGREVISION.
2007-01-24 19:39:25 +00:00
wiz
a46b46f42d Remove non-existent directory from PLIST. Bump PKGREVISION. 2007-01-18 22:42:20 +00:00
drochner
c7f9105662 add missing @dirrm 2007-01-05 15:45:28 +00:00
joerg
5e43280b23 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12 21:52:34 +00:00
drochner
53b64ea7eb update to 2.16.1
changes:
-graphics improvements
-minor cleanup
2006-11-28 22:24:03 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
jmmv
7058b57926 Update to 2.16.0.1:
Version 2.16.0.1

* Updated system-lock-screen icon to fill all sizes
  -- bug #354257 (Lapo Calamandrei)
* Updated accessories-text-editor icon to fill all sizes
  -- bug #354256 (Lapo Calamandrei)
* Updated 24x24 utilities-terminal icon from 22x22 icon
  -- bug #354279 (Rodney Dawes)

Version 2.16.0

* Add gtk-edit icon at 16x16, 22x22, and 24x24 sizes (Lapo Calamandrei)
* Install 24x24 video-display icon
  -- bug #354112 (Rodney Dawes)
* Update 24x24 computer icon from updated 22x22 source
  -- bug #354111 (Rodney Dawes)
* Add a new logviewer icon (Lapo Calamandrei)
* New help-browser, emblem-new, and user-desktop icons (Lapo Calamandrei)
* New text-x-generic-template icon (Andreas Nilsson)
* Add scalable and 32x32 go action icons (Andras Nilsson)
* Updated scalable and 32x32 go-home icons (Lapo Calamandrei)
* New list-add and list-remove icons
  -- bug #348415 (Andreas Nilsson)
* Port some cvs emblem icons to scalable (Rodney Dawes)
* Replace emblem-package and emblem-web with new style icons (Rodney Dawes)
* Add missing 32x32 mimetypes directory to index.theme.in (Rodney Dawes)
* Updated network status icons (Lapo Calamandrei)
* New translations [mg, mr]

Version 2.15.92

* Add x-office-drawing icon (Lapo Calamandrei)
* Add 32x32 mime type icons (Lapo Calamandrei)
* Update scalable mime type icon shadows (Lapo Calamandrei)
* Add application-certificate icon (Andreas Nilsson)
* More icon cleanup to remove replaced icons (Rodney Dawes)
* Add zoom-best-fit icon (Lapo Calamandrei)
* Add 32x32 and scalable folder-new icons (Lapo Calamandrei)
* Fix scalable web-browser icon not being installed
  -- bug #351249 (Rodney Dawes)
* 32x32 versions of zoom icons (Lapo Calamandrei)
* Updated style weather status icons (Lapo Calamandrei)
* 32x32 and scalable applications-development icons (Andreas Nilsson)
* Updated translations [de]

Version 2.15.91

* Add applications-accessories scalable icon (Andreas Nilsson, Jakub Steiner)
* Add new preferences-system icon (Andreas Nilsson, Jakub Steiner)
* Add new network-workgroup icon (Andreas Nilsson, Jakub Steiner)
* Add missing size icons, and fixes (Lapo Calamandrei, Jakub Steiner)
* Add new start-here icon (Lapo Calamandrei, Jakub Steiner)
* Add new media-flash icon (Rodney Dawes, Jakub Steiner)
* New generic multimedia-player icon (Andreas Nilsson, Jakub Steiner)
* Add new network-server icon (Andreas Nilsson, Jakub Steiner)
* Add new applications-games icon (Andreas Nilsson, Jakub Steiner)
* Rename {drive,media}-cdrom to {drive,media}-optical (Rodney Dawes)
* Add properly sized process-{idle,working} animation icons
  -- bug #349353 (Jakub Steiner)
* Add missing directories to index.theme.in
  -- bug #349353 (Rodney Dawes)
* Add missing tab-new in 16x16/actions/Makefile.am
  -- bug #348981 (Rodney Dawes)
* Add new view-fullscreen and view-restore icons (Jakub Steiner)
* New and updated translations [bn_IN, fr, mk, ml, or]

Version 2.15.90

* Moved stock_* fullscreen icons to view-* action names (Rodney Dawes)
* Removed stock_close icons
  -- bug #348509 (Rodney Dawes)
* Removed stock_open icons
  -- bug #348401 (Rodney Dawes)
* Add document-new icons and update new "emblem" on *-new icons
  -- bug #348433 (Jakub Steiner)
* New utilities-terminal icons (Andreas Nilsson)
* Fix missing computer.svg in scalable/devices/Makefile.am (Rodney Dawes)
* New system-run icons (Lapo Calamendrei)
* New preferences-desktop-screensaver and system-file-manager (Andreas Nilsson)
* 32x32 version of spinner images (Jakub Steiner)
* Removed some old icons replaced with newer versions already (Rodney Dawes)
* Scalable versions of the appointment-* status icons
  (Rodney Dawes, Jakub Steiner)

Version 2.15.3

* Various build related bug fixes
  -- bugs #347083 #346870 #346306 #346580 (Rodney Dawes, Jakub Steiner)
* More removal and renaming of icons
  -- bugs #346621 #347023 (Rodney Dawes)
* 8x8 version of the symlink emblem icon
  -- bugs #311279 #310402 (Rodney Dawes)
* Add folder-remote.icon for scalable to match emblems of folder.icon
  -- bug #309113 (Rodney Dawes)
* New symbolic link icon
  -- bug #310402 (Jakub Steiner)
* New utilities-system-monitor icon
  -- bug #306537 (Rodney Dawes, Lapo Calemendrei)
* New dialog-warning, dialog-error, dialog-information icons (Jakub Steiner)
* New appointment status icons (Jakub Steiner)
* Scalable version of applications-internet
  -- bug #164068 (Rodney Dawes)
* New emblem-important, emblem-favorite icons (Jakub Steiner)
* New preferences-desktop-wallpaper icon
  -- bug #313643 (Andreas Nilsson, Rodney Dawes, Jakub Steiner)
* Removed xchat icon
  -- bug #153078 (Rodney Dawes)
* New audio-volume status icons at bitmap sizes (Jakub Steiner)
* use proper coordinates for SVG for text-x-preview.icon
  -- bug #329877 (Rodney Dawes)
* New and updated translations [bn_IN, zh_HK, zh_TW]

Version 2.15.2

* Use of po/LINGUAS and requirement of intltool 0.35.0 (Rodney Dawes)
* Scalable zoom icons (Lapo Calamendre, Jakub Steiner)
* Updated translations [lv]

Version 2.15.1

* New printer device and print action icons (Lapo Calamendrei)
* New find/replace action icons (Lapo Calamendrei)
* Scalable delete/save action icons (Lapo Calamendrei)
* New dictionary icon (Ulisse Perusin)
* Remove obsolete no_NO locale (Kjartan Maraas)
* Style updates for many icons (Jakub Steiner, Rodney Dawes, Lapo Calamendrei)
* Remove unmaintained and distro-specific spec file (Rodney Dawes)
* Added MAINTAINERS file (Rodney Dawes)
* New and updated translations [be, ca, dz, et, ka]
2006-09-15 15:09:19 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
wiz
7139e57cc4 Update to 2.14.2:
Version 2.14.2

* Make 48x48/apps Scalable as well (Rodney Dawes)
* Remove MinSize setting from 48x48 contexts set as Scalable
  -- bug #332894 (Rodney Dawes)
2006-04-03 06:10:57 +00:00
jmmv
7583f0b0e2 Do not pull in the new hicolor-icon-theme cache handling and avoid packages
using this one to pull it as well.
2006-03-30 21:45:33 +00:00