freebsd-ports/x11-themes/gtk-E17-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

32 lines
650 B
Makefile

# $FreeBSD$
PORTNAME= E17
PORTVERSION= 3.22.1
DISTVERSIONPREFIX= V
PORTEPOCH= 1
CATEGORIES= x11-themes enlightenment
PKGNAMEPREFIX= gtk-
PKGNAMESUFFIX= -theme
MAINTAINER= rezny@FreeBSD.org
COMMENT= Dark GTK theme for Enlightenment
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= tsujan
GH_PROJECT= E17gtk
NO_ARCH= yes
NO_BUILD= yes
THEME_DIR= ${PREFIX}/share/themes/${GH_PROJECT}
do-install:
@${MKDIR} ${STAGEDIR}${THEME_DIR}
.for dir in gtk-2.0 gtk-3.0
cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${THEME_DIR}
.endfor
${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR}
.include <bsd.port.mk>