summaryrefslogtreecommitdiffstats
path: root/tdewallet/icons
diff options
context:
space:
mode:
Diffstat (limited to 'tdewallet/icons')
-rw-r--r--tdewallet/icons/CMakeLists.txt16
-rw-r--r--tdewallet/icons/Makefile.am5
-rw-r--r--tdewallet/icons/cr22-action-folder_closed.pngbin0 -> 1149 bytes
-rw-r--r--tdewallet/icons/cr22-action-folder_open.pngbin0 -> 1349 bytes
-rw-r--r--tdewallet/icons/cr22-action-wallet_closed.pngbin0 -> 997 bytes
-rw-r--r--tdewallet/icons/cr22-action-wallet_open.pngbin0 -> 1098 bytes
6 files changed, 21 insertions, 0 deletions
diff --git a/tdewallet/icons/CMakeLists.txt b/tdewallet/icons/CMakeLists.txt
new file mode 100644
index 0000000..68f67e2
--- /dev/null
+++ b/tdewallet/icons/CMakeLists.txt
@@ -0,0 +1,16 @@
+#################################################
+#
+# (C) 2012 Golubev Alexander
+# fatzer2 (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_install_icons( tdewalletmanager)
+
+tde_install_icons(
+ DESTINATION ${DATA_INSTALL_DIR}/tdewalletmanager/icons
+)
diff --git a/tdewallet/icons/Makefile.am b/tdewallet/icons/Makefile.am
new file mode 100644
index 0000000..65d4236
--- /dev/null
+++ b/tdewallet/icons/Makefile.am
@@ -0,0 +1,5 @@
+KDE_ICON = tdewalletmanager
+
+pics_ICON = AUTO
+picsdir = $(kde_datadir)/tdewalletmanager/icons
+
diff --git a/tdewallet/icons/cr22-action-folder_closed.png b/tdewallet/icons/cr22-action-folder_closed.png
new file mode 100644
index 0000000..e3ebad3
--- /dev/null
+++ b/tdewallet/icons/cr22-action-folder_closed.png
Binary files differ
diff --git a/tdewallet/icons/cr22-action-folder_open.png b/tdewallet/icons/cr22-action-folder_open.png
new file mode 100644
index 0000000..ea175b7
--- /dev/null
+++ b/tdewallet/icons/cr22-action-folder_open.png
Binary files differ
diff --git a/tdewallet/icons/cr22-action-wallet_closed.png b/tdewallet/icons/cr22-action-wallet_closed.png
new file mode 100644
index 0000000..57558ac
--- /dev/null
+++ b/tdewallet/icons/cr22-action-wallet_closed.png
Binary files differ
diff --git a/tdewallet/icons/cr22-action-wallet_open.png b/tdewallet/icons/cr22-action-wallet_open.png
new file mode 100644
index 0000000..55a447f
--- /dev/null
+++ b/tdewallet/icons/cr22-action-wallet_open.png
Binary files differ