This commit is contained in:
groni
2015-09-01 12:54:36 +02:00
12 changed files with 162 additions and 17 deletions
+1 -1
View File
@@ -54,9 +54,9 @@
<Dependency>kconfigwidgets</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc/xdg</Path>
<Path fileType="data">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/etc/xdg</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="icons">/usr/share/icons</Path>
+7 -4
View File
@@ -24,11 +24,13 @@
<Dependency>kfilemetadata-devel</Dependency>
<Dependency>kparts-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>baloo-widgets</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
@@ -67,10 +69,11 @@
<Dependency>kdelibs4-support</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
@@ -100,7 +103,7 @@
<History>
<Update release="2">
<Date>2015-08-24</Date>
<Date>2015-08-31</Date>
<Version>15.08.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
@@ -10,8 +10,8 @@
</Packager>
<License>LGPLv2</License>
<IsA>app:gui</IsA>
<Summary>Patience card game</Summary>
<Description>A multimedia player where the focus is on simplicity, instead of features</Description>
<Summary>Multimedia player</Summary>
<Description> a multimedia player where the focus is on simplicity, instead of features.</Description>
<Archive sha1sum="7b0b4502b975a5c1584989de3ce589152ff8ddff" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/dragon-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
@@ -82,6 +82,7 @@
<Dependency>kdelibs4-support</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="data">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
@@ -127,7 +128,7 @@
<History>
<Update release="2">
<Date>2015-08-20</Date>
<Date>2015-08-31</Date>
<Version>15.07.90_20150729</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
+1 -1
View File
@@ -23,7 +23,6 @@
<Dependency>kparts-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
@@ -53,6 +52,7 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
@@ -71,13 +71,13 @@
<Dependency>xcb-util-keysyms</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/etc/xdg</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
+1
View File
@@ -32,6 +32,7 @@
<Dependency>wayland-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/config</Path>
<Path fileType="doc">/usr/share/doc</Path>
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("-DCONFIG_INSTALL_DIR=/etc/xdg")
kde5.configure()
def build():
kde5.make()
@@ -22,7 +22,6 @@
<Dependency>knotifications-devel</Dependency>
<Dependency>polkit-qt-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
</Patches>
@@ -56,7 +55,7 @@
<History>
<Update release="3">
<Date>2015-08-25</Date>
<Date>2015-08-31</Date>
<Version>5.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
+48
View File
@@ -0,0 +1,48 @@
#!/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 shelltools
from pisi.actionsapi import get
def setup():
# Forcibly prevent detection of shm_open (which then picks up but
# does not use -lrt).
shelltools.system("./buildconf")
shelltools.export("ac_cv_search_shm_open", "no")
autotools.configure("--disable-static \
--includedir=/usr/include/apr-1 \
--with-installbuilddir=/usr/lib/apr-1/build \
--with-devrandom=/dev/urandom \
--enable-nonportable-atomics --without-sendfile")
# Make it use system's libtool
pisitools.dosed("build/apr_rules.mk", "\$\(apr_builddir\)\/libtool", "/usr/bin/libtool")
pisitools.dosed("apr-1-config", "\$\{installbuilddir\}\/libtool", "/usr/bin/libtool")
# fix unused-direct-shlib-dependency
pisitools.dosed("libtool", "( -shared )", " -Wl,-O1,--as-needed\\1")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# Trim exported dependencies
pisitools.dosed("%s/usr/lib/pkgconfig/*.pc" % get.installDIR(), "-luuid -lcrypt", "")
pisitools.dosed("%s/usr/bin/apr-1-config" % get.installDIR(), "-luuid -lcrypt", "")
# Install find_apr.m4
pisitools.dodir("/usr/share/aclocal")
pisitools.insinto("/usr/share/aclocal", "build/find_apr.m4")
pisitools.dodoc("CHANGES", "LICENSE", "NOTICE")
+77
View File
@@ -0,0 +1,77 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>apr</Name>
<Homepage>http://apr.apache.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache-2.0</License>
<IsA>library</IsA>
<Summary>Apache portable runtime library</Summary>
<Description>The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines.</Description>
<Archive sha1sum="2ef2ac9a8de7f97f15ef32cddf1ed7325163d84c" type="targz">mirrors://apache/apr/apr-1.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>apr</Name>
<RuntimeDependencies>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/apr-1/build</Path>
</Files>
</Package>
<Package>
<Name>apr-devel</Name>
<Summary>Development files for apr</Summary>
<RuntimeDependencies>
<Dependency release="current">apr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-09-01</Date>
<Version>1.5.2</Version>
<Comment>Version bump, fix deps.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-06-19</Date>
<Version>1.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-12-28</Date>
<Version>1.5.0</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-26</Date>
<Version>1.4.6</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>apr</Name>
<Summary xml:lang="tr">Apache portatif çalışma ortamı kitaplığı (eski sürüm)</Summary>
<Summary xml:lang="pl">Apache Portable Runtime przenośna biblioteka uruchomieniowa</Summary>
<Description xml:lang="tr">Apache portatif çalışma ortamı kitaplığı (APR), C data yapıları için özgür kitaplığı sağlar. Bu sürüm 0 ile başlar.</Description>
<Description xml:lang="fr">L'Apache Portable Runtime (APR) a pour mission de fournir une librairie libre C de structures de donnés et de routines. Le numéro de version majeur commence par un 0.</Description>
<Description xml:lang="pl">APR to Przenośna Biblioteka Fazy Wykonywania Apache, zaprojektowana jako biblioteka wspomagająca, która udostępnia przewidywalny i spójny interfejs do podstawowych, specyficznych dla platformy implementacji.</Description>
</Source>
<Package>
<Name>apr-devel</Name>
<Summary xml:lang="tr">Development files for apr</Summary>
</Package>
</PISI>