diff --git a/desktop/toolkit/gtk/atk/actions.py b/desktop/toolkit/gtk/atk/actions.py
deleted file mode 100644
index ec9ba2d284..0000000000
--- a/desktop/toolkit/gtk/atk/actions.py
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/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 get
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-
-def setup():
- pisitools.dosed(".", "^(SUBDIRS =.*)tests(.*)$", "\\1\\2", filePattern="^Makefile.(am|in)", level=0)
- autotools.autoreconf("-fiv")
- autotools.configure("\
- --disable-static \
- --enable-introspection=%s \
- " % ("no" if get.buildTYPE() == "emul32" else "yes"))
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- pisitools.removeDir("/usr/share/gtk-doc")
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/desktop/toolkit/gtk/atk/pspec.xml b/desktop/toolkit/gtk/atk/pspec.xml
deleted file mode 100644
index b2ea252763..0000000000
--- a/desktop/toolkit/gtk/atk/pspec.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
- atk
- http://developer.gnome.org/atk
-
- PisiLinux Community
- admins@pisilinux.org
-
- LGPLv2.1
- library
- GTK+ and GNOME Accessibility Toolkit
- These libraries provide tools for making software for people with disabilities.
- mirrors://gnome/atk/2.16/atk-2.16.0.tar.xz
-
- gobject-introspection-devel
- gnome-common
-
-
-
-
- atk
-
- /usr/lib/libatk*
- /usr/lib/girepository-1.0
- /usr/share/gir-1.0
- /usr/share/locale
- /usr/share/doc
-
-
-
-
- atk-devel
- Development files for atk
-
- atk
-
-
- /usr/include
- /usr/lib/pkgconfig
- /usr/lib32/pkgconfig
-
-
-
-
- atk-32bit
- emul32
- 32-bit shared libraries for atk
- emul32
-
- glib2-32bit
-
-
- atk
- glib2-32bit
-
-
- /usr/lib32
-
-
-
-
-
- 2015-04-17
- 2.16.0
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2014-05-17
- 2.12.0
- Release bump.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2014-03-30
- 2.12.0
- Version bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-10-10
- 2.10.0
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2013-08-21
- 2.8.0
- Release bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-04-07
- 2.8.0
- Version bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-02-24
- 2.7.91
- V.Bump
- PisiLinux Community
- admins@pisilinux.org
-
-
- 2012-10-22
- 2.7.2
- First release
- PisiLinux Community
- admins@pisilinux.org
-
-
-
diff --git a/desktop/toolkit/gtk/atk/translations.xml b/desktop/toolkit/gtk/atk/translations.xml
deleted file mode 100644
index 1c5014a9a5..0000000000
--- a/desktop/toolkit/gtk/atk/translations.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- atk
- GTK+ ve GNOME erişilebilirlik kitaplığı
- Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir.
- Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées.
-
-
-
- atk-devel
- atk için geliştirme dosyaları
-
-
-
- atk-32bit
- atk için 32-bit paylaşımlı kitaplıklar
-
-
diff --git a/desktop/toolkit/gtk/gdk-pixbuf/actions.py b/desktop/toolkit/gtk/gdk-pixbuf/actions.py
deleted file mode 100644
index bc00299dba..0000000000
--- a/desktop/toolkit/gtk/gdk-pixbuf/actions.py
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/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 get
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-
-def setup():
- options = "\
- --disable-static \
- --disable-silent-rules \
- --with-libjasper \
- --with-x11 \
- --with-included-loaders=png \
- "
-
- options += "\
- --bindir=/_emul32/bin \
- --disable-introspection \
- " if get.buildTYPE() == "emul32" else \
- "\
- --enable-introspection \
- "
- autotools.configure(options)
-
- pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
- pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
- pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- if get.buildTYPE() == "emul32":
- pisitools.domove("/_emul32/bin/gdk-pixbuf-query-loaders", "/usr/bin", "gdk-pixbuf-query-loaders-32")
- pisitools.removeDir("/_emul32")
- return
- pisitools.dosym("/usr/bin/gdk-pixbuf-query-loaders", "/usr/bin/gdk-pixbuf-query-loaders-64")
- pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
diff --git a/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler-32.py b/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler-32.py
deleted file mode 100644
index 6edaa81706..0000000000
--- a/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler-32.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-import piksemel
-import os
-
-def updateData(filepath):
- parse = piksemel.parse(filepath)
-
- for icon in parse.tags("File"):
- path = icon.getTagData("Path")
- if path.startswith("usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders"):
- os.system("/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache")
- return
-
-def setupPackage(metapath, filepath):
- updateData(filepath)
-
-def cleanupPackage(metapath, filepath):
- pass
-
-def postCleanupPackage(metapath, filepath):
- updateData(filepath)
diff --git a/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler.py b/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler.py
deleted file mode 100644
index 0e2637d6b0..0000000000
--- a/desktop/toolkit/gtk/gdk-pixbuf/comar/pakhandler.py
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-import piksemel
-import os
-
-def updateData(filepath):
- parse = piksemel.parse(filepath)
-
- for icon in parse.tags("File"):
- path = icon.getTagData("Path")
- if path.startswith("usr/lib/gdk-pixbuf-2.0/2.10.0/loaders"):
- os.system("/usr/bin/gdk-pixbuf-query-loaders --update-cache")
- return
-
-def setupPackage(metapath, filepath):
- updateData(filepath)
-
-def cleanupPackage(metapath, filepath):
- pass
-
-def postCleanupPackage(metapath, filepath):
- updateData(filepath)
diff --git a/desktop/toolkit/gtk/gdk-pixbuf/pspec.xml b/desktop/toolkit/gtk/gdk-pixbuf/pspec.xml
deleted file mode 100644
index 3ae3292f1d..0000000000
--- a/desktop/toolkit/gtk/gdk-pixbuf/pspec.xml
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-
-
- gdk-pixbuf
- http://www.gnome.org
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- library
- GDK pixbuf library
- gdk-pixbuf is a library that provides image loading and scaling support for gtk+ applications
- mirrors://gnome/gdk-pixbuf/2.31/gdk-pixbuf-2.31.3.tar.xz
-
- gtk-doc
- glib2-devel
- libX11-devel
- tiff-devel
- libjpeg-turbo-devel
- libpng-devel
- jasper-devel
- gobject-introspection-devel
-
-
-
-
- gdk-pixbuf
-
- tiff
- jasper
- libjpeg-turbo
- >
-
- /etc
- /usr/bin
- /usr/lib
- /usr/share/locale
- /usr/share/man
- /usr/share/doc
- /usr/share
-
-
- System.PackageHandler
-
-
-
-
- gdk-pixbuf-devel
- Development files for gdk-pixbuf
-
- gdk-pixbuf
- libpng-devel
-
-
- /usr/bin/gdk-pixbuf-csource
- /usr/include
- /usr/lib/pkgconfig
- /usr/lib32/pkgconfig
- /usr/share/gir-1.0
-
-
-
-
- gdk-pixbuf-docs
- Reference documents for gdk-pixbuf
-
- /usr/share/gtk-doc
-
-
-
-
- gdk-pixbuf-32bit
- emul32
- 32-bit shared libraries for gdk-pixbuf
- emul32
-
- tiff-32bit
- libjpeg-turbo-32bit
- glib2-32bit
- libX11-32bit
- libpng-32bit
- jasper-32bit
- libX11-32bit
-
-
- gdk-pixbuf
- tiff-32bit
- glib2-32bit
- libpng-32bit
- libX11-32bit
- jasper-32bit
- libjpeg-turbo-32bit
-
-
- /usr/bin/gdk-pixbuf-query-loaders-32
- /usr/lib32
-
-
- System.PackageHandler
-
-
-
-
-
- 2015-04-27
- 2.31.3
- Version bump.
- Yusuf Aydemir
- yusuf.aydemir@pisilinux.org
-
-
- 2014-05-17
- 2.30.7
- Release bump.
- Alihan Öztürk
- alihan@pisilinux.org
-
-
- 2014-03-30
- 2.30.7
- Version bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-10-10
- 2.30.0
- Add missing method and fix pakhandler.py
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
- 2013-09-05
- 2.28.2
- Add missing method and fix pakhandler.py
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-08-20
- 2.28.2
- Fix build emul32.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-08-11
- 2.28.2
- Version bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-04-07
- 2.28.0
- Version bump.
- Marcin Bojara
- marcin@pisilinux.org
-
-
- 2013-02-24
- 2.27.1
- V.Bump
- PisiLinux Community
- admins@pisilinux.org
-
-
- 2012-11-25
- 2.26.5
- First release
- Serdar Soytetir
- kaptan@pisilinux.org
-
-
-
diff --git a/desktop/toolkit/gtk/gdk-pixbuf/translations.xml b/desktop/toolkit/gtk/gdk-pixbuf/translations.xml
deleted file mode 100644
index b2815ba5ad..0000000000
--- a/desktop/toolkit/gtk/gdk-pixbuf/translations.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- gdk-pixbuf
- GDK pixbuf kitaplığı
- gdk-pixbuf, gtk+ uygulamalarına resim açma ve ölçeklendirme desteği sağlayan bir kitaplıktır.
-
-
-
- gdk-pixbuf-devel
- gdk-pixbuf için geliştirme dosyaları
-
-
-
- gdk-pixbuf-docs
- gdk-pixbuf için başvuru belgeleri
-
-
-
- gdk-pixbuf-32bit
- gdk-pixbuf için 32-bit paylaşımlı kitaplıklar
-
-