diff options
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/16x16/.cvsignore | 2 | ||||
-rw-r--r-- | pixmaps/16x16/Makefile.am | 12 | ||||
-rw-r--r-- | pixmaps/16x16/gdm-xnest.png | bin | 0 -> 429 bytes | |||
-rw-r--r-- | pixmaps/32x32/.cvsignore | 2 | ||||
-rw-r--r-- | pixmaps/32x32/Makefile.am | 13 | ||||
-rw-r--r-- | pixmaps/32x32/gdm-setup.png | bin | 0 -> 1393 bytes | |||
-rw-r--r-- | pixmaps/32x32/gdm-xnest.png | bin | 0 -> 1012 bytes | |||
-rw-r--r-- | pixmaps/48x48/.cvsignore | 2 | ||||
-rw-r--r-- | pixmaps/48x48/Makefile.am | 14 | ||||
-rw-r--r-- | pixmaps/48x48/gdm-setup.png | bin | 0 -> 2504 bytes | |||
-rw-r--r-- | pixmaps/48x48/gdm-xnest.png | bin | 0 -> 1370 bytes | |||
-rw-r--r-- | pixmaps/48x48/gdm.png | bin | 0 -> 1608 bytes | |||
-rw-r--r-- | pixmaps/Makefile.am | 6 | ||||
-rw-r--r-- | pixmaps/gdm.png | bin | 3253 -> 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 Binary files differnew file mode 100644 index 00000000..d9068d27 --- /dev/null +++ b/pixmaps/16x16/gdm-xnest.png 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 Binary files differnew file mode 100644 index 00000000..c3beb9e5 --- /dev/null +++ b/pixmaps/32x32/gdm-setup.png diff --git a/pixmaps/32x32/gdm-xnest.png b/pixmaps/32x32/gdm-xnest.png Binary files differnew file mode 100644 index 00000000..70721d75 --- /dev/null +++ b/pixmaps/32x32/gdm-xnest.png 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 Binary files differnew file mode 100644 index 00000000..f5f82f50 --- /dev/null +++ b/pixmaps/48x48/gdm-setup.png diff --git a/pixmaps/48x48/gdm-xnest.png b/pixmaps/48x48/gdm-xnest.png Binary files differnew file mode 100644 index 00000000..e7328210 --- /dev/null +++ b/pixmaps/48x48/gdm-xnest.png diff --git a/pixmaps/48x48/gdm.png b/pixmaps/48x48/gdm.png Binary files differnew file mode 100644 index 00000000..9219a8ac --- /dev/null +++ b/pixmaps/48x48/gdm.png 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 Binary files differdeleted file mode 100644 index bb785d22..00000000 --- a/pixmaps/gdm.png +++ /dev/null |