diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 06:40:39 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-13 06:40:39 -0600 |
commit | 3982c762c9849887e0e7e4a93b594c46a5fe51c1 (patch) | |
tree | 1ee5e77c9d3ed7191d4088433393da58c82f5038 | |
parent | ad67b59de7f9ad9c86f1444325bf7afef311ec20 (diff) | |
download | aports-3982c762c9849887e0e7e4a93b594c46a5fe51c1.tar.bz2 aports-3982c762c9849887e0e7e4a93b594c46a5fe51c1.tar.xz |
main/xfce4-xkb-plugin: build fix
-rw-r--r-- | main/xfce4-xkb-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce4-xkb-plugin/APKBUILD b/main/xfce4-xkb-plugin/APKBUILD index a885f9e45..c54fdd4dd 100644 --- a/main/xfce4-xkb-plugin/APKBUILD +++ b/main/xfce4-xkb-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-xkb-plugin pkgver=0.5.3.3 -pkgrel=4 +pkgrel=5 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" arch="all" @@ -9,7 +9,7 @@ license="custom" subpackages="$pkgname-doc" depends= makedepends="xfce4-panel-dev libxklavier-dev librsvg-dev intltool libwnck-dev - libxi-dev libxkbfile-dev libsm-dev libgsf-dev e2fsprogs-dev bzip2-dev" + libxi-dev libxkbfile-dev libsm-dev libgsf-dev e2fsprogs-dev bzip2-dev libxfcegui4-dev" source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.gz xfce4-xkb-plugin-0.5.3.3-libxklavier.patch" |