mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
18 lines
640 B
Bash
18 lines
640 B
Bash
# Template file for 'xfce4-xkb-plugin'
|
|
pkgname=xfce4-xkb-plugin
|
|
version=0.8.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="garcon-devel xfce4-panel-devel libxklavier-devel librsvg-devel
|
|
libnotify-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=86ce4a194c47c506315cfded3a041067a72dedcb6d9cc2f9c99853203d332b19
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|