From: Jean-Philippe Orsini Date: Sat, 23 Apr 2011 19:52:26 +0000 (+0000) Subject: added different sizes of psensor.png X-Git-Tag: v0.8.0.5~828 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=5f0207df9094c175aa6fc5bfcc3a1c7f9e8e6de2 added different sizes of psensor.png --- diff --git a/Makefile.am b/Makefile.am index b60ef2a..9f83c74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 8050149..3f448dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..c613c5f --- /dev/null +++ b/pixmaps/14x14/Makefile.am @@ -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 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 index 0000000..ba7aa70 --- /dev/null +++ b/pixmaps/16x16/Makefile.am @@ -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 index 0000000..e7a4c28 --- /dev/null +++ b/pixmaps/22x22/Makefile.am @@ -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 index 0000000..68312bf --- /dev/null +++ b/pixmaps/24x24/Makefile.am @@ -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 index 0000000..9aff244 --- /dev/null +++ b/pixmaps/32x32/Makefile.am @@ -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 index 0000000..d2e0684 --- /dev/null +++ b/pixmaps/64x64/Makefile.am @@ -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 index 0000000..53bdbb8 Binary files /dev/null and b/pixmaps/64x64/psensor.png differ