Up to [NetBSD + pkgsrc-wip] / pkgsrc / graphics / gnome-icon-theme
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these.
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.
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.
Handle gnome-icon-theme the same way as hicolor-icon-theme. Based on patch by kre in PR 43769.
Remove @dirrm related logic.
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.
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%.
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
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.
Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer.
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).
Do not pull in the new hicolor-icon-theme cache handling and avoid packages using this one to pull it as well.
Recursive revision bump / recommended bump for gettext ABI change.
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Remove some unnecessarily strong dependencies on perl that resulted from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Update to 2.8.0. This version corresponds to GNOME 2.8.0. Changes since 2.7.90 * New mime icon for WordPerfect documents * New 16x16 and 24x24 stock_new-tab icons * Updated translations [cy, th, zh_TW] Changes since 1.3.7 * New translations [bs, nb] * Updated translations [az, ca, es, eu, fi, ne, sq, sv, uk] Changes since 1.3.6 * New device icons * Updated translations [fi, fr, ms, sr, zh_CN] Changes since 1.3.5 * Add open lock icons, Fixes #141458 * Add bittorrent icon, Fixes #148226 * Add ipod icons * Add 32 and 48 px icons for mail-send-receive * Updated translations [bg, da, hi, hu, ko, pt_BR, sq] Changes since 1.3.4 * Updated translations [sq, da, bg, pt_BR] Changes since 1.3.3: * Added stock_3dsound and stock_headphones icons for 24 and 16 pixel sizes * Added text/x-objcsrc mime type icon, Fixes #144987 Changes since 1.3.2: * Fix API breakage for stock_save_as vs. stock_save-as * Fix build so that make distcheck works
Add some PRINT_PLIST_AWK magic so that packages using this buildlink3.mk file get the right comments in generated PLISTs. (I'm not aware of packages actually needing this, but will help in catching 'bugs' in the future, i.e, "cannot remove non-empty directory foobar").
Update to 1.2.0: Changes since 1.1.91: * duplex and tumble icon for printing Changes since 1.1.90: * More translations Changes since 1.1.8: * indent icon polish * renamed csharp mime icon due to changed mimetype Changes since 1.1.7: * New gnome-fs-directory-visiting icon * more small size stock icons Changes since 1.1.6: * new stock icons * make install DESTDIR fix Changes since 1.1.5: * new stock icons Changes since 1.1.4: * searchtool icons * more evo icons * new visiting icon * test for hicolor installed at build time Changes since 1.1.3: * Lots of new icons * pkg-config file Changes since 1.1.2: * more icons needed for evo Changes since 1.1.1: * web calendar icon * vcard mimetype icon Changes since 1.1.0: * Media icons in menu size * New emblems * Flags * removable device icons * other icons