added different sizes of psensor.png
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 23 Apr 2011 19:52:26 +0000 (19:52 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 23 Apr 2011 19:52:26 +0000 (19:52 +0000)
Makefile.am
configure.ac
pixmaps/14x14/Makefile.am [new file with mode: 0644]
pixmaps/14x14/psensor.png [new file with mode: 0644]
pixmaps/16x16/Makefile.am [new file with mode: 0644]
pixmaps/22x22/Makefile.am [new file with mode: 0644]
pixmaps/24x24/Makefile.am [new file with mode: 0644]
pixmaps/32x32/Makefile.am [new file with mode: 0644]
pixmaps/64x64/Makefile.am [new file with mode: 0644]
pixmaps/64x64/psensor.png [new file with mode: 0644]

index b60ef2a..9f83c74 100644 (file)
@@ -1,4 +1,16 @@
-SUBDIRS = po src pixmaps/scalable pixmaps/48x48 www tests
+SUBDIRS = po\
+ src\
+ pixmaps/scalable\
+ pixmaps/14x14\
+ pixmaps/16x16\
+ pixmaps/22x22\
+ pixmaps/24x24\
+ pixmaps/32x32\
+ pixmaps/48x48\
+ pixmaps/64x64\
+ www\
+ tests
+
 dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL
 
 desktopdir = $(datadir)/applications
index 8050149..3f448dd 100644 (file)
@@ -210,7 +210,13 @@ AC_CONFIG_FILES([
  src/libpsensor_json/Makefile
  src/server/Makefile
  pixmaps/scalable/Makefile
+ pixmaps/14x14/Makefile
+ pixmaps/16x16/Makefile
+ pixmaps/22x22/Makefile
+ pixmaps/24x24/Makefile
+ pixmaps/32x32/Makefile
  pixmaps/48x48/Makefile
+ pixmaps/64x64/Makefile
  www/Makefile
  po/Makefile.in
  tests/Makefile
diff --git a/pixmaps/14x14/Makefile.am b/pixmaps/14x14/Makefile.am
new file mode 100644 (file)
index 0000000..c613c5f
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 14x14
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/14x14/psensor.png b/pixmaps/14x14/psensor.png
new file mode 100644 (file)
index 0000000..0ad3ff0
Binary files /dev/null and b/pixmaps/14x14/psensor.png differ
diff --git a/pixmaps/16x16/Makefile.am b/pixmaps/16x16/Makefile.am
new file mode 100644 (file)
index 0000000..ba7aa70
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 16x16
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/22x22/Makefile.am b/pixmaps/22x22/Makefile.am
new file mode 100644 (file)
index 0000000..e7a4c28
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 22x22
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/24x24/Makefile.am b/pixmaps/24x24/Makefile.am
new file mode 100644 (file)
index 0000000..68312bf
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/32x32/Makefile.am b/pixmaps/32x32/Makefile.am
new file mode 100644 (file)
index 0000000..9aff244
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/64x64/Makefile.am b/pixmaps/64x64/Makefile.am
new file mode 100644 (file)
index 0000000..d2e0684
--- /dev/null
@@ -0,0 +1,6 @@
+themedir = $(datadir)/icons/hicolor
+size = 64x64
+context = apps
+EXTRA_DIST = psensor.png 
+psensordistpixdir = $(themedir)/$(size)/$(context)
+psensordistpix_DATA = $(EXTRA_DIST)
diff --git a/pixmaps/64x64/psensor.png b/pixmaps/64x64/psensor.png
new file mode 100644 (file)
index 0000000..53bdbb8
Binary files /dev/null and b/pixmaps/64x64/psensor.png differ