Ravenports generated: 28 Mar 2022 02:32
[ravenports.git] / bucket_E9 / tint2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               tint2
4 VERSION=                17.0.2
5 KEYWORDS=               x11 deskutils
6 VARIANTS=               standard
7 SDESC[standard]=        Lightweight panel/taskbar/systray/clock
8 HOMEPAGE=               https://gitlab.com/o9000/tint2
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITLAB/o9000:tint2:v17.0.2
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         examples
18                         docs
19                         nls
20
21 OPTIONS_AVAILABLE=      none
22 OPTIONS_STANDARD=       none
23
24 BUILDRUN_DEPENDS=       imlib2:single:standard
25                         startup-notification:single:standard
26
27 USES=                   cmake pkgconfig gnome-icons:primary gettext-tools
28                         gettext-runtime desktop-utils:primary
29                         mime-info:primary
30 GNOME_COMPONENTS=       gtk3 librsvg
31 XORG_COMPONENTS=        x11 xcomposite xdamage xfixes xinerama xrandr
32                         xrender
33
34 DISTNAME=               tint2-v17.0.2
35
36 LICENSE=                GPLv2:primary
37 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
38 LICENSE_FILE=           GPLv2:{{WRKSRC}}/COPYING
39 LICENSE_AWK=            TERMS:"^$$"
40 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/src/main.c
41 LICENSE_SCHEME=         solo
42
43 FPC_EQUIVALENT=         x11/tint
44
45 INSTALL_REQ_TOOLCHAIN=  yes
46
47 VAR_OPSYS[netbsd]=      CMAKE_ARGS=-DENABLE_BATTERY:BOOL=OFF
48
49 post-install:
50         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tint2*
51
52 [FILE:556:descriptions/desc.primary]
53 Tint is a simple panel/taskbar/systray intentionally made for openbox3, but
54 should also work with other window managers.
55
56 The goal is to keep a clean and unintrusive look with lightweight code and
57 compliance with freedesktop specifications.
58
59 Tint taskbar features
60     * color/transparency on font, icon, border and background
61     * customize mouse event
62     * drag and drop task between desktop and switch desktop
63
64 Tint panel features
65     * clock with font, color and transparency
66     * multi-monitor : panel position adjust to monitor, taskbar by monitor
67
68
69 [FILE:105:distinfo]
70 479ffab93b3cd01c46695df552bf5fdc0aded2260bb7236a88e923c6cee04faa       554403 o9000-tint2-v17.0.2.tar.gz
71
72
73 [FILE:615:manifests/plist.primary]
74 bin/
75  tint2
76  tint2conf
77 etc/xdg/tint2/tint2rc
78 share/applications/
79  tint2.desktop
80  tint2conf.desktop
81 share/icons/hicolor/scalable/apps/
82  tint2.svg
83  tint2conf.svg
84 share/man/man1/tint2.1.gz
85 share/mime/packages/tint2conf.xml
86 share/tint2/
87  default_icon.png
88  horizontal-dark-opaque.tint2rc
89  horizontal-dark-transparent.tint2rc
90  horizontal-icon-only.tint2rc
91  horizontal-light-opaque.tint2rc
92  horizontal-light-transparent.tint2rc
93  horizontal-text-only.tint2rc
94  vertical-dark-opaque.tint2rc
95  vertical-dark-transparent.tint2rc
96  vertical-light-opaque.tint2rc
97  vertical-light-transparent.tint2rc
98  vertical-neutral-icons.tint2rc
99
100
101 [FILE:216:manifests/plist.docs]
102 share/doc/tint2/
103  AUTHORS
104  ChangeLog
105  README.md
106  tint2.md
107 share/doc/tint2/html/
108  manual.html
109  readme.html
110 share/doc/tint2/html/images/
111  panel_padding.jpg
112  panel_size_margin.jpg
113  task_padding.jpg
114  taskbar_padding.jpg
115
116
117 [FILE:287:manifests/plist.nls]
118 share/locale/bs/LC_MESSAGES/tint2conf.mo
119 share/locale/es/LC_MESSAGES/tint2conf.mo
120 share/locale/fr/LC_MESSAGES/tint2conf.mo
121 share/locale/hr/LC_MESSAGES/tint2conf.mo
122 share/locale/pl/LC_MESSAGES/tint2conf.mo
123 share/locale/ru/LC_MESSAGES/tint2conf.mo
124 share/locale/sr/LC_MESSAGES/tint2conf.mo
125
126
127 [FILE:320:patches/patch-src_tint2conf_po_CMakeLists.txt]
128 Make it possible to toggle NLS.
129
130 --- src/tint2conf/po/CMakeLists.txt.orig        2021-04-19 02:43:11 UTC
131 +++ src/tint2conf/po/CMakeLists.txt
132 @@ -1,4 +1,4 @@
133 -include(FindGettext)
134 +find_package(Gettext)
135  if (GETTEXT_FOUND)
136      set(GETTEXT_PACKAGE tint2conf)
137      file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po")
138