The NetBSD Project

CVS log for pkgsrc/graphics/hicolor-icon-theme/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / hicolor-icon-theme

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 20 21:26:54 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, HEAD
Changes since 1.27: +370 -1 lines
Diff to previous 1.27 (colored) to selected 1.21 (colored)

hicolor-icon-theme: convert from @pkgdir in PLIST to REQD_DIRS

Fixes lots of warnings on deinstall of the following type:
pkg_delete: Directory `/usr/pkg/share/icons/hicolor/symbolic' disappeared, skipping

Bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 2 15:06:03 2017 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.21 (colored)

hicolor-icon-theme: update to 0.17.

New in 0.17:

 * Fix 256x256@2/animations name in index.theme

New in 0.16:

 * Add hidpi icon directories (e.g. 48x48@2) with scale=2

New in 0.15:

 * A new icon subdirectory symbolic/apps is available for symbolic
   application icons. It similar to scalable, except it has a target
   design size of 16, which is what symbolic icons use.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 19 08:17:22 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.21 (colored)

hicolor-icon-theme: fix HOMEPAGE

Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:09 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.21 (colored)

Follow some http redirects.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 14 16:25:17 2017 UTC (6 years, 9 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.21 (colored)

Revbump for introduction of icon theme handling framework

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 14 16:23:09 2017 UTC (6 years, 9 months ago) by prlw1
Branch: MAIN
Changes since 1.22: +2 -6 lines
Diff to previous 1.22 (colored) to selected 1.21 (colored)

Essentially from OBATA Akio in private mail, June 2015:

Introduce Icon Theme cache handling framework

Icon Theme cache files are used by GTK+ and maintained with the
gtk-update-icon-cache tool.  Each Icon Theme package duplicates
its own maintainance scripts: only the specified icon theme directory
differs.  With this framework, if packages have ICON_THEMES=yes,
associated icon themes will be detected and their cache files will
be maintained automatically.

Change cache handling behaviour as follows:
* Icon theme caches will be updated if either gtk2+ or gtk3+
  gtk-update-icon-cache tool is available.
* With installation of gtk2+ package, not only hicolor icon theme but
  also any other icon theme cache files will be updated.
* Prevent removal of icon caches at deinstall, gtk3+ may be installed and
  using them.
* Ditto with gtk3+, gtk2+ may not be installed now, so caches must be
  maintained by gtk3+.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 25 12:50:43 2015 UTC (8 years, 4 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Remove mk/find-prefix.mk usage from the graphics category.

The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.

Revision 1.21 / (download) - annotate - [selected], Thu Oct 9 14:06:35 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jan 2 18:59:07 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored) to selected 1.21 (colored)

Update to 0.13, no changelog found.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 6 14:10:59 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored) to selected 1.21 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jan 20 13:43:45 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.21 (colored)

Update to 0.12. Changes undocumented.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Oct 31 01:31:09 2009 UTC (14 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored) to selected 1.21 (colored)

Update to 0.11, set LICENSE.

	Bump version to 0.11
	Added 256x256 size. (#15231)
	* autogen.sh: updated to run "configure" with usual maintainer
	options.
	* Makefile.in:
	Update configure.ac for autoconf 2.60

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:33 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.21 (colored)

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

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 30 13:38:15 2008 UTC (15 years, 11 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.21 (colored)

Drop maintainership

Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 26 01:02:58 2007 UTC (17 years, 2 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored) to selected 1.21 (colored)

Don't depend on gtk2+ package just to be able to update an icon cache file.
Instead update the cache iff gtk2 package also installed.
OKed wiz and jmmv.  Bump PKGREVISION.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 28 22:02:34 2006 UTC (17 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored) to selected 1.21 (colored)

update to 0.10
changes:
Add new contexts from icon naming spec:
 animations, categories, emotes, places, status

Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 5 17:23:44 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.21 (colored)

DESTDIR support.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 22 04:46:16 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.21 (colored)

Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 15 22:13:58 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.21 (colored)

Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:10 2006 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.21 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 30 20:47:44 2006 UTC (18 years ago) by jmmv
Branch: MAIN
Changes since 1.7: +12 -6 lines
Diff to previous 1.7 (colored) to selected 1.21 (colored)

Update to 0.9:

2006-01-12  Alexander Larsson  <alexl@redhat.com>

	* Makefile (VERSION):
	Bump version to 0.9

2005-12-23  Luca Ferretti <elle.uca@libero.it>

	* index.theme:
	Sort values for Directories keys (fix gnome bug 315841) and add missing
	entries. Now all installed directories should have an entry in this
	file.

2005-04-08  Alexander Larsson  <alexl@redhat.com>

	* Makefile.in (ICON_CONTEXTS):
	Add emblem subdir

	* configure.ac:
	Bump version to 0.8

	* index.theme:
	Add emblem subdir

2005-02-04  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.7

	* index.theme (Size):
	Fix typos in last version

2005-02-02  Alexander Larsson  <alexl@redhat.com>

	* configure.ac:
	Bump version to 0.6

	* Makefile.in (ICON_SIZES):
	Add 24x24 dirs

	* index.theme (Directories):
	Add 24x24 version of action, apps, devices, filesystem & mimetypes

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:33 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored) to selected 1.21 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 22 20:08:06 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.21 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:04 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored) to selected 1.21 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 22 09:21:45 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored) to selected 1.21 (colored)

Enable pkgviews installation.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Nov 28 14:48:36 2004 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored) to selected 1.21 (colored)

Update to 0.5:
        Create the stock/* directories.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 26 17:07:23 2004 UTC (19 years, 4 months ago) by sketch
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.21 (colored)

Correct URL for distfile, noted by Alexis Robert on tech-pkg.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Apr 1 18:27:48 2004 UTC (20 years ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.21 (colored)

Initial import of hicolor-icon-theme, version 0.4:

Default icon theme called hicolor, from freedesktop.org.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 1 18:27:48 2004 UTC (20 years ago) by jmmv
Branch: MAIN
Diff to selected 1.21 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>