2006-01-24 08:31:52 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.6 2006/01/24 07:32:14 wiz Exp $
|
2004-04-01 20:29:19 +02:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
GNOME_ICON_THEME_BUILDLINK3_MK:= ${GNOME_ICON_THEME_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= gnome-icon-theme
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-icon-theme}
|
|
|
|
BUILDLINK_PACKAGES+= gnome-icon-theme
|
|
|
|
|
|
|
|
.if !empty(GNOME_ICON_THEME_BUILDLINK3_MK:M+)
|
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
2004-09-21 18:48:38 +02:00
|
|
|
BUILDLINK_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.8.0
|
2006-01-24 08:31:52 +01:00
|
|
|
BUILDLINK_RECOMMENDED.gnome-icon-theme?= gnome-icon-theme>=2.12.1nb1
|
2004-04-01 20:29:19 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.gnome-icon-theme?= ../../graphics/gnome-icon-theme
|
2004-05-06 16:00:27 +02:00
|
|
|
|
2005-07-16 21:10:37 +02:00
|
|
|
# intltool-{extract,merge,update} are Perl scripts included in the sources
|
|
|
|
# of packages that use gnome-icon-theme and are executed during build.
|
|
|
|
#
|
|
|
|
USE_TOOLS+= perl
|
|
|
|
|
2004-05-06 16:00:27 +02:00
|
|
|
. include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
dirs!= ${GREP} "^@dirrm" ${.CURDIR}/../../graphics/gnome-icon-theme/PLIST | \
|
|
|
|
${CUT} -d ' ' -f 2
|
|
|
|
. for d in ${dirs}
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm ${d:S/\//\\\//g}$$/ \
|
|
|
|
{ print "@comment in gnome-icon-theme: " $$0; next; }
|
|
|
|
. endfor
|
|
|
|
. undef dirs
|
2004-04-01 20:29:19 +02:00
|
|
|
.endif # GNOME_ICON_THEME_BUILDLINK3_MK
|
|
|
|
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2004-05-06 16:00:27 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2004-04-01 20:29:19 +02:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|