diff --git a/desktop/kde/plasma/kinfocenter/pspec.xml b/desktop/kde/plasma/kinfocenter/pspec.xml
index 5e9460b6a9..6cee54e520 100644
--- a/desktop/kde/plasma/kinfocenter/pspec.xml
+++ b/desktop/kde/plasma/kinfocenter/pspec.xml
@@ -42,15 +42,11 @@
kitemmodels-devel
kinit-devel
kunitconversion-devel
- kwayland-devel
+ kwayland-devel
kdesignerplugin
docbook-xsl
extra-cmake-modules
- cmake
-
-
-
diff --git a/desktop/kde/plasma/kwin/pspec.xml b/desktop/kde/plasma/kwin/pspec.xml
index 87f2a1bcee..ca49ccfa41 100644
--- a/desktop/kde/plasma/kwin/pspec.xml
+++ b/desktop/kde/plasma/kwin/pspec.xml
@@ -24,7 +24,7 @@
kcoreaddons-devel
kcrash-devel
kdeclarative-devel
- kdecorations-devel
+ kdecorations-devel
kdoctools-devel
kglobalaccel-devel
ki18n-devel
@@ -59,9 +59,13 @@
wayland-devel
xcb-util-image-devel
xcb-util-keysyms-devel
+ eudev-devel
+ libinput-devel
+ xcb-util-cursor-devel
+ qt5-multimedia-devel
+ qt5-multimedia
docbook-xsl
extra-cmake-modules
- cmake
@@ -106,6 +110,11 @@
wayland-client
xcb-util-image
xcb-util-keysyms
+ eudev
+ kpackage
+ libdrm
+ libinput
+ xcb-util-cursor
/etc
@@ -163,6 +172,10 @@
wayland-devel
xcb-util-image-devel
xcb-util-keysyms-devel
+ eudev-devel
+ libinput-devel
+ xcb-util-cursor-devel
+ qt5-multimedia-devel
/usr/include
diff --git a/desktop/kde/plasma/kwrited/pspec.xml b/desktop/kde/plasma/kwrited/pspec.xml
index 0ad923bb02..aaa4a0cffc 100644
--- a/desktop/kde/plasma/kwrited/pspec.xml
+++ b/desktop/kde/plasma/kwrited/pspec.xml
@@ -10,22 +10,20 @@
LGPLv2
library
- app:console
+ app:console
KDE5 daemon listening for wall and write messages
KDE5 daemon listening for wall and write messages
http://download.kde.org/stable/plasma/5.4.0/kwrited-5.4.0.tar.xz
qt5-base-devel
- ki18n-devel
- kdoctools-devel
- kcoreaddons-devel
- knotifications-devel
- kpty-devel
- libgcc
- kdelibs4-support-devel
- kdbusaddons-devel
- extra-cmake-modules
- cmake
+ ki18n-devel
+ kdoctools-devel
+ kcoreaddons-devel
+ knotifications-devel
+ kpty-devel
+ kdelibs4-support-devel
+ kdbusaddons-devel
+ extra-cmake-modules
@@ -33,42 +31,36 @@
kwrited
qt5-base
- kpty
+ kpty
libgcc
- kcoreaddons
- knotifications
- kdbusaddons
+ kcoreaddons
+ knotifications
+ kdbusaddons
- /usr/share
- /usr/lib/qt5
- /usr/lib
+ /usr/share
+ /usr/lib/qt5
+ /usr/lib
/usr/share/doc
-
- kde-workspace
-
-
- kde-workspace
-
-
+
2015-08-25
5.4.0
Version bump.
Ertuğrul Erata
ertugrulerata@gmail.com
-
+
2015-07-03
5.3.2
Version bump.
Stefan Gronewold(groni)
groni@pisilinux.org
-
+
2015-06-14
5.3.1
Version bump.
diff --git a/x11/library/xcb-util-cursor/actions.py b/x11/library/xcb-util-cursor/actions.py
new file mode 100644
index 0000000000..d10620b979
--- /dev/null
+++ b/x11/library/xcb-util-cursor/actions.py
@@ -0,0 +1,21 @@
+#!/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.autoreconf("-vif")
+ autotools.configure("--disable-static \
+ --with-pic")
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README")
diff --git a/x11/library/xcb-util-cursor/pspec.xml b/x11/library/xcb-util-cursor/pspec.xml
new file mode 100644
index 0000000000..4c975c605f
--- /dev/null
+++ b/x11/library/xcb-util-cursor/pspec.xml
@@ -0,0 +1,82 @@
+
+
+
+
+ xcb-util-cursor
+ http://xcb.freedesktop.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ XCB cursor library
+ The xcb-util-image module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.
+ http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.2.tar.bz2
+
+ util-macros
+ libxcb-devel
+ xcb-util-devel
+ xcb-util-image-devel
+ xcb-util-renderutil-devel
+
+
+
+
+ xcb-util-cursor
+
+ libxcb
+ xcb-util-image
+ xcb-util-renderutil
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ xcb-util-cursor-devel
+ Development files for xcb-util
+
+ xcb-util-cursor
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ xcb-util-cursor-32bit
+ emul32
+ 32-bit shared libraries for xcb-util
+ emul32
+
+ libxcb-32bit
+ glibc-32bit
+ xcb-util-image-32bit
+ xcb-util-renderutil-32bit
+
+
+ glibc-32bit
+ libxcb-32bit
+ xcb-util-image-32bit
+ xcb-util-renderutil-32bit
+
+
+ /usr/lib32
+
+
+
+
+
+ 2015-08-26
+ 0.1.2
+ First release
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+