From b33a16051f468c29dbbcbfd7622aa39783cf7c22 Mon Sep 17 00:00:00 2001 From: Justin Bridouz Date: Tue, 14 Mar 2017 18:31:45 +0100 Subject: [PATCH] Update to 0.3.2, remove component.xml, abi files added --- abi_symbols | 8 ++++++++ abi_used_libs | 6 ++++++ component.xml | 3 --- package.yml | 15 +++++++-------- pspec_x86_64.xml | 46 +++++++++++++++++++++++----------------------- 5 files changed, 44 insertions(+), 34 deletions(-) create mode 100644 abi_symbols create mode 100644 abi_used_libs delete mode 100644 component.xml diff --git a/abi_symbols b/abi_symbols new file mode 100644 index 0000000..f108628 --- /dev/null +++ b/abi_symbols @@ -0,0 +1,8 @@ +libkeybinder-3.0.so.0:keybinder_bind +libkeybinder-3.0.so.0:keybinder_bind_full +libkeybinder-3.0.so.0:keybinder_get_current_event_time +libkeybinder-3.0.so.0:keybinder_init +libkeybinder-3.0.so.0:keybinder_set_use_cooked_accelerators +libkeybinder-3.0.so.0:keybinder_supported +libkeybinder-3.0.so.0:keybinder_unbind +libkeybinder-3.0.so.0:keybinder_unbind_all diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..b96a840 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,6 @@ +libX11.so.6 +libc.so.6 +libgdk-3.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgtk-3.so.0 diff --git a/component.xml b/component.xml deleted file mode 100644 index b8ffd99..0000000 --- a/component.xml +++ /dev/null @@ -1,3 +0,0 @@ - - desktop.library - diff --git a/package.yml b/package.yml index 42078da..6a23464 100644 --- a/package.yml +++ b/package.yml @@ -1,23 +1,22 @@ name : keybinder -version : 0.3.0 -release : 1 +version : 0.3.2 +release : 2 source : - - https://github.com/engla/keybinder/archive/v0.3.0.tar.gz : 8e8d77386b9e29556fab097c31aec643d36a33d201733b7b999179abcba7774e + - https://github.com/kupferlauncher/keybinder/archive/keybinder-3.0-v0.3.2.tar.gz : 2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51 license : GPL-2.0 +component : desktop.library summary : Keybinder for GTK-based applications description: | keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included. builddeps : - - pkgconfig(gtk+-2.0) - - pkgconfig(pygtk-2.0) - - pkgconfig(pygobject-2.0) + - pkgconfig(gtk+-3.0) + - pkgconfig(gobject-introspection-1.0) - gnome-common - gtk-doc setup : | - ./autogen.sh --prefix=/usr + %autogen %configure build : | %make install : | %make_install - ln -s /usr/lib64/pkgconfig/keybinder.pc %installroot%/usr/lib64/pkgconfig/keybinder-3.0.pc diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml index d034089..4dd498d 100644 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,50 +2,50 @@ keybinder - Justin Zobel - justin@solus-project.com + Justin Berthault + justin.berthault@zaclys.net GPL-2.0 + desktop.library Keybinder for GTK-based applications keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included. https://solus-project.com/sources/README.Solus - keybinder-devel - Development files for keybinder + keybinder + Keybinder for GTK-based applications keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included. - programming.devel - - keybinder - + desktop.library - /usr/include - /usr/lib64/lib*.so - /usr/lib64/pkgconfig + /usr/lib64/girepository-1.0/Keybinder-3.0.typelib + /usr/lib64/lib*.so.* + /usr/share/gir-1.0/Keybinder-3.0.gir - keybinder - Keybinder for GTK-based applications + keybinder-devel + Development files for keybinder keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included. - desktop.library + programming.devel + + keybinder + - /usr/lib/python2.7 - /usr/lib64/lib*.so.* - /usr/lib64/girepository-1.0 - /usr/share/gir-1.0 + /usr/include/ + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc - - 2016-01-06 - 0.3.0 + + 2017-03-14 + 0.3.2 Packaging update - Justin Zobel - justin@solus-project.com + Justin Berthault + justin.berthault@zaclys.net \ No newline at end of file -- 2.12.0