diff --git a/desktop/kde/application/ark/pspec.xml b/desktop/kde/application/ark/pspec.xml
index d68601d5c4..ef3f939c90 100644
--- a/desktop/kde/application/ark/pspec.xml
+++ b/desktop/kde/application/ark/pspec.xml
@@ -54,9 +54,9 @@
kconfigwidgets
+ /etc/xdg
/usr/bin
/usr/share
- /etc/xdg
/usr/share/locale
/usr/lib
/usr/share/icons
diff --git a/desktop/kde/application/dolphin/pspec.xml b/desktop/kde/application/dolphin/pspec.xml
index 9a9080f21a..ff8c5c161a 100644
--- a/desktop/kde/application/dolphin/pspec.xml
+++ b/desktop/kde/application/dolphin/pspec.xml
@@ -24,11 +24,13 @@
kfilemetadata-devel
kparts-devel
ktexteditor-devel
- kdesignerplugin
+ kdelibs4-support-devel
+ kdesignerplugin
kemoticons-devel
kitemmodels-devel
kunitconversion-devel
- kdoctools-devel
+ baloo-widgets
+ kdoctools-devel
docbook-xsl
extra-cmake-modules
@@ -67,10 +69,11 @@
kdelibs4-support
+ /etc/xdg
/usr/bin
/usr/share
/usr/lib
- /usr/share/doc
+ /usr/share/doc
@@ -100,7 +103,7 @@
- 2015-08-24
+ 2015-08-31
15.08.0
Version bump.
Ertuğrul Erata
diff --git a/desktop/kde/application/dragonplayer/pspec.xml b/desktop/kde/application/dragonplayer/pspec.xml
index e5d6c04e96..f7f7c84816 100644
--- a/desktop/kde/application/dragonplayer/pspec.xml
+++ b/desktop/kde/application/dragonplayer/pspec.xml
@@ -10,8 +10,8 @@
LGPLv2
app:gui
- Patience card game
- A multimedia player where the focus is on simplicity, instead of features
+ Multimedia player
+ a multimedia player where the focus is on simplicity, instead of features.
mirrors://kde/stable/applications/15.08.0/src/dragon-15.08.0.tar.xz
qt5-base-devel
diff --git a/desktop/kde/application/kde-baseapps/pspec.xml b/desktop/kde/application/kde-baseapps/pspec.xml
index 2cdc388f8d..738c99ef86 100644
--- a/desktop/kde/application/kde-baseapps/pspec.xml
+++ b/desktop/kde/application/kde-baseapps/pspec.xml
@@ -82,6 +82,7 @@
kdelibs4-support
+ /etc/xdg
/usr/bin
/usr/share
/usr/share/locale
@@ -127,7 +128,7 @@
- 2015-08-20
+ 2015-08-31
15.07.90_20150729
Version bump.
Stefan Gronewold(groni)
diff --git a/desktop/kde/application/yakuake/pspec.xml b/desktop/kde/application/yakuake/pspec.xml
index 9711624e9a..512c4ec6a4 100644
--- a/desktop/kde/application/yakuake/pspec.xml
+++ b/desktop/kde/application/yakuake/pspec.xml
@@ -23,7 +23,6 @@
kparts-devel
knotifyconfig-devel
extra-cmake-modules
- cmake
@@ -53,6 +52,7 @@
libgcc
+ /etc/xdg
/usr/bin
/usr/lib
/usr/lib/qt5
diff --git a/desktop/kde/plasma/kdeplasma-addons/pspec.xml b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
index 5c69427854..4a96da898f 100644
--- a/desktop/kde/plasma/kdeplasma-addons/pspec.xml
+++ b/desktop/kde/plasma/kdeplasma-addons/pspec.xml
@@ -71,13 +71,13 @@
xcb-util-keysyms
- /usr/share
/etc/xdg
- /usr/share/locale
- /usr/bin
+ /usr/share
+ /usr/share/locale
+ /usr/bin
/usr/lib/cmake
- /usr/lib/qt5
- /usr/lib
+ /usr/lib/qt5
+ /usr/lib
/usr/share/doc
diff --git a/desktop/kde/plasma/kwayland/pspec.xml b/desktop/kde/plasma/kwayland/pspec.xml
index b39675483a..40da151308 100644
--- a/desktop/kde/plasma/kwayland/pspec.xml
+++ b/desktop/kde/plasma/kwayland/pspec.xml
@@ -32,6 +32,7 @@
wayland-server
+ /etc/xdg
/usr/lib
/usr/share/config
/usr/share/doc
diff --git a/desktop/kde/plasma/plasma-desktop/actions.py b/desktop/kde/plasma/plasma-desktop/actions.py
index f9799da33b..05ee11b37a 100644
--- a/desktop/kde/plasma/plasma-desktop/actions.py
+++ b/desktop/kde/plasma/plasma-desktop/actions.py
@@ -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()
diff --git a/desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml b/desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml
index 08e33a2a51..afa677648c 100644
--- a/desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml
+++ b/desktop/kde/plasma/polkit-kde-authentication-agent-1/pspec.xml
@@ -22,7 +22,6 @@
knotifications-devel
polkit-qt-devel
extra-cmake-modules
- cmake
@@ -56,7 +55,7 @@
- 2015-08-25
+ 2015-08-31
5.4.0
Version bump.
Ertuğrul Erata
diff --git a/programming/misc/apr/actions.py b/programming/misc/apr/actions.py
new file mode 100644
index 0000000000..05f0c49bce
--- /dev/null
+++ b/programming/misc/apr/actions.py
@@ -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")
diff --git a/programming/misc/apr/pspec.xml b/programming/misc/apr/pspec.xml
new file mode 100644
index 0000000000..c7c4516463
--- /dev/null
+++ b/programming/misc/apr/pspec.xml
@@ -0,0 +1,77 @@
+
+
+
+
+ apr
+ http://apr.apache.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ library
+ Apache portable runtime library
+ The mission of the Apache portable runtime (APR) is to provide a free library of C data structures and routines.
+ mirrors://apache/apr/apr-1.5.2.tar.gz
+
+ libutil-linux-devel
+
+
+
+
+ apr
+
+ libutil-linux
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/share/aclocal
+ /usr/lib/apr-1/build
+
+
+
+
+ apr-devel
+ Development files for apr
+
+ apr
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-09-01
+ 1.5.2
+ Version bump, fix deps.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-06-19
+ 1.5.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-12-28
+ 1.5.0
+ Version Bump
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2012-05-26
+ 1.4.6
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/programming/misc/apr/translations.xml b/programming/misc/apr/translations.xml
new file mode 100644
index 0000000000..7e73d1a5f5
--- /dev/null
+++ b/programming/misc/apr/translations.xml
@@ -0,0 +1,16 @@
+
+
+
+ apr
+ Apache portatif çalışma ortamı kitaplığı (eski sürüm)
+ Apache Portable Runtime – przenośna biblioteka uruchomieniowa
+ 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.
+ 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.
+ 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.
+
+
+
+ apr-devel
+ Development files for apr
+
+
\ No newline at end of file