diff --git a/util/dock/plank/actions.py b/util/dock/plank/actions.py
new file mode 100644
index 0000000000..f69d040f31
--- /dev/null
+++ b/util/dock/plank/actions.py
@@ -0,0 +1,27 @@
+#!/usr/bin/env 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 shelltools
+from pisi.actionsapi import get
+
+def setup():
+ shelltools.system("sed 's/0.19.6/0.20/' -i configure.ac")
+ shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
+ autotools.configure("--disable-appor")
+
+
+
+ pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README")
diff --git a/util/dock/plank/pspec.xml b/util/dock/plank/pspec.xml
new file mode 100644
index 0000000000..c8c5a13d8d
--- /dev/null
+++ b/util/dock/plank/pspec.xml
@@ -0,0 +1,96 @@
+
+
+
+
+ plank
+ https://launchpad.net/plank
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv3
+ app
+ Elegant, simple, clean dock
+ Elegant, simple, clean dock
+ https://github.com/ricotz/plank/archive/refs/tags/0.11.89.tar.gz
+
+ intltool
+ gettext-devel
+ bamf-devel
+ vala-devel
+ gtk3-devel
+ cairo-devel
+ glib2-devel
+ libXi-devel
+ pango-devel
+ libX11-devel
+ libgee-devel
+ libwnck3-devel
+ libXfixes-devel
+ gdk-pixbuf-devel
+ gnome-menus-devel
+ libdbusmenu-devel
+ libdbusmenu-gtk3
+ gobject-introspection-devel
+
+
+
+
+
+ plank
+
+ bamf
+ gtk3
+ cairo
+ glib2
+ libXi
+ pango
+ libX11
+ libgee
+ libwnck3
+ libXfixes
+ gdk-pixbuf
+ gnome-menus
+ libdbusmenu-glib
+ libdbusmenu-gtk3
+
+
+ /usr/bin
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/metainfo
+ /usr/share/icons
+ /usr/share/doc
+
+
+
+
+ plank-devel
+ Development files for plank
+
+ plank
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2021-03-28
+ 0.11.89
+ First release
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+
+
diff --git a/util/dock/plank/translations.xml b/util/dock/plank/translations.xml
new file mode 100644
index 0000000000..b5a45b1207
--- /dev/null
+++ b/util/dock/plank/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ plank
+ Elegant, simple, clean dock
+ Elegant, simple, clean dock
+
+