libgnome-keyring:ver.bump

This commit is contained in:
Rmys
2018-08-14 16:31:38 +03:00
parent e996001e72
commit bc41bc73bb
2 changed files with 19 additions and 5 deletions
@@ -9,7 +9,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
autotools.configure("--disable-static \
--disable-doc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -19,4 +20,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
+16 -3
View File
@@ -12,11 +12,13 @@
<IsA>library</IsA>
<Summary>Compatibility library for accessing gnome-keyring3</Summary>
<Description>libgnome-keyring is a library that used by applications to integrate with the gnome-keyring system.</Description>
<Archive sha1sum="69b21d77e0946911b2e71346d219bb19b74d05f8" type="tarxz">http://ftp.acc.umu.se/mirror/gnome.org/sources/libgnome-keyring/3.12/libgnome-keyring-3.12.0.tar.xz</Archive>
<Archive sha1sum="d94f68dfc790363dd508804f88c9c8954d572837" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.20/gnome-keyring-3.20.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gcr-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>libcap-ng-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
</BuildDependencies>
</Source>
@@ -30,7 +32,11 @@
<Dependency>dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc/xdg/autostart</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/gir-1.0</Path>
@@ -38,7 +44,7 @@
</Files>
</Package>
<Package>
<!--Package>
<Name>libgnome-keyring-devel</Name>
<Summary>Development files for libgnome-keyring</Summary>
<RuntimeDependencies>
@@ -58,9 +64,16 @@
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
</Package-->
<History>
<Update release="4">
<Date>2018-08-14</Date>
<Version>3.20.1</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-02</Date>
<Version>3.12</Version>