diff options
author | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
commit | 70438138096a47b2505ac55634cd94947ce378b6 (patch) | |
tree | e45e49dda10a71616466500a4ab65d1c54b5f6c1 /data/icons/24x24 | |
download | engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.bz2 engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.xz |
initial
Diffstat (limited to 'data/icons/24x24')
-rw-r--r-- | data/icons/24x24/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 17 | ||||
-rw-r--r-- | data/icons/24x24/actions/add-files-to-archive.png | bin | 0 -> 1124 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/add-folder-to-archive.png | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | data/icons/24x24/actions/extract-archive.png | bin | 0 -> 1107 bytes | |||
-rw-r--r-- | data/icons/24x24/apps/Makefile.am | 27 | ||||
-rw-r--r-- | data/icons/24x24/apps/file-roller.png | bin | 0 -> 1261 bytes |
7 files changed, 47 insertions, 0 deletions
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am new file mode 100644 index 0000000..4497479 --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = actions apps + +-include $(top_srcdir)/git.mk diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am new file mode 100644 index 0000000..0af6b6f --- /dev/null +++ b/data/icons/24x24/actions/Makefile.am @@ -0,0 +1,17 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + add-files-to-archive.png \ + add-folder-to-archive.png \ + extract-archive.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) +-include $(top_srcdir)/git.mk diff --git a/data/icons/24x24/actions/add-files-to-archive.png b/data/icons/24x24/actions/add-files-to-archive.png Binary files differnew file mode 100644 index 0000000..9b893fc --- /dev/null +++ b/data/icons/24x24/actions/add-files-to-archive.png diff --git a/data/icons/24x24/actions/add-folder-to-archive.png b/data/icons/24x24/actions/add-folder-to-archive.png Binary files differnew file mode 100644 index 0000000..52600ff --- /dev/null +++ b/data/icons/24x24/actions/add-folder-to-archive.png diff --git a/data/icons/24x24/actions/extract-archive.png b/data/icons/24x24/actions/extract-archive.png Binary files differnew file mode 100644 index 0000000..7f76512 --- /dev/null +++ b/data/icons/24x24/actions/extract-archive.png diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am new file mode 100644 index 0000000..f42a2fd --- /dev/null +++ b/data/icons/24x24/apps/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + file-roller.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi + +-include $(top_srcdir)/git.mk diff --git a/data/icons/24x24/apps/file-roller.png b/data/icons/24x24/apps/file-roller.png Binary files differnew file mode 100644 index 0000000..b6df396 --- /dev/null +++ b/data/icons/24x24/apps/file-roller.png |