Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F14766
0001-Update-to-0.3.2-remove-component.xml-abi-files-added.patch
BridouZ (Justin Berthault)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
BridouZ
Mar 14 2017, 5:32 PM
2017-03-14 17:32:55 (UTC+0)
Size
6 KB
Referenced Files
None
Subscribers
None
0001-Update-to-0.3.2-remove-component.xml-abi-files-added.patch
View Options
From b33a16051f468c29dbbcbfd7622aa39783cf7c22 Mon Sep 17 00:00:00 2001
From: Justin Bridouz <justin.berthault@zaclys.net>
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 @@
-<PISI>
- <Name>desktop.library</Name>
-</PISI>
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 @@
<Source>
<Name>keybinder</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Packager>
<License>GPL-2.0</License>
+ <PartOf>desktop.library</PartOf>
<Summary xml:lang="en">Keybinder for GTK-based applications</Summary>
<Description xml:lang="en">keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
- <Name>keybinder-devel</Name>
- <Summary xml:lang="en">Development files for keybinder</Summary>
+ <Name>keybinder</Name>
+ <Summary xml:lang="en">Keybinder for GTK-based applications</Summary>
<Description xml:lang="en">keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included.
</Description>
- <PartOf>programming.devel</PartOf>
- <RuntimeDependencies>
- <Dependency release="current">keybinder</Dependency>
- </RuntimeDependencies>
+ <PartOf>desktop.library</PartOf>
<Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig</Path>
+ <Path fileType="library">/usr/lib64/girepository-1.0/Keybinder-3.0.typelib</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="data">/usr/share/gir-1.0/Keybinder-3.0.gir</Path>
</Files>
</Package>
<Package>
- <Name>keybinder</Name>
- <Summary xml:lang="en">Keybinder for GTK-based applications</Summary>
+ <Name>keybinder-devel</Name>
+ <Summary xml:lang="en">Development files for keybinder</Summary>
<Description xml:lang="en">keybinder is a library for registering global key bindings, for gtk-based applications. Python bindings included.
</Description>
- <PartOf>desktop.library</PartOf>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="2">keybinder</Dependency>
+ </RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib/python2.7</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="library">/usr/lib64/girepository-1.0</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-01-06</Date>
- <Version>0.3.0</Version>
+ <Update release="2">
+ <Date>2017-03-14</Date>
+ <Version>0.3.2</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Justin Berthault</Name>
+ <Email>justin.berthault@zaclys.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
--
2.12.0
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9926
Default Alt Text
0001-Update-to-0.3.2-remove-component.xml-abi-files-added.patch (6 KB)
Attached To
Mode
T2903: Keybinder, update to 0.3.2
Attached
Detach File
Event Timeline
Log In to Comment