[Xfce4-commits] <thunar-vcs-plugin:master> * icons/: Added git icons and 16x16 subversion icon.
Peter de Ridder
noreply at xfce.org
Sat Oct 24 14:54:03 CEST 2009
Updating branch refs/heads/master
to 3aa180a79c07d4855f6c779ac951d047dc164b10 (commit)
from 6f7451158345cf3745df63ae0f4450e9cff78757 (commit)
commit 3aa180a79c07d4855f6c779ac951d047dc164b10
Author: Peter de Ridder <peter at xfce.org>
Date: Sat Oct 24 14:50:14 2009 +0200
* icons/: Added git icons and 16x16 subversion icon.
icons/16x16/Makefile.am | 9 +++++----
icons/16x16/git.png | Bin 0 -> 149 bytes
icons/16x16/subversion.png | Bin 0 -> 613 bytes
icons/24x24/Makefile.am | 2 ++
icons/24x24/git.png | Bin 0 -> 253 bytes
icons/48x48/Makefile.am | 2 ++
icons/48x48/git.png | Bin 0 -> 342 bytes
7 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 2b7081f..0a8ad3a 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -1,8 +1,9 @@
-
-appsdir = $(datadir)/icons/hicolor/16x16/apps
-apps_DATA =
+iconsdir = $(datadir)/icons/hicolor/48x48/apps
+icons_DATA = \
+ git.png \
+ subversion.png
EXTRA_DIST = \
- $(apps_DATA)
+ $(icons_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/16x16/git.png b/icons/16x16/git.png
new file mode 100644
index 0000000..884b0f5
Binary files /dev/null and b/icons/16x16/git.png differ
diff --git a/icons/16x16/subversion.png b/icons/16x16/subversion.png
new file mode 100644
index 0000000..5967393
Binary files /dev/null and b/icons/16x16/subversion.png differ
diff --git a/icons/24x24/Makefile.am b/icons/24x24/Makefile.am
index 0b67da7..c3cae5f 100644
--- a/icons/24x24/Makefile.am
+++ b/icons/24x24/Makefile.am
@@ -1,7 +1,9 @@
iconsdir = $(datadir)/icons/hicolor/24x24/apps
icons_DATA = \
+ git.png \
subversion.png
EXTRA_DIST = \
$(icons_DATA)
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/24x24/git.png b/icons/24x24/git.png
new file mode 100644
index 0000000..4cbd8b1
Binary files /dev/null and b/icons/24x24/git.png differ
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index 795c901..0a8ad3a 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -1,7 +1,9 @@
iconsdir = $(datadir)/icons/hicolor/48x48/apps
icons_DATA = \
+ git.png \
subversion.png
EXTRA_DIST = \
$(icons_DATA)
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
diff --git a/icons/48x48/git.png b/icons/48x48/git.png
new file mode 100644
index 0000000..9993381
Binary files /dev/null and b/icons/48x48/git.png differ
More information about the Xfce4-commits
mailing list