diff --git a/x11/library/libXcursor/pspec.xml b/x11/library/libXcursor/pspec.xml
index 3e3f65ee8c..62d3bca97d 100644
--- a/x11/library/libXcursor/pspec.xml
+++ b/x11/library/libXcursor/pspec.xml
@@ -14,6 +14,9 @@
libXcursor is the X Cursor management library. It allows using different mouse skins and modifying of the text cursor.
mirrors://xorg/individual/lib/libXcursor-1.1.14.tar.bz2
+ util-macros
+ libX11-devel
+ xorg-proto
libXfixes-devel
libXrender-devel
@@ -22,6 +25,7 @@
libXcursor
+ libX11
libXfixes
libXrender
@@ -37,6 +41,7 @@
libXcursor
libXfixes-devel
+ libX11-devel
libXrender-devel
@@ -53,12 +58,14 @@
32-bit shared libraries for libXcursor
emul32
+ glibc-32bit
libX11-32bit
libXfixes-32bit
libXrender-32bit
libXcursor
+ glibc-32bit
libX11-32bit
libXfixes-32bit
libXrender-32bit
diff --git a/x11/library/libXrender/pspec.xml b/x11/library/libXrender/pspec.xml
index 481bb72a7a..102b5b86ac 100644
--- a/x11/library/libXrender/pspec.xml
+++ b/x11/library/libXrender/pspec.xml
@@ -13,10 +13,18 @@
X.Org Xrender library
The X Rendering Extension (Render) introduces digital image composition as the foundation of a new rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids.
mirrors://xorg/individual/lib/libXrender-0.9.8.tar.bz2
+
+ libX11-devel
+ xorg-proto
+ util-macros
+
libXrender
+
+ libX11
+
/usr/lib
/usr/share/doc
@@ -28,6 +36,7 @@
Development files for libXrender
libXrender
+ libX11-devel
/usr/include/X11
@@ -43,10 +52,12 @@
32-bit shared libraries for libXrender
emul32
+ glibc-32bit
libX11-32bit
libXrender
+ glibc-32bit
libX11-32bit
diff --git a/x11/library/libpciaccess/actions.py b/x11/library/libpciaccess/actions.py
new file mode 100644
index 0000000000..5c77555e24
--- /dev/null
+++ b/x11/library/libpciaccess/actions.py
@@ -0,0 +1,21 @@
+# -*- 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-pciids-path=/usr/share/misc/")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
diff --git a/x11/library/libpciaccess/pspec.xml b/x11/library/libpciaccess/pspec.xml
new file mode 100644
index 0000000000..42bb14df7b
--- /dev/null
+++ b/x11/library/libpciaccess/pspec.xml
@@ -0,0 +1,110 @@
+
+
+
+
+ libpciaccess
+ http://www.x.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ X.Org PCI access library
+ libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems.
+ mirrors://xorg/individual/lib/libpciaccess-0.13.4.tar.bz2
+
+ util-macros
+
+
+
+
+ libpciaccess
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libpciaccess-devel
+ Development files for libpciaccess
+
+ libpciaccess
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/lib32/pkgconfig
+
+
+
+
+ libpciaccess-32bit
+ emul32
+ 32-bit shared libraries for libpciaccess
+ emul32
+
+ glibc-32bit
+
+
+ glibc-32bit
+ libpciaccess
+
+
+ /usr/lib32
+
+
+
+
+
+ 2015-05-05
+ 0.13.4
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-05-16
+ 0.13.2
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-10-07
+ 0.13.2
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-08-25
+ 0.13.2
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-07-21
+ 0.13.2
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-06-01
+ 0.13.1
+ rebuild
+ Erdinc Gültekin
+ erdincgultekin@pisilinux.org
+
+
+ 2012-11-22
+ 0.13.1
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/x11/library/libpciaccess/translations.xml b/x11/library/libpciaccess/translations.xml
new file mode 100644
index 0000000000..e0e5a6fbef
--- /dev/null
+++ b/x11/library/libpciaccess/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ libpciaccess
+ X.Org PCI erişim kitaplığı
+ libpciaccess, değişik işletim sistemleri için taşınabilir PCI erişim rutinleri içeren Xorg kitaplığıdır.
+
+
+
+ libpciaccess-devel
+ libpciaccess için geliştirme dosyaları
+
+
+
+ libpciaccess-32bit
+ libpciaccess için 32-bit paylaşımlı kitaplıklar
+
+