diff --git a/x11/library/virtualgl/actions.py b/x11/library/virtualgl/actions.py
deleted file mode 100644
index d247bc2319..0000000000
--- a/x11/library/virtualgl/actions.py
+++ /dev/null
@@ -1,60 +0,0 @@
-# -*- 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 get
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import cmaketools
-from pisi.actionsapi import shelltools
-
-def setup():
- shelltools.makedirs("build")
- shelltools.cd("build")
-
- options = "-DVGL_FAKEXCB=1 \
- -DVGL_INCDIR=/usr/include \
- -DTJPEG_INCLUDE_DIR=/usr/include \
- -DVGL_DOCDIR=/usr/share/doc/%s \
- " % get.srcNAME()
-
- if get.buildTYPE() == "emul32":
-
- options += "-DVGL_LIBDIR=/usr/lib32 \
- -DCMAKE_INSTALL_PREFIX=/emul32 \
- -DVGL_BINDIR=/emul32/bin \
- -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
- -DVGL_FAKELIBDIR=/usr/lib32/fakelib \
- "
- elif get.ARCH() == "x86_64":
-
- options += "-DVGL_LIBDIR=/usr/lib \
- -DCMAKE_INSTALL_PREFIX=/usr/share \
- -DVGL_FAKELIBDIR=/usr/lib/fakelib \
- -DCMAKE_INSTALL_PREFIX=/usr/share \
- -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
- -DVGL_BINDIR=/usr/bin"
-
-
-
- cmaketools.configure(options, sourceDir="..")
-
-def build():
- shelltools.cd("build")
- cmaketools.make()
-
-def install():
- shelltools.cd("build")
-
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
-
-
-
- if get.buildTYPE() == "emul32":
- pisitools.insinto("/usr/bin/","%s/emul32/bin/glxspheres" % get.installDIR(),"glxspheres32")
- pisitools.removeDir("/emul32")
-
-
- elif get.ARCH() == "x86_64":
- pisitools.domove("/usr/bin/glxinfo", "/usr/bin/", "vglxinfo")
-
diff --git a/x11/library/virtualgl/pspec.xml b/x11/library/virtualgl/pspec.xml
deleted file mode 100644
index fa3d0f0eb1..0000000000
--- a/x11/library/virtualgl/pspec.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
- virtualgl
- http://virtualgl.org
-
- Marcin Bojara
- marcin@pisilinux.org
-
- LGPLv2.1
- library
- app:console
- A toolkit for displaying OpenGL applications to thin clients
- Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.
- https://sourceforge.net/projects/virtualgl/files/2.5.1/VirtualGL-2.5.1.tar.gz
-
- cmake
- fltk-devel
- libXv-devel
- libXext-devel
- mesa-devel
- libX11-devel
- mesa-glu-devel
- libjpeg-turbo-devel
-
-
-
-
- virtualgl
-
- fltk
- libXv
- libXext
- mesa
- libX11
- mesa-glu
- libjpeg-turbo
-
-
- /usr/bin
- /usr/lib
- /usr/lib/fakelib
- /usr/share/doc
-
-
-
-
- virtualgl-32bit
- 32 bit shared libraries of VirtualGL
- emul32
- emul32
-
- fltk-32bit
- libX11-32bit
- libXv-32bit
- libXext-32bit
- mesa-32bit
- mesa-glu-32bit
- libjpeg-turbo-32bit
-
-
- fltk-32bit
- libX11-32bit
- libXv-32bit
- libXext-32bit
- mesa-32bit
- mesa-glu-32bit
- libjpeg-turbo-32bit
-
-
- /usr/bin/glxspheres32
- /usr/lib32
- /usr/lib32/fakelib
-
-
-
-
- virtualgl-devel
- Development files for virtualgl
-
- virtualgl
-
-
- /usr/include
- /usr/lib/pkgconfig
- /usr/lib32/pkgconfig
-
-
-
-
-
- 2016-11-02
- 2.5.1
- Version bump.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2016-05-02
- 2.5
- Rebuild
- Idris KALP
- idriskalp@gmail.com
-
-
- 2016-04-08
- 2.5
- Version bump
- Idris KALP
- idriskalp@gmail.com
-
-
-
diff --git a/x11/library/virtualgl/translations.xml b/x11/library/virtualgl/translations.xml
deleted file mode 100644
index 1ce5e774af..0000000000
--- a/x11/library/virtualgl/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- virtualgl
- OpenGL uygulamaları ince istemcilerde göstermek için bir kitaplık
- Bir OpenGL uygulamadan gelen 3D komutlarını sunucu tarafındaki 3D grafik kartına yönlendirir.
-
-
\ No newline at end of file
diff --git a/x11/misc/virtualgl/pspec.xml b/x11/misc/virtualgl/pspec.xml
index 5bc4d44513..fa3d0f0eb1 100644
--- a/x11/misc/virtualgl/pspec.xml
+++ b/x11/misc/virtualgl/pspec.xml
@@ -13,7 +13,7 @@
app:console
A toolkit for displaying OpenGL applications to thin clients
Redirects 3D commands from an OpenGL application onto a server-side 3D graphics card.
- https://sourceforge.net/projects/virtualgl/files/2.5/VirtualGL-2.5.tar.gz
+ https://sourceforge.net/projects/virtualgl/files/2.5.1/VirtualGL-2.5.1.tar.gz
cmake
fltk-devel
@@ -89,6 +89,13 @@
+
+ 2016-11-02
+ 2.5.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
2016-05-02
2.5
diff --git a/x11/misc/xkeyboard-config/pspec.xml b/x11/misc/xkeyboard-config/pspec.xml
index 89cab5c8e7..18e4cae80b 100644
--- a/x11/misc/xkeyboard-config/pspec.xml
+++ b/x11/misc/xkeyboard-config/pspec.xml
@@ -13,7 +13,7 @@
data
X keyboard configuration database
xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations.
- mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.17.tar.bz2
+ mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.19.tar.bz2
intltool
xorg-proto
@@ -49,6 +49,13 @@
+
+ 2016-11-04
+ 2.19
+ Version bump
+ Stefan Gronewold
+ groni@pisilinux.org
+
2016-05-02
2.17
diff --git a/x11/server/xorg-server/pspec.xml b/x11/server/xorg-server/pspec.xml
index f1d9a967fe..16f0bfa32d 100644
--- a/x11/server/xorg-server/pspec.xml
+++ b/x11/server/xorg-server/pspec.xml
@@ -11,7 +11,7 @@
MIT
X.Org X Server
X server is the main application that allows a graphical interface.
- mirrors://xorg/individual/xserver/xorg-server-1.18.3.tar.bz2
+ mirrors://xorg/individual/xserver/xorg-server-1.18.4.tar.bz2
font-util
libjpeg-turbo-devel
@@ -106,6 +106,7 @@
libpciaccess
libxshmfence
libepoxy
+ nettle
/etc/X11/xorg.conf.d
@@ -265,6 +266,7 @@
libpciaccess-devel
pixman-devel
mesa-devel
+ xorg-proto
/usr/include/xorg
@@ -275,6 +277,13 @@
+
+ 2016-11-04
+ 1.18.4
+ Version bump
+ Stefan Gronewold
+ groni@pisilinux.org
+
2016-05-02
1.18.3
diff --git a/x11/terminal/xterm/pspec.xml b/x11/terminal/xterm/pspec.xml
index 447ecaf9e1..529b0d2f28 100644
--- a/x11/terminal/xterm/pspec.xml
+++ b/x11/terminal/xterm/pspec.xml
@@ -14,7 +14,7 @@
app:gui
Terminal emulator for the X Window System
The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
- ftp://invisible-island.net/xterm/xterm-324.tgz
+ ftp://invisible-island.net/xterm/xterm-327.tgz
fontconfig-devel
libICE-devel
@@ -23,6 +23,7 @@
libXmu-devel
libXt-devel
utempter-devel
+ libXinerama-devel
xorg-app
libXpm-devel
ncurses-devel
@@ -49,6 +50,7 @@
libXft
libXmu
libXt
+ libXinerama
utempter
xorg-app
libXpm
@@ -64,6 +66,13 @@
+
+ 2016-11-04
+ 327
+ Version bump
+ Stefan Gronewold
+ groni@pisilinux.org
+
2016-05-02
324