aboutsummaryrefslogtreecommitdiff
path: root/x11/tint
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-12 04:59:26 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-12 04:59:26 +0000
commitbc8bb503cbdd40de26df92f05d91f2742ad183f6 (patch)
tree963b778eaf140a03a496c441893c522cb469a2ab /x11/tint
parent25f381530b2df4fc1be0f836ce153cb44e40905c (diff)
downloadports-bc8bb503cbdd40de26df92f05d91f2742ad183f6.tar.gz
ports-bc8bb503cbdd40de26df92f05d91f2742ad183f6.zip
x11/tint: 0.12.9 -> 0.12.11
- Fixed crash in tint2conf when adding background - Fixed crash in systray with non-Latin languagess - Battery: do not show negative durations when the sensors return garbage - Add missing dependencies PR: 210204 Submitted by: yamagi@yamagi.org (maintainer)
Notes
Notes: svn path=/head/; revision=416767
Diffstat (limited to 'x11/tint')
-rw-r--r--x11/tint/Makefile12
-rw-r--r--x11/tint/distinfo5
2 files changed, 10 insertions, 7 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index 999d77334032..a6284601e741 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tint2
-PORTVERSION= 0.12.9
+PORTVERSION= 0.12.11
CATEGORIES= x11
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/
@@ -11,12 +11,14 @@ COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
- libstartup-notification-1.so:x11/startup-notification
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2 \
+ libImlib2.so:graphics/imlib2 \
+ libstartup-notification-1.so:x11/startup-notification \
USES= alias cmake gettext pkgconfig tar:xz
-USE_GNOME= glib20 gtk20 librsvg2 pango
-USE_XORG= x11 xcomposite xdamage xinerama xrandr xrender
+USE_GNOME= cairo glib20 gtk20 librsvg2 pango
+USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender
INSTALLS_ICONS= yes
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
diff --git a/x11/tint/distinfo b/x11/tint/distinfo
index a4c216ac645d..3ca91ee7e203 100644
--- a/x11/tint/distinfo
+++ b/x11/tint/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tint2-0.12.9.tar.xz) = 579458f4c70b0b2fcee46b763d0654299972aca6c1c0395a1cc0237dd9652fd3
-SIZE (tint2-0.12.9.tar.xz) = 261208
+TIMESTAMP = 1465539549
+SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7
+SIZE (tint2-0.12.11.tar.xz) = 261380