From 0213aab4e6d4c402ffe5d5473faaf7c23123894a Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Wed, 31 Oct 2007 13:23:44 +0000 Subject: Added new data/ directory to svn, storing by now icons/ directory with new 2007-10-31 Luca Ferretti * data/*: Added new data/ directory to svn, storing by now icons/ directory with new named icons for gdm: "gdmsetup" and "gdmflexiserver". svn path=/branches/gnome-2-20/; revision=5468 --- ChangeLog | 6 + data/Makefile.am | 1 + data/icons/16x16/Makefile.am | 1 + data/icons/16x16/apps/Makefile.am | 18 + data/icons/16x16/apps/gdmflexiserver.png | Bin 0 -> 777 bytes data/icons/16x16/apps/gdmflexiserver.xcf.bz2 | Bin 0 -> 1685 bytes data/icons/16x16/apps/gdmsetup.png | Bin 0 -> 499 bytes data/icons/16x16/apps/gdmsetup.svg | 169 +++++ data/icons/22x22/Makefile.am | 1 + data/icons/22x22/apps/Makefile.am | 18 + data/icons/22x22/apps/gdmflexiserver.png | Bin 0 -> 1052 bytes data/icons/22x22/apps/gdmflexiserver.xcf.bz2 | Bin 0 -> 1817 bytes data/icons/22x22/apps/gdmsetup.png | Bin 0 -> 996 bytes data/icons/22x22/apps/gdmsetup.xcf.bz2 | Bin 0 -> 1753 bytes data/icons/24x24/Makefile.am | 1 + data/icons/24x24/apps/Makefile.am | 16 + data/icons/24x24/apps/gdmflexiserver.png | Bin 0 -> 1088 bytes data/icons/24x24/apps/gdmsetup.png | Bin 0 -> 1012 bytes data/icons/32x32/Makefile.am | 1 + data/icons/32x32/apps/Makefile.am | 18 + data/icons/32x32/apps/gdm-setup.png | Bin 0 -> 1393 bytes data/icons/32x32/apps/gdmflexiserver.png | Bin 0 -> 1718 bytes data/icons/32x32/apps/gdmflexiserver.svg | 398 ++++++++++++ data/icons/32x32/apps/gdmsetup.png | Bin 0 -> 1681 bytes data/icons/32x32/apps/gdmsetup.svg | 930 +++++++++++++++++++++++++++ data/icons/48x48/Makefile.am | 1 + data/icons/48x48/apps/Makefile.am | 15 + data/icons/48x48/apps/gdmflexiserver.png | Bin 0 -> 2544 bytes data/icons/48x48/apps/gdmsetup.png | Bin 0 -> 2936 bytes data/icons/Makefile.am | 15 + data/icons/scalable/Makefile.am | 1 + data/icons/scalable/apps/Makefile.am | 15 + data/icons/scalable/apps/gdmflexiserver.svg | 754 ++++++++++++++++++++++ data/icons/scalable/apps/gdmsetup.svg | 452 +++++++++++++ 34 files changed, 2831 insertions(+) create mode 100644 data/Makefile.am create mode 100644 data/icons/16x16/Makefile.am create mode 100644 data/icons/16x16/apps/Makefile.am create mode 100644 data/icons/16x16/apps/gdmflexiserver.png create mode 100644 data/icons/16x16/apps/gdmflexiserver.xcf.bz2 create mode 100644 data/icons/16x16/apps/gdmsetup.png create mode 100644 data/icons/16x16/apps/gdmsetup.svg create mode 100644 data/icons/22x22/Makefile.am create mode 100644 data/icons/22x22/apps/Makefile.am create mode 100644 data/icons/22x22/apps/gdmflexiserver.png create mode 100644 data/icons/22x22/apps/gdmflexiserver.xcf.bz2 create mode 100644 data/icons/22x22/apps/gdmsetup.png create mode 100644 data/icons/22x22/apps/gdmsetup.xcf.bz2 create mode 100644 data/icons/24x24/Makefile.am create mode 100644 data/icons/24x24/apps/Makefile.am create mode 100644 data/icons/24x24/apps/gdmflexiserver.png create mode 100644 data/icons/24x24/apps/gdmsetup.png create mode 100644 data/icons/32x32/Makefile.am create mode 100644 data/icons/32x32/apps/Makefile.am create mode 100644 data/icons/32x32/apps/gdm-setup.png create mode 100644 data/icons/32x32/apps/gdmflexiserver.png create mode 100644 data/icons/32x32/apps/gdmflexiserver.svg create mode 100644 data/icons/32x32/apps/gdmsetup.png create mode 100644 data/icons/32x32/apps/gdmsetup.svg create mode 100644 data/icons/48x48/Makefile.am create mode 100644 data/icons/48x48/apps/Makefile.am create mode 100644 data/icons/48x48/apps/gdmflexiserver.png create mode 100644 data/icons/48x48/apps/gdmsetup.png create mode 100644 data/icons/Makefile.am create mode 100644 data/icons/scalable/Makefile.am create mode 100644 data/icons/scalable/apps/Makefile.am create mode 100644 data/icons/scalable/apps/gdmflexiserver.svg create mode 100644 data/icons/scalable/apps/gdmsetup.svg diff --git a/ChangeLog b/ChangeLog index a2b9b2a2..8f9d0db7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-31 Luca Ferretti + + * data/*: Added new data/ directory to svn, storing + by now icons/ directory with new named icons for gdm: + "gdmsetup" and "gdmflexiserver". + 2007-10-15 Brian Cameron * Release 2.20.1: diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..ff9cd81a --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = icons \ No newline at end of file diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am new file mode 100644 index 00000000..7e686c92 --- /dev/null +++ b/data/icons/16x16/apps/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/hicolor +size = 16x16 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.png \ + gdmsetup.png + + +noinst_DATA = \ + gdmflexiserver.xcf.bz2 \ + gdmsetup.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/16x16/apps/gdmflexiserver.png b/data/icons/16x16/apps/gdmflexiserver.png new file mode 100644 index 00000000..b08483b1 Binary files /dev/null and b/data/icons/16x16/apps/gdmflexiserver.png differ diff --git a/data/icons/16x16/apps/gdmflexiserver.xcf.bz2 b/data/icons/16x16/apps/gdmflexiserver.xcf.bz2 new file mode 100644 index 00000000..a5d2d5a3 Binary files /dev/null and b/data/icons/16x16/apps/gdmflexiserver.xcf.bz2 differ diff --git a/data/icons/16x16/apps/gdmsetup.png b/data/icons/16x16/apps/gdmsetup.png new file mode 100644 index 00000000..704e7d47 Binary files /dev/null and b/data/icons/16x16/apps/gdmsetup.png differ diff --git a/data/icons/16x16/apps/gdmsetup.svg b/data/icons/16x16/apps/gdmsetup.svg new file mode 100644 index 00000000..6b7ba7e9 --- /dev/null +++ b/data/icons/16x16/apps/gdmsetup.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/22x22/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am new file mode 100644 index 00000000..28611000 --- /dev/null +++ b/data/icons/22x22/apps/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.png \ + gdmsetup.png + + +noinst_DATA = \ + gdmflexiserver.xcf.bz2 \ + gdmsetup.xcf.bz2 + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/22x22/apps/gdmflexiserver.png b/data/icons/22x22/apps/gdmflexiserver.png new file mode 100644 index 00000000..14180d48 Binary files /dev/null and b/data/icons/22x22/apps/gdmflexiserver.png differ diff --git a/data/icons/22x22/apps/gdmflexiserver.xcf.bz2 b/data/icons/22x22/apps/gdmflexiserver.xcf.bz2 new file mode 100644 index 00000000..ef72d018 Binary files /dev/null and b/data/icons/22x22/apps/gdmflexiserver.xcf.bz2 differ diff --git a/data/icons/22x22/apps/gdmsetup.png b/data/icons/22x22/apps/gdmsetup.png new file mode 100644 index 00000000..fca76ecc Binary files /dev/null and b/data/icons/22x22/apps/gdmsetup.png differ diff --git a/data/icons/22x22/apps/gdmsetup.xcf.bz2 b/data/icons/22x22/apps/gdmsetup.xcf.bz2 new file mode 100644 index 00000000..26e63c9e Binary files /dev/null and b/data/icons/22x22/apps/gdmsetup.xcf.bz2 differ diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/24x24/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am new file mode 100644 index 00000000..d9976909 --- /dev/null +++ b/data/icons/24x24/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 24x24 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.png \ + gdmsetup.png + + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/24x24/apps/gdmflexiserver.png b/data/icons/24x24/apps/gdmflexiserver.png new file mode 100644 index 00000000..ac834866 Binary files /dev/null and b/data/icons/24x24/apps/gdmflexiserver.png differ diff --git a/data/icons/24x24/apps/gdmsetup.png b/data/icons/24x24/apps/gdmsetup.png new file mode 100644 index 00000000..c0451a2c Binary files /dev/null and b/data/icons/24x24/apps/gdmsetup.png differ diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/32x32/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am new file mode 100644 index 00000000..4cd1975f --- /dev/null +++ b/data/icons/32x32/apps/Makefile.am @@ -0,0 +1,18 @@ +themedir = $(datadir)/icons/hicolor +size = 32x32 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.png \ + gdmsetup.png + + +noinst_DATA = \ + gdmflexiserver.svg \ + gdmsetup.svg + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/32x32/apps/gdm-setup.png b/data/icons/32x32/apps/gdm-setup.png new file mode 100644 index 00000000..c3beb9e5 Binary files /dev/null and b/data/icons/32x32/apps/gdm-setup.png differ diff --git a/data/icons/32x32/apps/gdmflexiserver.png b/data/icons/32x32/apps/gdmflexiserver.png new file mode 100644 index 00000000..7327de1e Binary files /dev/null and b/data/icons/32x32/apps/gdmflexiserver.png differ diff --git a/data/icons/32x32/apps/gdmflexiserver.svg b/data/icons/32x32/apps/gdmflexiserver.svg new file mode 100644 index 00000000..98162f06 --- /dev/null +++ b/data/icons/32x32/apps/gdmflexiserver.svg @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/32x32/apps/gdmsetup.png b/data/icons/32x32/apps/gdmsetup.png new file mode 100644 index 00000000..559f9c5b Binary files /dev/null and b/data/icons/32x32/apps/gdmsetup.png differ diff --git a/data/icons/32x32/apps/gdmsetup.svg b/data/icons/32x32/apps/gdmsetup.svg new file mode 100644 index 00000000..2340c025 --- /dev/null +++ b/data/icons/32x32/apps/gdmsetup.svg @@ -0,0 +1,930 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/48x48/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/48x48/apps/Makefile.am b/data/icons/48x48/apps/Makefile.am new file mode 100644 index 00000000..f80abfa1 --- /dev/null +++ b/data/icons/48x48/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = 48x48 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.png \ + gdmsetup.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/48x48/apps/gdmflexiserver.png b/data/icons/48x48/apps/gdmflexiserver.png new file mode 100644 index 00000000..f0da7a0b Binary files /dev/null and b/data/icons/48x48/apps/gdmflexiserver.png differ diff --git a/data/icons/48x48/apps/gdmsetup.png b/data/icons/48x48/apps/gdmsetup.png new file mode 100644 index 00000000..7b2d1a37 Binary files /dev/null and b/data/icons/48x48/apps/gdmsetup.png differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 00000000..58af0aaa --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,15 @@ + +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am new file mode 100644 index 00000000..ebbd1452 --- /dev/null +++ b/data/icons/scalable/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = apps diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am new file mode 100644 index 00000000..47f23425 --- /dev/null +++ b/data/icons/scalable/apps/Makefile.am @@ -0,0 +1,15 @@ +themedir = $(datadir)/icons/hicolor +size = scalable +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + gdmflexiserver.svg \ + gdmsetup.svg + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) diff --git a/data/icons/scalable/apps/gdmflexiserver.svg b/data/icons/scalable/apps/gdmflexiserver.svg new file mode 100644 index 00000000..f9bf12a6 --- /dev/null +++ b/data/icons/scalable/apps/gdmflexiserver.svg @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/apps/gdmsetup.svg b/data/icons/scalable/apps/gdmsetup.svg new file mode 100644 index 00000000..dcc5fbfa --- /dev/null +++ b/data/icons/scalable/apps/gdmsetup.svg @@ -0,0 +1,452 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Lapo Calamandrei + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1