Author: jstowers
Date: Fri Feb 15 08:42:49 2008
New Revision: 1320
URL: http://svn.gnome.org/viewvc/conduit?rev=1320&view=rev
Log:
2008-02-15 John Stowers <[EMAIL PROTECTED]>
* configure.ac:
* data/icons/hicolor/26x26/Makefile.am:
* data/icons/hicolor/26x26/apps/Makefile.am:
* data/icons/hicolor/Makefile.am: Restore the 26x26 icon needed by
maemo.
Added:
trunk/data/icons/hicolor/26x26/
trunk/data/icons/hicolor/26x26/Makefile.am
trunk/data/icons/hicolor/26x26/apps/
trunk/data/icons/hicolor/26x26/apps/Makefile.am
trunk/data/icons/hicolor/26x26/apps/conduit.png (contents, props changed)
trunk/website/conduit-26.xcf (contents, props changed)
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/data/icons/hicolor/Makefile.am
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Feb 15 08:42:49 2008
@@ -171,6 +171,8 @@
data/icons/hicolor/22x22/apps/Makefile
data/icons/hicolor/24x24/Makefile
data/icons/hicolor/24x24/apps/Makefile
+data/icons/hicolor/26x26/Makefile
+data/icons/hicolor/26x26/apps/Makefile
data/icons/hicolor/32x32/Makefile
data/icons/hicolor/32x32/apps/Makefile
data/icons/hicolor/48x48/apps/Makefile
Added: trunk/data/icons/hicolor/26x26/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/hicolor/26x26/Makefile.am Fri Feb 15 08:42:49 2008
@@ -0,0 +1 @@
+SUBDIRS = apps
Added: trunk/data/icons/hicolor/26x26/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/hicolor/26x26/apps/Makefile.am Fri Feb 15 08:42:49 2008
@@ -0,0 +1,14 @@
+themedir = $(datadir)/icons/hicolor
+size = 26x26
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ conduit.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
Added: trunk/data/icons/hicolor/26x26/apps/conduit.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/hicolor/Makefile.am
==============================================================================
--- trunk/data/icons/hicolor/Makefile.am (original)
+++ trunk/data/icons/hicolor/Makefile.am Fri Feb 15 08:42:49 2008
@@ -1 +1 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 26x26 32x32 48x48 scalable
Added: trunk/website/conduit-26.xcf
==============================================================================
Binary file. No diff available.
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.