View | Details | Raw Unified | Return to bug 219532
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=	0.13
4
PORTVERSION=	0.14.5
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 = 1488793848
1
TIMESTAMP = 1495716954
2
SHA256 (o9000-tint2-0.13_GH0.tar.gz) = 355ed0a52d05526cdb3bb4698c5f32b1ad4fb598b2fe0e37b13d4827480f94e6
2
SHA256 (o9000-tint2-0.14.5_GH0.tar.gz) = 73a232a3fbb08e18cca60dffda1c7f66bfb5e7a3415153f460a1b66a1f3985aa
3
SIZE (o9000-tint2-0.13_GH0.tar.gz) = 503936
3
SIZE (o9000-tint2-0.14.5_GH0.tar.gz) = 465344
(-)files/patch-CMakeLists.txt (+11 lines)
Line 0 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} )
(-)pkg-plist (-46 / +49 lines)
Lines 1-50 Link Here
1
share/mime/packages/tint2conf.xml
2
share/icons/hicolor/scalable/apps/tint2conf.svg
3
share/icons/hicolor/scalable/apps/tint2.svg
4
share/applications/tint2conf.desktop
5
share/applications/tint2.desktop
6
man/man1/tint2.1.gz
7
etc/xdg/tint2/tint2rc
8
bin/tint2conf
1
bin/tint2
9
bin/tint2
2
bin/tint2conf
10
@dir etc/xdg/tint2
3
etc/xdg/tint2/tint2rc
11
@dir etc/xdg
4
man/man1/tint2.1.gz
12
%%PORTDOCS%%%%DOCSDIR%%/tint2.md
5
share/applications/tint2.desktop
13
%%PORTDOCS%%%%DOCSDIR%%/html/readme.html
6
share/applications/tint2conf.desktop
14
%%PORTDOCS%%%%DOCSDIR%%/html/manual.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/images/taskbar_padding.jpg
16
%%PORTDOCS%%%%DOCSDIR%%/html/images/task_padding.jpg
17
%%PORTDOCS%%%%DOCSDIR%%/html/images/panel_size_margin.jpg
18
%%PORTDOCS%%%%DOCSDIR%%/html/images/panel_padding.jpg
19
%%PORTDOCS%%%%DOCSDIR%%/README.md
20
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
7
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
21
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
22
%%NLS%%share/locale/sr/LC_MESSAGES/tint2conf.mo
9
%%PORTDOCS%%%%DOCSDIR%%/README.md
23
%%NLS%%share/locale/ru/LC_MESSAGES/tint2conf.mo
10
%%PORTDOCS%%%%DOCSDIR%%/html/images/panel_padding.jpg
24
%%NLS%%share/locale/pl/LC_MESSAGES/tint2conf.mo
11
%%PORTDOCS%%%%DOCSDIR%%/html/images/panel_size_margin.jpg
25
%%NLS%%share/locale/hr/LC_MESSAGES/tint2conf.mo
12
%%PORTDOCS%%%%DOCSDIR%%/html/images/task_padding.jpg
26
%%NLS%%share/locale/fr/LC_MESSAGES/tint2conf.mo
13
%%PORTDOCS%%%%DOCSDIR%%/html/images/taskbar_padding.jpg
14
%%PORTDOCS%%%%DOCSDIR%%/html/manual.html
15
%%PORTDOCS%%%%DOCSDIR%%/html/readme.html
16
%%PORTDOCS%%%%DOCSDIR%%/tint2.md
17
%%NLS%%share/icons/hicolor/scalable/apps/tint2.svg
18
%%NLS%%share/icons/hicolor/scalable/apps/tint2conf.svg
19
%%NLS%%share/locale/bs/LC_MESSAGES/tint2conf.mo
27
%%NLS%%share/locale/bs/LC_MESSAGES/tint2conf.mo
20
%%NLS%%share/locale/fr/LC_MESSAGES/tint2conf.mo
28
%%DATADIR%%/vertical-neutral-icons.tint2rc
21
%%NLS%%share/locale/hr/LC_MESSAGES/tint2conf.mo
29
%%DATADIR%%/vertical-light-transparent.tint2rc
22
%%NLS%%share/locale/pl/LC_MESSAGES/tint2conf.mo
30
%%DATADIR%%/vertical-light-opaque.tint2rc
23
%%NLS%%share/locale/ru/LC_MESSAGES/tint2conf.mo
31
%%DATADIR%%/vertical-dark-transparent.tint2rc
24
%%NLS%%share/locale/sr/LC_MESSAGES/tint2conf.mo
32
%%DATADIR%%/vertical-dark-opaque.tint2rc
33
%%DATADIR%%/text_only_6.tint2rc
34
%%DATADIR%%/text_only_5.tint2rc
35
%%DATADIR%%/text_only_4.tint2rc
36
%%DATADIR%%/text_only_3.tint2rc
37
%%DATADIR%%/text_only_2.tint2rc
38
%%DATADIR%%/text_only_1.tint2rc
39
%%DATADIR%%/icon_only_7.tint2rc
40
%%DATADIR%%/icon_only_6.tint2rc
41
%%DATADIR%%/icon_only_4.tint2rc
42
%%DATADIR%%/icon_only_3.tint2rc
43
%%DATADIR%%/icon_only_2.tint2rc
44
%%DATADIR%%/icon_only_1.tint2rc
45
%%DATADIR%%/icon_and_text_4.tint2rc
46
%%DATADIR%%/icon_and_text_3.tint2rc
47
%%DATADIR%%/icon_and_text_2.tint2rc
48
%%DATADIR%%/icon_and_text_1.tint2rc
49
%%DATADIR%%/horizontal-light-transparent.tint2rc
50
%%DATADIR%%/horizontal-light-opaque.tint2rc
51
%%DATADIR%%/horizontal-dark-transparent.tint2rc
52
%%DATADIR%%/horizontal-dark-opaque.tint2rc
25
%%DATADIR%%/default_icon.png
53
%%DATADIR%%/default_icon.png
26
%%DATADIR%%/horizontal-dark-opaque.tint2rc
27
%%DATADIR%%/horizontal-dark-transparent.tint2rc
28
%%DATADIR%%/horizontal-light-opaque.tint2rc
29
%%DATADIR%%/horizontal-light-transparent.tint2rc
30
%%DATADIR%%/icon_and_text_1.tint2rc
31
%%DATADIR%%/icon_and_text_2.tint2rc
32
%%DATADIR%%/icon_and_text_3.tint2rc
33
%%DATADIR%%/icon_and_text_4.tint2rc
34
%%DATADIR%%/icon_only_1.tint2rc
35
%%DATADIR%%/icon_only_2.tint2rc
36
%%DATADIR%%/icon_only_3.tint2rc
37
%%DATADIR%%/icon_only_4.tint2rc
38
%%DATADIR%%/icon_only_6.tint2rc
39
%%DATADIR%%/icon_only_7.tint2rc
40
%%DATADIR%%/text_only_1.tint2rc
41
%%DATADIR%%/text_only_2.tint2rc
42
%%DATADIR%%/text_only_3.tint2rc
43
%%DATADIR%%/text_only_4.tint2rc
44
%%DATADIR%%/text_only_5.tint2rc
45
%%DATADIR%%/text_only_6.tint2rc
46
%%DATADIR%%/vertical-dark-opaque.tint2rc
47
%%DATADIR%%/vertical-dark-transparent.tint2rc
48
%%DATADIR%%/vertical-light-opaque.tint2rc
49
%%DATADIR%%/vertical-light-transparent.tint2rc
50
%%DATADIR%%/vertical-neutral-icons.tint2rc

Return to bug 219532