31 lines
1.1 KiB
Bash
31 lines
1.1 KiB
Bash
# Template file for 'tint2'
|
|
pkgname=tint2
|
|
version=17.0.1
|
|
revision=1
|
|
wrksrc="tint2-v${version}"
|
|
build_style=cmake
|
|
configure_args="-DCMAKE_BUILD_TYPE=None"
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="gtk+3-devel imlib2-devel librsvg-devel libXcomposite-devel
|
|
libXdamage-devel libXinerama-devel libXrandr-devel startup-notification-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Simple panel/taskbar made for modern X window managers"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://gitlab.com/o9000/tint2"
|
|
changelog="https://gitlab.com/o9000/tint2/blob/master/ChangeLog"
|
|
distfiles="https://gitlab.com/o9000/tint2/-/archive/v${version}/tint2-v${version}.tar.bz2"
|
|
checksum=9d4d11708de71d7677330ad5e3938c38fc227c3fbe20a4d3dc57ec8f4e3ae98c
|
|
|
|
tint2conf_package() {
|
|
short_desc+=" - configuration tools"
|
|
depends="tint2>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/bin/tint2conf
|
|
vmove usr/share/applications/tint2conf.desktop
|
|
vmove usr/share/icons/hicolor/scalable/apps/tint2conf.svg
|
|
vmove usr/share/locale
|
|
vmove usr/share/mime
|
|
}
|
|
}
|