@@ -10,6 +10,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--enable-systemd=no \
|
||||
--libexecdir=/usr/lib/accountsservice")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -20,4 +21,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>D-Bus Service to Manipulate User Account Information</Summary>
|
||||
<Description>accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.</Description>
|
||||
<Archive sha1sum="e9d13e6970c52e168eb7d6dc8441a3abafed3dfa" type="tarxz">https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.45.tar.xz</Archive>
|
||||
<Archive sha1sum="8d59b9cdc4121b34748442ee653b92d60607f2cb" type="tarxz">https://www.freedesktop.org/software/accountsservice/accountsservice-0.6.50.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
@@ -65,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-08-13</Date>
|
||||
<Version>0.6.50</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-01-07</Date>
|
||||
<Version>0.6.45</Version>
|
||||
|
||||
Reference in New Issue
Block a user