🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: libgnomekbd
pkgver: '3.28.1'
pkgrel: '4'
pkgdesc: 'Gnome keyboard library'
url: 'https://www.gnome.org/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- gtk3
- intltool
- 'xorg-libxkbfile'
- 'xorg-libxklavier'
- 'gobject-introspection'
source:
- 'https://gitlab.gnome.org/GNOME/libgnomekbd/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libgnomekbd-3.28.1 builddir
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir