summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorJames M. Cape <jcape@ignore-your.tv>2004-05-13 01:39:52 +0000
committerJames M. Cape <jcape@src.gnome.org>2004-05-13 01:39:52 +0000
commit7ac0bb048680e47feff8e2dab67d6d387cc66f9f (patch)
treeffda013426da6f90b93f777483016bddaa972a4e /pixmaps
parent9052735b7ac3c9aff311c41c756fb2b2f35dd421 (diff)
downloadgdm-7ac0bb048680e47feff8e2dab67d6d387cc66f9f.tar.gz
Updates. Added new icons for gdmflexiserver -xnest and gdmsetup. The old
Wed May 12 20:36:33 2004 James M. Cape <jcape@ignore-your.tv> * */.cvsignore: Updates. * configure.in, pixmaps/Makefile.am, pixmaps/*/*: Added new icons for gdmflexiserver -xnest and gdmsetup. The old pixmaps stay in pixmaps because they are not "themed-icons" per-se. * pixmaps/gdm.png: Removed the old icon. * gui/gdmsetup.desktop.in, gui/gdmflexiserver*.desktop.in: Use the new icons.
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/16x16/.cvsignore2
-rw-r--r--pixmaps/16x16/Makefile.am12
-rw-r--r--pixmaps/16x16/gdm-xnest.pngbin0 -> 429 bytes
-rw-r--r--pixmaps/32x32/.cvsignore2
-rw-r--r--pixmaps/32x32/Makefile.am13
-rw-r--r--pixmaps/32x32/gdm-setup.pngbin0 -> 1393 bytes
-rw-r--r--pixmaps/32x32/gdm-xnest.pngbin0 -> 1012 bytes
-rw-r--r--pixmaps/48x48/.cvsignore2
-rw-r--r--pixmaps/48x48/Makefile.am14
-rw-r--r--pixmaps/48x48/gdm-setup.pngbin0 -> 2504 bytes
-rw-r--r--pixmaps/48x48/gdm-xnest.pngbin0 -> 1370 bytes
-rw-r--r--pixmaps/48x48/gdm.pngbin0 -> 1608 bytes
-rw-r--r--pixmaps/Makefile.am6
-rw-r--r--pixmaps/gdm.pngbin3253 -> 0 bytes
14 files changed, 50 insertions, 1 deletions
diff --git a/pixmaps/16x16/.cvsignore b/pixmaps/16x16/.cvsignore
new file mode 100644
index 00000000..3dda7298
--- /dev/null
+++ b/pixmaps/16x16/.cvsignore
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/pixmaps/16x16/Makefile.am b/pixmaps/16x16/Makefile.am
new file mode 100644
index 00000000..2ca6dca0
--- /dev/null
+++ b/pixmaps/16x16/Makefile.am
@@ -0,0 +1,12 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+ $(datadir)/icons/hicolor/16x16/apps
+appsicon_DATA = \
+ gdm-xnest.png
+
+EXTRA_DIST = \
+ $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/pixmaps/16x16/gdm-xnest.png b/pixmaps/16x16/gdm-xnest.png
new file mode 100644
index 00000000..d9068d27
--- /dev/null
+++ b/pixmaps/16x16/gdm-xnest.png
Binary files differ
diff --git a/pixmaps/32x32/.cvsignore b/pixmaps/32x32/.cvsignore
new file mode 100644
index 00000000..282522db
--- /dev/null
+++ b/pixmaps/32x32/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/32x32/Makefile.am b/pixmaps/32x32/Makefile.am
new file mode 100644
index 00000000..a4b5b4e1
--- /dev/null
+++ b/pixmaps/32x32/Makefile.am
@@ -0,0 +1,13 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+ $(datadir)/icons/hicolor/32x32/apps
+appsicon_DATA = \
+ gdm-setup.png \
+ gdm-xnest.png
+
+EXTRA_DIST = \
+ $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/pixmaps/32x32/gdm-setup.png b/pixmaps/32x32/gdm-setup.png
new file mode 100644
index 00000000..c3beb9e5
--- /dev/null
+++ b/pixmaps/32x32/gdm-setup.png
Binary files differ
diff --git a/pixmaps/32x32/gdm-xnest.png b/pixmaps/32x32/gdm-xnest.png
new file mode 100644
index 00000000..70721d75
--- /dev/null
+++ b/pixmaps/32x32/gdm-xnest.png
Binary files differ
diff --git a/pixmaps/48x48/.cvsignore b/pixmaps/48x48/.cvsignore
new file mode 100644
index 00000000..282522db
--- /dev/null
+++ b/pixmaps/48x48/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/pixmaps/48x48/Makefile.am b/pixmaps/48x48/Makefile.am
new file mode 100644
index 00000000..3582c785
--- /dev/null
+++ b/pixmaps/48x48/Makefile.am
@@ -0,0 +1,14 @@
+# This file will be processed with automake-1.7 to create Makefile.in
+
+appsicondir = \
+ $(datadir)/pixmaps
+appsicon_DATA = \
+ gdm.png \
+ gdm-xnest.png \
+ gdm-setup.png
+
+EXTRA_DIST = \
+ $(appsicon_DATA)
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
diff --git a/pixmaps/48x48/gdm-setup.png b/pixmaps/48x48/gdm-setup.png
new file mode 100644
index 00000000..f5f82f50
--- /dev/null
+++ b/pixmaps/48x48/gdm-setup.png
Binary files differ
diff --git a/pixmaps/48x48/gdm-xnest.png b/pixmaps/48x48/gdm-xnest.png
new file mode 100644
index 00000000..e7328210
--- /dev/null
+++ b/pixmaps/48x48/gdm-xnest.png
Binary files differ
diff --git a/pixmaps/48x48/gdm.png b/pixmaps/48x48/gdm.png
new file mode 100644
index 00000000..9219a8ac
--- /dev/null
+++ b/pixmaps/48x48/gdm.png
Binary files differ
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 32a8c76a..f2f7b562 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,6 +1,10 @@
+
+SUBDIRS = \
+ 16x16 32x32 48x48
+
pixmapdir = $(datadir)/pixmaps
-BITMAPS = gdm.png gdm-foot-logo.png nobody.png nohost.png
+BITMAPS = gdm-foot-logo.png nobody.png nohost.png
pixmap_DATA = $(BITMAPS)
diff --git a/pixmaps/gdm.png b/pixmaps/gdm.png
deleted file mode 100644
index bb785d22..00000000
--- a/pixmaps/gdm.png
+++ /dev/null
Binary files differ