# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= tint2 VERSION= 16.6.1 KEYWORDS= x11 deskutils VARIANTS= standard SDESC[standard]= Lightweight panel/taskbar/systray/clock HOMEPAGE= https://gitlab.com/o9000/tint2 CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GITLAB/o9000:tint2:v16.6.1 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= complete primary examples docs OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILDRUN_DEPENDS= imlib2:single:standard startup-notification:single:standard USES= cmake:outsource pkgconfig gnome-icons:primary gettext-tools gettext-runtime desktop-utils:primary mime-info:primary GNOME_COMPONENTS= gtk2 librsvg XORG_COMPONENTS= x11 xcomposite xdamage xfixes xinerama xrandr xrender DISTNAME= tint2-v16.6.1 LICENSE= GPLv2:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv2:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"^$$" LICENSE_SOURCE= TERMS:{{WRKSRC}}/src/main.c LICENSE_SCHEME= solo FPC_EQUIVALENT= x11/tint INSTALL_REQ_TOOLCHAIN= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tint2* [FILE:556:descriptions/desc.primary] Tint is a simple panel/taskbar/systray intentionally made for openbox3, but should also work with other window managers. The goal is to keep a clean and unintrusive look with lightweight code and compliance with freedesktop specifications. Tint taskbar features * color/transparency on font, icon, border and background * customize mouse event * drag and drop task between desktop and switch desktop Tint panel features * clock with font, color and transparency * multi-monitor : panel position adjust to monitor, taskbar by monitor [FILE:105:distinfo] fdc206a01a95f8fb129b436f79bd5e9ec5e2e44c22318983e52fcf8101cfc9bf 546590 o9000-tint2-v16.6.1.tar.gz [FILE:902:manifests/plist.primary] bin/ tint2 tint2conf etc/xdg/tint2/tint2rc share/applications/ tint2.desktop tint2conf.desktop share/icons/hicolor/scalable/apps/ tint2.svg tint2conf.svg share/locale/bs/LC_MESSAGES/tint2conf.mo share/locale/es/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 share/man/man1/tint2.1.gz share/mime/packages/tint2conf.xml share/tint2/ default_icon.png horizontal-dark-opaque.tint2rc horizontal-dark-transparent.tint2rc horizontal-icon-only.tint2rc horizontal-light-opaque.tint2rc horizontal-light-transparent.tint2rc horizontal-text-only.tint2rc vertical-dark-opaque.tint2rc vertical-dark-transparent.tint2rc vertical-light-opaque.tint2rc vertical-light-transparent.tint2rc vertical-neutral-icons.tint2rc [FILE:216:manifests/plist.docs] share/doc/tint2/ AUTHORS ChangeLog README.md tint2.md share/doc/tint2/html/ manual.html readme.html share/doc/tint2/html/images/ panel_padding.jpg panel_size_margin.jpg task_padding.jpg taskbar_padding.jpg [FILE:320:patches/patch-src_tint2conf_po_CMakeLists.txt] 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")