aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgnomekbd/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-04-28 13:57:45 -0300
committerprspkt <prspkt@protonmail.com>2019-04-28 21:47:51 +0300
commitd92a2c9a0b622f44d2aaf575be4e73efb178ee28 (patch)
tree38a8f0d265ab49994f96d219d722ee782773f02b /community/libgnomekbd/APKBUILD
parentcabf9c6c5ffa230c7a679a7b87e660aecb049222 (diff)
community/libgnomekbd: upgrade to 3.26.1
- Remove obsolete gconf dependency - Be explicit about configuration - Fix license - Use modern style
Diffstat (limited to 'community/libgnomekbd/APKBUILD')
-rw-r--r--community/libgnomekbd/APKBUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/community/libgnomekbd/APKBUILD b/community/libgnomekbd/APKBUILD
index a9507ba3a4e..d7649f5a744 100644
--- a/community/libgnomekbd/APKBUILD
+++ b/community/libgnomekbd/APKBUILD
@@ -1,35 +1,38 @@
-# Contributor:
+# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=libgnomekbd
-pkgver=3.26.0
+pkgver=3.26.1
pkgrel=0
pkgdesc="GNOME keyboard library"
url="https://www.gnome.org/"
arch="all"
-license="LGPL"
-depends=
-depends_dev="gtk+3.0-dev gconf-dev libxklavier-dev libxml2-dev gobject-introspection-dev
+license="GPL-2.0-or-later"
+depends="desktop-file-utils"
+depends_dev="gtk+3.0-dev libxklavier-dev libxml2-dev gobject-introspection-dev
libxcursor-dev libxcomposite-dev libxi-dev libxau-dev libxdmcp-dev libxext-dev
libxcb-dev"
makedepends="$depends_dev intltool"
-install=""
subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-buiddir="${srcdir}/${pkgname}-${pkgver}"
build() {
- cd "$buiddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --disable-static \
+ --enable-tests \
+ --enable-introspection
make
}
+check() {
+ make check
+}
+
package() {
- cd "$buiddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="dc3ee91468e570d038bc91c4458ddb49dc097639c671815eecc4308efea85e29c1121cfd959e62f970a2e8112f818296802be804e99b96ee89fd5de8136645d9 libgnomekbd-3.26.0.tar.xz"
+sha512sums="8e83522f4d96001f9635278a001e0208d6d37e74b19a8c1702ec6de651036ad37a03385e66adbd3bae01d845a9a6181bb76f45bffec31eac98d600b49ab4360c libgnomekbd-3.26.1.tar.xz"