Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 19:37:17 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413658 - head/x11/tint
Message-ID:  <201604191937.u3JJbH6m021550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Tue Apr 19 19:37:17 2016
New Revision: 413658
URL: https://svnweb.freebsd.org/changeset/ports/413658

Log:
  - Update to 0.12.9
  - Add a missing example file
  - Add INSTALLS_ICONS macro
  - Add an NLS knob
  
  PR:		        208921
  Submitted by:	maintainer

Modified:
  head/x11/tint/Makefile
  head/x11/tint/distinfo
  head/x11/tint/pkg-plist

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Tue Apr 19 19:34:14 2016	(r413657)
+++ head/x11/tint/Makefile	Tue Apr 19 19:37:17 2016	(r413658)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tint2
-PORTVERSION=	0.12.7
+PORTVERSION=	0.12.9
 CATEGORIES=	x11
 MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/tint/
 
@@ -17,12 +17,15 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib
 USES=		alias cmake gettext pkgconfig tar:xz
 USE_GNOME=	glib20 gtk20 librsvg2 pango
 USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
+INSTALLS_ICONS=	yes
 
 CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
 
-OPTIONS_DEFINE=	EXAMPLES
+OPTIONS_DEFINE=	EXAMPLES NLS
 EXAMPLES_CMAKE_ON=	-DENABLE_EXAMPLES:BOOL=ON
 EXAMPLES_CMAKE_OFF=	-DENABLE_EXAMPLES:BOOL=OFF
 OPTIONS_SUB=	yes
+NLS_USES=	gettext
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.port.mk>

Modified: head/x11/tint/distinfo
==============================================================================
--- head/x11/tint/distinfo	Tue Apr 19 19:34:14 2016	(r413657)
+++ head/x11/tint/distinfo	Tue Apr 19 19:37:17 2016	(r413658)
@@ -1,2 +1,2 @@
-SHA256 (tint2-0.12.7.tar.xz) = ea077ccd40d4a7b891c8bdc29d8713da73fc5adbbef68996aaa6c618279d2c7d
-SIZE (tint2-0.12.7.tar.xz) = 184388
+SHA256 (tint2-0.12.9.tar.xz) = 579458f4c70b0b2fcee46b763d0654299972aca6c1c0395a1cc0237dd9652fd3
+SIZE (tint2-0.12.9.tar.xz) = 261208

Modified: head/x11/tint/pkg-plist
==============================================================================
--- head/x11/tint/pkg-plist	Tue Apr 19 19:34:14 2016	(r413657)
+++ head/x11/tint/pkg-plist	Tue Apr 19 19:37:17 2016	(r413658)
@@ -13,6 +13,7 @@ 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
 %%DATADIR%%/default_icon.png
 %%EXAMPLES%%%%DATADIR%%/horizontal-dark-opaque.tint2rc
@@ -39,3 +40,4 @@ share/locale/sr/LC_MESSAGES/tint2conf.mo
 %%EXAMPLES%%%%DATADIR%%/vertical-dark-transparent.tint2rc
 %%EXAMPLES%%%%DATADIR%%/vertical-light-opaque.tint2rc
 %%EXAMPLES%%%%DATADIR%%/vertical-light-transparent.tint2rc
+%%EXAMPLES%%%%DATADIR%%/vertical-neutral-icons.tint2rc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604191937.u3JJbH6m021550>