diff --git a/programming/misc/gdl/actions.py b/programming/misc/gdl/actions.py
new file mode 100644
index 0000000000..687ae5ebf6
--- /dev/null
+++ b/programming/misc/gdl/actions.py
@@ -0,0 +1,29 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+i = "-Wno-deprecated-declarations \
+ -Wno-incompatible-pointer-types \
+ -Wno-implicit-function-declaration"
+
+def setup():
+ # suppress compiler warnings
+ pisitools.cflags.add(i)
+ autotools.configure()
+
+ # fix unused direct dependency analysis
+ pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "README")
\ No newline at end of file
diff --git a/programming/misc/gdl/pspec.xml b/programming/misc/gdl/pspec.xml
new file mode 100644
index 0000000000..fabdfba184
--- /dev/null
+++ b/programming/misc/gdl/pspec.xml
@@ -0,0 +1,114 @@
+
+
+
+
+ gdl
+ https://gitlab.gnome.org/GNOME/gdl
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ programming.misc
+ Gnome Docking library
+ Provides docking features for gtk+.
+
+ https://download.gnome.org/sources/gdl/3.34/gdl-3.34.0.tar.xz
+
+
+ gtk-doc
+ intltool
+ gtk3-devel
+ python3-six
+ libxml2-devel
+ gobject-introspection-devel
+
+
+
+
+ gdl
+ Provides docking features for gtk+.
+
+ atk
+ gtk3
+ cairo
+ glib2
+ pango
+ libxml2
+ gdk-pixbuf
+
+
+ /usr/lib
+ /usr/share/locale
+ /usr/share/doc/gdl/README
+ /usr/share/doc/gdl/COPYING
+ /usr/share/gir-1.0/Gdl-3.gir
+
+
+
+
+ gdl-devel
+ Development files for gdl
+
+ gtk3-devel
+ libxml2-devel
+ gdl
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ gdl-docs
+ data:doc
+ Documentation files for gdl
+ gdl-docs provides documentation files for gdl.
+
+ gdl
+
+
+ /usr/share/gtk-doc/html
+
+
+
+
+
+ 2020-04-30
+ 3.34.0
+ Ver. bump
+ fury
+ wascheme@tuta.io
+
+
+ 2013-10-29
+ 3.8.1
+ Rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2013-07-31
+ 3.8.1
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-07-30
+ 2.31.3
+ Rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2012-12-22
+ 2.31.3
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/programming/misc/gdl/translations.xml b/programming/misc/gdl/translations.xml
new file mode 100644
index 0000000000..d605fe7869
--- /dev/null
+++ b/programming/misc/gdl/translations.xml
@@ -0,0 +1,20 @@
+
+
+
+ gdl
+ GNOME geliştirme kitaplıkları
+ Bu paket, GNOME geliştirme araçları arasında paylaşılan kitaplıkları ve bileşenleri içerir.
+
+
+
+ gdl-devel
+ gdl için geliştirme dosyaları
+ gdl-devel, gdl için geliştirme dosyalarını içerir.
+
+
+
+ gdl-docs
+ gdl için başvuru belgeleri
+ gdl-docs, gdl için belgelendirme dosyalarını içerir.
+
+
\ No newline at end of file