diff --git a/desktop/lookandfeel/iconcan/actions.py b/desktop/lookandfeel/iconcan/actions.py
new file mode 100644
index 0000000000..072cb3fe43
--- /dev/null
+++ b/desktop/lookandfeel/iconcan/actions.py
@@ -0,0 +1,12 @@
+#!/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 pisitools
+
+
+def install():
+ # Install branding icon
+ pisitools.insinto("/usr/share/pixmaps", "*")
\ No newline at end of file
diff --git a/desktop/lookandfeel/iconcan/pspec.xml b/desktop/lookandfeel/iconcan/pspec.xml
new file mode 100644
index 0000000000..394e2cfb4f
--- /dev/null
+++ b/desktop/lookandfeel/iconcan/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ iconcan
+ http://www.pisilinux.org/
+
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+ GPLv3
+ lang-tr
+ app:gui
+ Icon etiketi için görseller
+ Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama.
+ http://source.pisilinux.org/1.0/iconcan-1.0.1.tar.xz
+
+
+
+ iconcan
+
+ /usr/share/pixmaps
+
+
+
+
+
+ 2015-02-04
+ 1.0.1
+ Version Bump
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2015-02-04
+ 1.0.0
+ First Release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/desktop/lookandfeel/iconcan/translations.xml b/desktop/lookandfeel/iconcan/translations.xml
new file mode 100644
index 0000000000..12441d1c3d
--- /dev/null
+++ b/desktop/lookandfeel/iconcan/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ iconcan
+ Icon etiketi için görseller
+ Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama.
+
+
\ No newline at end of file