18 lines
623 B
Bash
18 lines
623 B
Bash
# Template file for 'xfce4-xkb-plugin'
|
|
pkgname=xfce4-xkb-plugin
|
|
version=0.8.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://xfce.org/"
|
|
license="BSD-2-Clause"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
|
|
checksum=c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|