smlinux/gtk/keybinder/keybinder.SMBuild
PktSurf 5f5e570fad Added gtk-sharp to base
Cleaned up build options in several gtk pkg build files
Updated gtk buildlist
Added code to disable docs compilation in gtk/babl
Removed code to disable overlinking in gtk/gspell and gtk/gtk2
Fixed arch variable gtk/gst-plugins-base
2022-10-10 22:45:48 +05:30

35 lines
820 B
Text
Executable file

app=keybinder
version=0.3.1
build=2sml
homepage="https://github.com/kupferlauncher/keybinder"
download="https://github.com/kupferlauncher/keybinder/archive/refs/tags/v$version.tar.gz"
desc="Library for registering global keyboard shortcuts"
requires="gobject-introspection gtk2"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-python \
--disable-lua \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
22bb7de7325d233627c2b3e98de03564c389089c6c7f75fd8d661aa8069b58c39caca38f3083b329925189661c1bc547900b9b40dcf166af2bcfcaddc5fc7920 keybinder-0.3.1.tar.lz
"