aboutsummaryrefslogtreecommitdiff
path: root/x11/tint
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-04-01 17:52:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-04-01 17:52:17 +0000
commitaea81ed3741d2c4a4fbf36006fbd20ddf2fbb01c (patch)
treee5c84cdd282d48754707a55bb7d08831673dc8e9 /x11/tint
parent2c0d6d89b12f8c265979be53ed224162d95f284b (diff)
downloadports-aea81ed3741d2c4a4fbf36006fbd20ddf2fbb01c.tar.gz
ports-aea81ed3741d2c4a4fbf36006fbd20ddf2fbb01c.zip
Notes
Diffstat (limited to 'x11/tint')
-rw-r--r--x11/tint/Makefile22
-rw-r--r--x11/tint/distinfo6
2 files changed, 16 insertions, 12 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 8de08ade5615..5a28fcfa2523 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= tint2
-PORTVERSION= 0.7.1
-PORTREVISION= 2
+PORTVERSION= 0.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -26,11 +25,13 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-battery
+CONFIGURE_ARGS= --disable-battery --disable-tint2conf
PLIST_FILES= bin/tint2 \
- etc/xdg/tint2/tint2rc
-PLIST_DIRS= etc/xdg/tint2
+ etc/xdg/tint2/tint2rc \
+ share/tint2/default_icon.png
+PLIST_DIRS= etc/xdg/tint2 \
+ share/tint2
MAN1= tint2.1
@@ -45,7 +46,7 @@ post-patch:
${WRKSRC}/src/tint.c
pre-install:
- ${ECHO} "rmdir ${X11BASE}/etc/xdg 2>/dev/null || true" > \
+ @${ECHO} "rmdir ${X11BASE}/etc/xdg 2>/dev/null || true" > \
${WRKDIR}/pkg-deinstall
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
@@ -59,9 +60,12 @@ post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/tintrc* ${EXAMPLESDIR}
-.for N in 1 2 3 4 5 6
-PLIST_FILES+= ${EXAMPLESDIR_REL}/tintrc0${N}
+ @for file in ${RCS}; do \
+ ${INSTALL_DATA} ${WRKSRC}/sample/$${file} ${EXAMPLESDIR}; \
+ done
+RCS= black_single_desktop.tint2rc default.tint2rc horizontal_icon_only.tint2rc rounded_multi_desktop.tint2rc tint2rc vertical_icon_only.tint2rc white_single_desktop.tint2rc
+.for file in ${RCS}
+PLIST_FILES+= ${EXAMPLESDIR_REL}/${file}
.endfor
PLIST_DIRS+= ${EXAMPLESDIR_REL}
.endif
diff --git a/x11/tint/distinfo b/x11/tint/distinfo
index 9d805d6dbd5d..ee49120cf54e 100644
--- a/x11/tint/distinfo
+++ b/x11/tint/distinfo
@@ -1,3 +1,3 @@
-MD5 (tint2-0.7.1.tar.gz) = b7a740550a82093d4d0d8143499f3f13
-SHA256 (tint2-0.7.1.tar.gz) = 8c7c3b1a950ec082d9a8c54a4ad52b3dedbd73162b7ee44dce42b5823f8702e0
-SIZE (tint2-0.7.1.tar.gz) = 331432
+MD5 (tint2-0.9.tar.gz) = 411de6ccb8b82089852d8c854b12ddb9
+SHA256 (tint2-0.9.tar.gz) = 5f8b14969c7bd7758f6361faae279e1d0659c9be347a12a072f8cf93854f4703
+SIZE (tint2-0.9.tar.gz) = 206491