6ce4980916
This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
24 lines
655 B
Makefile
24 lines
655 B
Makefile
# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/x11-themes/adwaita-icon-theme/Makefile 19966 2014-10-16 06:32:52Z gusi $
|
|
|
|
PORTNAME= adwaita-icon-theme
|
|
PORTVERSION= 3.14.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME Symbolic Icons
|
|
|
|
INSTALLS_ICONS= yes
|
|
USES= gettext-tools gmake pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomeprefix intltool gtk-update-icon-cache
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
|
|
|
|
post-install:
|
|
@${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
|
|
|
|
.include <bsd.port.mk>
|