View | Details | Raw Unified | Return to bug 187197
Collapse All | Expand All

(-)evilvte.new/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11/evilvte/Makefile 340722 2014-01-22 17:00:46Z mat $
2
# $FreeBSD: head/x11/evilvte/Makefile 340722 2014-01-22 17:00:46Z mat $
3
3
4
PORTNAME=	evilvte
4
PORTNAME=	evilvte
5
PORTVERSION=	0.5.0
5
PORTVERSION=	0.5.2~pre1
6
PORTREVISION=	1
7
CATEGORIES=	x11 gnome
6
CATEGORIES=	x11 gnome
8
MASTER_SITES=	http://www.calno.com/${PORTNAME}/ \
7
MASTER_SITES=	http://www.calno.com/${PORTNAME}/ \
9
		LOCAL/glarkin
8
		LOCAL/glarkin
(-)evilvte.new/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (evilvte-0.5.0.tar.xz) = 8d32dd9f3b192e00c8111c406a90cc0da2e674e0f8c5a03854287d384e7edea8
1
SHA256 (evilvte-0.5.2~pre1.tar.xz) = d51e75f7e1daad12fa55289c17cb2cfb35bcfdbd61b0dfce3b16a966f64e81ec
2
SIZE (evilvte-0.5.0.tar.xz) = 58436
2
SIZE (evilvte-0.5.2~pre1.tar.xz) = 60804
(-)evilvte.new/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2014-03-02 17:52:26.000000000 +0200
2
+++ configure	2014-03-02 17:53:07.000000000 +0200
3
@@ -93,6 +93,8 @@
4
   LIBS_VTE_L=`pkg-config --libs-only-L vte-2.90 2> /dev/null`
5
 fi
6
 
7
+LIBS_VTE="${LIBS_VTE} -lintl"
8
+
9
 if [ "$real_gtk" = "2+3" ] || [ "$real_gtk" = "3+2" ]; then
10
   real_gtk="all"
11
   LIBS_VTE="-ldl"
(-)evilvte.new/pkg-plist (-3 lines)
Lines 15-24 Link Here
15
share/icons/hicolor/64x64/apps/evilvte.png
15
share/icons/hicolor/64x64/apps/evilvte.png
16
share/icons/hicolor/72x72/apps/evilvte.png
16
share/icons/hicolor/72x72/apps/evilvte.png
17
share/icons/hicolor/96x96/apps/evilvte.png
17
share/icons/hicolor/96x96/apps/evilvte.png
18
share/icons/hicolor/scalable/apps/evilvte.svg
19
share/pixmaps/evilvte.png
18
share/pixmaps/evilvte.png
20
@dirrmtry share/icons/hicolor/scalable/apps
21
@dirrmtry share/icons/hicolor/scalable
22
@dirrmtry share/icons/hicolor/96x96/apps
19
@dirrmtry share/icons/hicolor/96x96/apps
23
@dirrmtry share/icons/hicolor/96x96
20
@dirrmtry share/icons/hicolor/96x96
24
@dirrmtry share/icons/hicolor/72x72/apps
21
@dirrmtry share/icons/hicolor/72x72/apps

Return to bug 187197