svn commit: r434134 - in head/x11/tint: . files
Tobias C. Berner
tcberner at FreeBSD.org
Tue Feb 14 19:34:43 UTC 2017
Author: tcberner
Date: Tue Feb 14 19:34:41 2017
New Revision: 434134
URL: https://svnweb.freebsd.org/changeset/ports/434134
Log:
Update x11/tint to 0.12.12
Slightly modified version of the one originally submitted in the PR.
PR: 216996
Submitted by: yamagi at yamagi.org
Reported by: yamagi at yamagi.org
Approved by: yamagi at yamagi.org (maintainer), rakuco (mentor)
Added:
head/x11/tint/files/
head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt (contents, props changed)
Modified:
head/x11/tint/Makefile
head/x11/tint/distinfo
head/x11/tint/pkg-plist
Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile Tue Feb 14 18:48:25 2017 (r434133)
+++ head/x11/tint/Makefile Tue Feb 14 19:34:41 2017 (r434134)
@@ -1,9 +1,8 @@
# $FreeBSD$
PORTNAME= tint2
-PORTVERSION= 0.12.11
+PORTVERSION= 0.12.12
CATEGORIES= x11
-MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/tint/
MAINTAINER= yamagi at yamagi.org
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
@@ -16,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/
libImlib2.so:graphics/imlib2 \
libstartup-notification-1.so:x11/startup-notification \
-USES= alias cmake gettext pkgconfig tar:xz
+USES= alias cmake:outsource pkgconfig
USE_GNOME= cairo glib20 gtk20 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender
INSTALLS_ICONS= yes
@@ -24,10 +23,12 @@ INSTALLS_ICONS= yes
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
OPTIONS_DEFINE= EXAMPLES NLS
-EXAMPLES_CMAKE_ON= -DENABLE_EXAMPLES:BOOL=ON
-EXAMPLES_CMAKE_OFF= -DENABLE_EXAMPLES:BOOL=OFF
OPTIONS_SUB= yes
+EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES
NLS_USES= gettext
-NLS_CONFIGURE_ENABLE= nls
+NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext
+
+USE_GITHUB= yes
+GH_ACCOUNT= o9000
.include <bsd.port.mk>
Modified: head/x11/tint/distinfo
==============================================================================
--- head/x11/tint/distinfo Tue Feb 14 18:48:25 2017 (r434133)
+++ head/x11/tint/distinfo Tue Feb 14 19:34:41 2017 (r434134)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465539549
-SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7
-SIZE (tint2-0.12.11.tar.xz) = 261380
+TIMESTAMP = 1487020660
+SHA256 (o9000-tint2-0.12.12_GH0.tar.gz) = e33c47fbea81fbfd0ac4ded2c506a542c6c727701ecdf8987927ae51f325a826
+SIZE (o9000-tint2-0.12.12_GH0.tar.gz) = 469147
Added: head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt Tue Feb 14 19:34:41 2017 (r434134)
@@ -0,0 +1,10 @@
+Make it possible to toggle NLS.
+
+--- src/tint2conf/po/CMakeLists.txt.orig 2017-02-13 22:12:47 UTC
++++ src/tint2conf/po/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-include(FindGettext)
++find_package(Gettext)
+ if (GETTEXT_FOUND)
+ set(GETTEXT_PACKAGE tint2conf)
+ file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po")
Modified: head/x11/tint/pkg-plist
==============================================================================
--- head/x11/tint/pkg-plist Tue Feb 14 18:48:25 2017 (r434133)
+++ head/x11/tint/pkg-plist Tue Feb 14 19:34:41 2017 (r434134)
@@ -7,14 +7,21 @@ share/applications/tint2conf.desktop
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/README.md
+%%DOCSDIR%%/images/panel_padding.jpg
+%%DOCSDIR%%/images/panel_size_margin.jpg
+%%DOCSDIR%%/images/task_padding.jpg
+%%DOCSDIR%%/images/taskbar_padding.jpg
+%%DOCSDIR%%/manual.html
+%%DOCSDIR%%/readme.html
+%%DOCSDIR%%/tint2.md
share/icons/hicolor/scalable/apps/tint2.svg
share/icons/hicolor/scalable/apps/tint2conf.svg
-share/locale/bs/LC_MESSAGES/tint2conf.mo
-share/locale/fr/LC_MESSAGES/tint2conf.mo
-share/locale/hr/LC_MESSAGES/tint2conf.mo
-share/locale/pl/LC_MESSAGES/tint2conf.mo
-share/locale/ru/LC_MESSAGES/tint2conf.mo
-share/locale/sr/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/tint2conf.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/tint2conf.mo
%%DATADIR%%/default_icon.png
%%EXAMPLES%%%%DATADIR%%/horizontal-dark-opaque.tint2rc
%%EXAMPLES%%%%DATADIR%%/horizontal-dark-transparent.tint2rc
More information about the svn-ports-head
mailing list