keybinder: 0.3.2

This commit is contained in:
Daniel Azevedo 2024-10-01 15:16:46 +01:00
parent 6b7e8ca1ac
commit 9b201456ac
4 changed files with 57 additions and 0 deletions

35
keybinder/.footprint Normal file
View file

@ -0,0 +1,35 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/keybinder-3.0/
-rw-r--r-- root/root usr/include/keybinder-3.0/keybinder.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Keybinder-3.0.typelib
-rwxr-xr-x root/root usr/lib/libkeybinder-3.0.la
lrwxrwxrwx root/root usr/lib/libkeybinder-3.0.so -> libkeybinder-3.0.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkeybinder-3.0.so.0 -> libkeybinder-3.0.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkeybinder-3.0.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/keybinder-3.0.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/Keybinder-3.0.gir
drwxr-xr-x root/root usr/share/gtk-doc/
drwxr-xr-x root/root usr/share/gtk-doc/html/
drwxr-xr-x root/root usr/share/gtk-doc/html/keybinder-3.0/
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/annotation-glossary.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/api-index-full.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/ch01.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/deprecated-api-index.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/home.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/index.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/keybinder-3.0.devhelp2
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/keybinder-keybinder.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/left-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/left.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/object-tree.html
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/right-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/right.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/style.css
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/up-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/keybinder-3.0/up.png

1
keybinder/.md5sum Normal file
View file

@ -0,0 +1 @@
97260321fda721fce799174ea6ba10cf keybinder-3.0-0.3.2.tar.gz

5
keybinder/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkFSfeLQa4UHbV9VVmhKJ4Vl2ElIdWQ/9PHTJmJAS/1Qz1x1Q6QWVn+RYb9xqdP92zkcI7obTCXpWnkXG/2SSBg0=
SHA256 (Pkgfile) = 08a12c802c7ab1666873526ee5f0add663ed34a7496fe480df58b4930e0cf8d1
SHA256 (.footprint) = 954880e5923466dc8d1ae1f5613fb40bc9a77e940fdc59c22819a802ace58510
SHA256 (keybinder-3.0-0.3.2.tar.gz) = e6e3de4e1f3b201814a956ab8f16dfc8a262db1937ff1eee4d855365398c6020

16
keybinder/Pkgfile Normal file
View file

@ -0,0 +1,16 @@
# Description: ``keybinder`` is a library for registering global key bindings, for gtk-based applications in X11. With gir bindings.
# URL: https://github.com/kupferlauncher/keybinder
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on:
name=keybinder
version=0.3.2
release=1
source=(https://github.com/kupferlauncher/keybinder/releases/download/keybinder-3.0-v0.3.2/keybinder-3.0-0.3.2.tar.gz)
build() {
cd $name-3.0-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}