void-packages/srcpkgs/xfce4-xkb-plugin/template

19 lines
678 B
Bash

# Template file for 'xfce4-xkb-plugin'
pkgname=xfce4-xkb-plugin
version=0.8.3
revision=1
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="pkg-config intltool"
makedepends="garcon-devel xfce4-panel-devel libxklavier-devel librsvg-devel libwnck-devel"
short_desc="Plugin to switch keyboard layouts for the Xfce4 panel"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://xfce.org/"
distfiles="https://archive.xfce.org/src/panel-plugins/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
checksum=f0bfe97875ef1ca0a3b6a6fac312663c9cada151cf1ac96071393d320cd04987
post_install() {
vlicense COPYING
}