aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 20:43:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-24 23:34:49 -0300
commit81c96d95ef0bd0e4b2786d519d31cd449d9aa907 (patch)
tree6cf882ca2403f5468e3f4c003e4fdc26564e6f53
parent963b4d3ba2cccf1966219222d2a4309c1f853fde (diff)
community/libxklavier: modernize
-rw-r--r--community/libxklavier/APKBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/libxklavier/APKBUILD b/community/libxklavier/APKBUILD
index 267a7958eee..2fcfae987e6 100644
--- a/community/libxklavier/APKBUILD
+++ b/community/libxklavier/APKBUILD
@@ -11,17 +11,14 @@ depends="xkeyboard-config iso-codes"
depends_dev="gettext-dev libxkbfile-dev"
makedepends="$depends_dev glib-dev libxi-dev iso-codes-dev
gobject-introspection-dev python3 libxml2-dev"
-
source="https://people.freedesktop.org/~svu/libxklavier-$pkgver.tar.bz2"
prepare() {
- cd "$builddir"
update_config_sub
default_prepare
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -33,12 +30,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="e9342d94f6cd67e900e44d9751ee0d8c75bec8e3a7b30989612bd71a5f890be52ff843465162dbbe0bfc9004da76e1d47158a4671b8f915e51c91f9d82f7baae libxklavier-5.4.tar.bz2"