commit a8a1a496d700591002735488c755cf0f68d5a9ec Author: Abdulkadir Furkan Şanlı Date: Tue Dec 11 18:34:49 2018 +0100 Initial commit with xbindkeys diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4dbdc85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ + +.directory +*.directory +common +Makefile +Makefile.common +Makefile.iso diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a1fdcf --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Solus 3rd Party Repository +========================== + +Repository of random packages that I happened to need. diff --git a/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg b/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg new file mode 100644 index 0000000..5e496af Binary files /dev/null and b/packages/xbindkeys-1.8.6-1-1-x86_64.eopkg differ diff --git a/xbindkeys/abi_used_libs b/xbindkeys/abi_used_libs new file mode 100644 index 0000000..c941ec0 --- /dev/null +++ b/xbindkeys/abi_used_libs @@ -0,0 +1,4 @@ +libX11.so.6 +libc.so.6 +libguile-2.0.so.22 +libpthread.so.0 diff --git a/xbindkeys/package.yml b/xbindkeys/package.yml new file mode 100644 index 0000000..9d25c2c --- /dev/null +++ b/xbindkeys/package.yml @@ -0,0 +1,20 @@ +name : xbindkeys +version : 1.8.6 +release : 1 +source : + - http://www.nongnu.org/xbindkeys/xbindkeys-1.8.6.tar.gz : 6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18 +license : GPL-2.0 +component : xorg.apps +summary : This program grab keys in X and start the corresponding shell command. +description: | + xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. +builddeps : + - pkgconfig(x11-xcb) + - pkgconfig(guile-2.0) + - pkgconfig(bdw-gc) +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/xbindkeys/pspec_x86_64.xml b/xbindkeys/pspec_x86_64.xml new file mode 100644 index 0000000..f0932e7 --- /dev/null +++ b/xbindkeys/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + xbindkeys + + Abdulkadir Furkan Şanlı + abdulkadirfsanli@protonmail.com + + GPL-2.0 + xorg.apps + This program grab keys in X and start the corresponding shell command. + xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. + + https://solus-project.com/sources/README.Solus + + + xbindkeys + This program grab keys in X and start the corresponding shell command. + xbindkeys is a program that allows you to launch shell commands with your keyboard or your mouse under X Window. + + xorg.apps + + /usr/bin/xbindkeys + /usr/bin/xbindkeys_show + /usr/share/man/man1/xbindkeys.1 + /usr/share/man/man1/xbindkeys_show.1 + + + + + 2018-12-11 + 1.8.6 + Packaging update + Abdulkadir Furkan Şanlı + abdulkadirfsanli@protonmail.com + + + \ No newline at end of file