aboutsummaryrefslogtreecommitdiff
path: root/x11/libexo
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-01-03 17:47:50 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-01-03 17:47:50 +0000
commit05be12954c239a48dd4bc32b8040058812ce5e2a (patch)
treec77f49f73ed9e2e1cbcbb5f2972a70949d0e36d2 /x11/libexo
parent298f63ec4546856f7d2873298d1359d1c5f0a033 (diff)
downloadports-05be12954c239a48dd4bc32b8040058812ce5e2a.tar.gz
ports-05be12954c239a48dd4bc32b8040058812ce5e2a.zip
- Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10, and not available in x11-themes/adwaita-icon-theme) - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny
Notes
Notes: svn path=/head/; revision=376144
Diffstat (limited to 'x11/libexo')
-rw-r--r--x11/libexo/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index 7258ec7aaf30..645b5e6af26b 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libexo
PORTVERSION= 0.10.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
@@ -13,6 +13,11 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Application library for the Xfce desktop environment
+LICENSE= GPLv2 LGPL21
+LICENSE_COMB= multi
+LICENSE_DISTFILES= ${WRKSRC}/COPYING \
+ ${WRKSRC}/COPYING.LIB
+
BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
@@ -50,4 +55,8 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|internet-mail|mail-send|' \
+ ${WRKSRC}/exo-open/exo-mail-reader.desktop.in
+
.include <bsd.port.mk>