aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2021-10-24 04:35:33 +0300
committerAndy Postnikov <apostnikov@gmail.com>2021-10-24 04:36:15 +0300
commit69aab0cff7ecd49f92b9859715f48c031263ffba (patch)
tree03d4c788e51d19296b9b47265e2dfb088e6df0c0
parent406ae24b04e43a94e0c30d73733f2c3f3857da6c (diff)
community/xfce4-xkb-plugin: fix build
-rw-r--r--community/xfce4-xkb-plugin/APKBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/community/xfce4-xkb-plugin/APKBUILD b/community/xfce4-xkb-plugin/APKBUILD
index e4b02d6c989..710fa8de1c3 100644
--- a/community/xfce4-xkb-plugin/APKBUILD
+++ b/community/xfce4-xkb-plugin/APKBUILD
@@ -5,7 +5,7 @@ _maj=${pkgver%%.*}
_min=${pkgver#${_maj}.}
_min=${_min%%.*}
_ver=${_maj}.${_min}
-pkgrel=0
+pkgrel=1
pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
# s390x, mips64 and riscv64 blocked by librsvg
@@ -18,13 +18,6 @@ subpackages="$pkgname-doc $pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/$_ver/xfce4-xkb-plugin-$pkgver.tar.bz2"
options="!check" # No test suite
-prepare() {
- default_prepare
-
- update_config_sub
- update_config_guess
-}
-
build () {
./configure \
--build=$CBUILD \