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

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	tint2
3
PORTNAME=	tint2
4
PORTVERSION=	15.2
4
PORTVERSION=	15.3
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
6
7
MAINTAINER=	yamagi@yamagi.org
7
MAINTAINER=	yamagi@yamagi.org
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1506888530
1
TIMESTAMP = 1510314947
2
SHA256 (o9000-tint2-15.2_GH0.tar.gz) = b9d9c9a138184728e52a985da799e4caba707093be3d8364e4399b0576b6bb25
2
SHA256 (o9000-tint2-15.3_GH0.tar.gz) = b9c69dc9b77b6d4df4d5b2252141cc866aa0066eddb32b3af06e0fb70388106c
3
SIZE (o9000-tint2-15.2_GH0.tar.gz) = 499583
3
SIZE (o9000-tint2-15.3_GH0.tar.gz) = 499899
(-)files/patch-CMakeLists.txt (-11 lines)
Lines 1-11 Link Here
1
--- CMakeLists.txt.orig	2017-05-10 12:39:09 UTC
2
+++ CMakeLists.txt
3
@@ -257,7 +257,7 @@ set_target_properties( tint2 PROPERTIES 
4
 install( TARGETS tint2 DESTINATION bin )
5
 install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
6
 install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
7
-install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 )
8
+install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 )
9
 install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
10
 install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} )
11
 install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )
(-)files/patch-src_tint2conf_po_CMakeLists.txt (-10 lines)
Lines 1-10 Link Here
1
Make it possible to toggle NLS.
2
3
--- src/tint2conf/po/CMakeLists.txt.orig	2017-02-13 22:12:47 UTC
4
+++ src/tint2conf/po/CMakeLists.txt
5
@@ -1,4 +1,4 @@
6
-include(FindGettext)
7
+find_package(Gettext)
8
 if (GETTEXT_FOUND)
9
     set(GETTEXT_PACKAGE tint2conf)
10
     file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po")

Return to bug 223590