summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-01-26 23:17:18 +0100
committerJannis Pohlmann <jannis@xfce.org>2011-01-26 23:17:18 +0100
commit8f7a02c162880e48891ea5528e3513d71ef6105f (patch)
tree761771aded37e92cd0c3ecc9ab67e2c1631d7772 /icons
parent1d4dfafda30df071d7c1e0b370f0613cbc92ba74 (diff)
downloadthunar-8f7a02c162880e48891ea5528e3513d71ef6105f.tar.gz
Ship stock_folder-{copy,move}.png with Thunar itself (bug #6851).
These icons were part of older gnome-icon-theme releases but have now disappeared. There are no useful equivalents in the icon naming specification or the GTK+ stock icons (well, there is GTK_STOCK_COPY, but no appropriate replacement for "stock_folder-move"), so for now it's best to ship the icons ourselves, I think.
Diffstat (limited to 'icons')
-rw-r--r--icons/16x16/Makefile.am2
-rw-r--r--icons/16x16/stock_folder-copy.pngbin0 -> 472 bytes
-rw-r--r--icons/16x16/stock_folder-move.pngbin0 -> 555 bytes
-rw-r--r--icons/24x24/Makefile.am8
-rw-r--r--icons/24x24/stock_folder-copy.pngbin0 -> 824 bytes
-rw-r--r--icons/24x24/stock_folder-move.pngbin0 -> 848 bytes
6 files changed, 9 insertions, 1 deletions
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 5e3fbf18..d91ac9e3 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -6,6 +6,8 @@ apps_DATA = \
stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
stock_DATA = \
+ stock_folder-copy.png \
+ stock_folder-move.png \
stock_thunar-shortcuts.png \
stock_thunar-templates.png
diff --git a/icons/16x16/stock_folder-copy.png b/icons/16x16/stock_folder-copy.png
new file mode 100644
index 00000000..e67381ab
--- /dev/null
+++ b/icons/16x16/stock_folder-copy.png
Binary files differ
diff --git a/icons/16x16/stock_folder-move.png b/icons/16x16/stock_folder-move.png
new file mode 100644
index 00000000..111f69d0
--- /dev/null
+++ b/icons/16x16/stock_folder-move.png
Binary files differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
index 3c6cf974..49a1e385 100644
--- a/icons/24x24/Makefile.am
+++ b/icons/24x24/Makefile.am
@@ -4,7 +4,13 @@ iconsdir = $(datadir)/icons/hicolor/24x24/apps
icons_DATA = \
Thunar.png
+stockdir = $(datadir)/icons/hicolor/24x24/stock/navigation
+stock_DATA = \
+ stock_folder-copy.png \
+ stock_folder-move.png
+
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ $(stock_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/24x24/stock_folder-copy.png b/icons/24x24/stock_folder-copy.png
new file mode 100644
index 00000000..2db03681
--- /dev/null
+++ b/icons/24x24/stock_folder-copy.png
Binary files differ
diff --git a/icons/24x24/stock_folder-move.png b/icons/24x24/stock_folder-move.png
new file mode 100644
index 00000000..d8ab50d7
--- /dev/null
+++ b/icons/24x24/stock_folder-move.png
Binary files differ