19 lines
678 B
Bash
19 lines
678 B
Bash
# Template file for 'xfce4-xkb-plugin'
|
|
pkgname=xfce4-xkb-plugin
|
|
version=0.8.2
|
|
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=bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|