2023-07-10 05:35:15 -04:00

26 lines
746 B
Plaintext

# Description: A library for registering global keyboard shortcuts
# URL: https://github.com/engla/keybinder/tree/keybinder-3.0
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: gtk3 gobject-introspection
name=libkeybinder3
version=0.3.2
release=1
source=(https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v${version}/keybinder-3.0-${version}.tar.gz libkeybinder3-gtk-doc.patch::https://github.com/kupferlauncher/keybinder/pull/18.patch)
build() {
cd keybinder-3.0-$version
patch -p1 -i ../libkeybinder3-gtk-doc.patch
# ./configure --prefix=/usr --enable-gtk-doc
# make --build=aarch64-unknown-linux-gnu
./configure \
--prefix=/usr \
--disable-gtk-doc
make
make DESTDIR=$PKG install
}