1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11-themes/adwaita-icon-theme/Makefile
Koop Mast f59a6653a5 Update the gtk+ stack [1]
Update gdk-pixbuf2 to 2.36.6
Update gtk30 to 3.22.12
Update cairomm to 1.12.2
Update gtkmm30 to 3.22.0

Update the following themes to be compatible with the new gtk+ version:
Update adwaita-icon-theme to 3.22.0
Update gnome-themes-standard to 3.22.3
Update gtk-E17-theme to 3.22.1 [2]
Update gtk-arc-themes to 20170302 [3]
Update mate-themes to 3.22.10

Bump xfce4-notifyd due to new gtk30 version, requested by olivierd@.
Mark LordsaWar broken, it doesn't build with cairomm 1.12.

PR:		210272 [1], 210696 [2], 218667 [3]
Submitted by:	Matthew Rezny [2]
Obtained from:	Unless otherwise stated obtained from GNOME devel repo
Exp-run by:	antoine@ [1]
2017-04-23 08:35:28 +00:00

25 lines
586 B
Makefile

# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= adwaita-icon-theme
PORTVERSION= 3.22.0
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Symbolic Icons
NO_ARCH= yes
USES= gettext-tools gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= intltool gtk-update-icon-cache
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
INSTALLS_ICONS= yes
post-install:
@${RM} -r ${STAGEDIR}${PREFIX}/lib/locale
@${RM} -r ${STAGEDIR}${PREFIX}/locale
.include <bsd.port.mk>