Merge pull request #598 from alihanozturk/master

user-manager issue
This commit is contained in:
Ertuğrul Erata
2015-10-11 19:40:57 +03:00
7 changed files with 136 additions and 4 deletions
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static \
--libexecdir=/usr/lib/accountsservice")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
@@ -0,0 +1,85 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>accountsservice</Name>
<Homepage>http://www.freedesktop.org/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<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="2afbcddf6e1d1a97b4cc5c4c7897201f06378ec3" type="tarxz">http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.40.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>polkit-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>accountsservice</Name>
<RuntimeDependencies>
<Dependency>polkit</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/vala/vapi</Path>
<Path fileType="config">/etc/dbus-1/system.d</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/var/lib/AccountsService/</Path>
</Files>
</Package>
<Package>
<Name>accountsservice-devel</Name>
<Summary>accountsservice için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">accountsservice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-10-11</Date>
<Version>0.6.40</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-07-15</Date>
<Version>0.6.35</Version>
<Comment>Rebuild for gcc.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-08</Date>
<Version>0.6.35</Version>
<Comment>Version Bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-08-30</Date>
<Version>0.6.34</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>accountsservice</Name>
<Summary xml:lang="en">D-Bus Service to Manipulate User Account Information</Summary>
<Description xml:lang="en">accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information.</Description>
</Source>
<Package>
<Name>accountsservice-devel</Name>
<Summary xml:lang="tr">accountsservice için geliştirme dosyaları</Summary>
</Package>
</PISI>
@@ -16,6 +16,7 @@
<Archive sha1sum="83b38dd497dd47db3ac606ff0f2814697bd8a876" type="tarxz">mirrors://kde/stable/plasma/5.4.2/user-manager-5.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>accountsservice-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kdoctools-devel</Dependency>
@@ -33,6 +34,7 @@
<Name>user-manager</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>accountsservice</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
+1 -2
View File
@@ -27,5 +27,4 @@ def install():
pisitools.removeDir("/usr/lib64")
shelltools.cd("..")
pisitools.dodoc("AUTHORS", "README", "COPYING")
# By PiSiDo 2.3.1
pisitools.dodoc("AUTHORS", "README", "COPYING")
+11 -2
View File
@@ -13,10 +13,12 @@
<IsA>app:gui</IsA>
<Summary>Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.</Summary>
<Description>Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections.</Description>
<Archive sha1sum="79164e4023c754ca46803f0b6f66f38b89fb7a4e" type="targz">http://sayonara-player.com/sw/sayonara-player-r155.tar.gz</Archive>
<Archive sha1sum="c8903a8d12a24bda02bdfb72382ce4c3a3f02d69" type="targz">http://sayonara-player.com/sw/sayonara-player-r195.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-sql-mysql </Dependency>
<Dependency>cmake</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
@@ -67,6 +69,13 @@
<History>
<Update release="2">
<Date>2015-10-1</Date>
<Version>0.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-09-26</Date>
<Version>0.7.0</Version>
<Comment>First Release.</Comment>
+1
View File
@@ -15,6 +15,7 @@
<Description>To get a feel for how it can be used, see the Tutorial or How to Emit YAML.</Description>
<Archive sha1sum="61edcbb18b106dfc240f151998e233c03bdbf9f3" type="targz">https://github.com/jbeder/yaml-cpp/archive/release-0.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>