diff --git a/desktop/kde/addon/qrencode/actions.py b/desktop/kde/addon/qrencode/actions.py
new file mode 100644
index 0000000000..f4557c95ee
--- /dev/null
+++ b/desktop/kde/addon/qrencode/actions.py
@@ -0,0 +1,27 @@
+# -*- 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 shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.autoreconf("-vif")
+ shelltools.system("./autogen.sh")
+
+ autotools.configure("--with-tests")
+
+def build():
+ autotools.make()
+
+def check():
+ shelltools.cd("tests")
+ shelltools.system("./test_all.sh")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "NEWS", "README")
diff --git a/desktop/kde/addon/qrencode/pspec.xml b/desktop/kde/addon/qrencode/pspec.xml
new file mode 100644
index 0000000000..e49e23820f
--- /dev/null
+++ b/desktop/kde/addon/qrencode/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ qrencode
+ http://fukuchi.org/works/qrencode/index.en.html
+
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+ LGPLv2.1
+ library
+ A C library for encoding data in a QR code symbol
+ qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.
+ http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz
+
+ libsdl-devel
+ m4
+
+
+
+
+ qrencode
+
+ libpng
+
+
+ /usr/lib
+ /usr/bin/qrencode
+ /usr/share/man/man1
+ /usr/share/doc
+
+
+
+
+ qrencode-devel
+ Development files for qrencode
+
+ qrencode
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-02-22
+ 3.4.4
+ Rebuild.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2015-02-22
+ 3.3.1
+ Rebuild.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2012-04-05
+ 3.3.1
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/desktop/kde/addon/qrencode/translations.xml b/desktop/kde/addon/qrencode/translations.xml
new file mode 100644
index 0000000000..031bf56a9f
--- /dev/null
+++ b/desktop/kde/addon/qrencode/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ qrencode
+ QR kod sembolüne veri gömmek için bir kitaplık
+ qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır.
+
+
+
+ qrencode-devel
+ qrencode için geliştirme dosyaları
+
+