gnome-power-manager r3246 - in trunk: . data/icons/32x32 data/icons/32x32/actions data/icons/32x32/apps data/icons/32x32/status help/C/figures
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r3246 - in trunk: . data/icons/32x32 data/icons/32x32/actions data/icons/32x32/apps data/icons/32x32/status help/C/figures
- Date: Tue, 10 Feb 2009 10:00:07 +0000 (UTC)
Author: rhughes
Date: Tue Feb 10 10:00:07 2009
New Revision: 3246
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3246&view=rev
Log:
2009-02-10 Richard Hughes <richard hughsie com>
* configure.ac:
Bump for new release due a few days ago.
* data/icons/32x32/Makefile.am:
* data/icons/32x32/actions/Makefile.am:
* data/icons/32x32/apps/Makefile.am:
* data/icons/32x32/status/Makefile.am:
Add some missing new files to fix the build.
Added:
trunk/data/icons/32x32/Makefile.am
trunk/data/icons/32x32/actions/Makefile.am
trunk/data/icons/32x32/apps/Makefile.am
trunk/data/icons/32x32/status/Makefile.am
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/help/C/figures/applet-brightness.png
trunk/help/C/figures/applet-inhibit.png
trunk/help/C/figures/gpm-charged.png
trunk/help/C/figures/gpm-mouse-left.png
trunk/help/C/figures/gpm-mouse-right.png
trunk/help/C/figures/gpm-prefs-ac.png
trunk/help/C/figures/gpm-prefs-battery.png
trunk/help/C/figures/gpm-prefs-general.png
trunk/help/C/figures/gpm-tooltip.png
trunk/help/C/figures/gs-prefs.png
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Feb 10 10:00:07 2009
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
-AC_INIT(gnome-power-manager, 2.25.4)
+AC_INIT(gnome-power-manager, 2.25.90)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
Added: trunk/data/icons/32x32/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/32x32/Makefile.am Tue Feb 10 10:00:07 2009
@@ -0,0 +1,2 @@
+SUBDIRS = actions apps status
+
Added: trunk/data/icons/32x32/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/32x32/actions/Makefile.am Tue Feb 10 10:00:07 2009
@@ -0,0 +1,15 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 32x32
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gpm-hibernate.png \
+ gpm-suspend.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
Added: trunk/data/icons/32x32/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/32x32/apps/Makefile.am Tue Feb 10 10:00:07 2009
@@ -0,0 +1,17 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ gnome-brightness-applet.png \
+ gnome-inhibit-applet.png \
+ gnome-power-manager.png \
+ gnome-power-statistics.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
Added: trunk/data/icons/32x32/status/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/32x32/status/Makefile.am Tue Feb 10 10:00:07 2009
@@ -0,0 +1,68 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 32x32
+context = status
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+
+icons_DATA = \
+ gpm-ac-adapter.png \
+ gpm-brightness-lcd.png \
+ gpm-brightness-kbd.png \
+ gpm-brightness-lcd-disabled.png \
+ gpm-brightness-kbd-disabled.png \
+ gpm-brightness-lcd-invalid.png \
+ gpm-brightness-kbd-invalid.png \
+ gpm-inhibit.png \
+ gpm-inhibit-invalid.png \
+ gpm-keyboard-000.png \
+ gpm-keyboard-020.png \
+ gpm-keyboard-040.png \
+ gpm-keyboard-060.png \
+ gpm-keyboard-080.png \
+ gpm-keyboard-100.png \
+ gpm-phone-000.png \
+ gpm-phone-020.png \
+ gpm-phone-040.png \
+ gpm-phone-060.png \
+ gpm-phone-080.png \
+ gpm-phone-100.png \
+ gpm-mouse-000.png \
+ gpm-mouse-020.png \
+ gpm-mouse-040.png \
+ gpm-mouse-060.png \
+ gpm-mouse-080.png \
+ gpm-mouse-100.png \
+ gpm-battery-000.png \
+ gpm-battery-020.png \
+ gpm-battery-040.png \
+ gpm-battery-060.png \
+ gpm-battery-080.png \
+ gpm-battery-100.png \
+ gpm-battery-000-charging.png \
+ gpm-battery-020-charging.png \
+ gpm-battery-040-charging.png \
+ gpm-battery-060-charging.png \
+ gpm-battery-080-charging.png \
+ gpm-battery-100-charging.png \
+ gpm-battery-missing.png \
+ gpm-ups-000.png \
+ gpm-ups-020.png \
+ gpm-ups-040.png \
+ gpm-ups-060.png \
+ gpm-ups-080.png \
+ gpm-ups-100.png \
+ gpm-ups-000-charging.png \
+ gpm-ups-020-charging.png \
+ gpm-ups-040-charging.png \
+ gpm-ups-060-charging.png \
+ gpm-ups-080-charging.png \
+ gpm-ups-100-charging.png \
+ gpm-ups-missing.png
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)
+
Modified: trunk/help/C/figures/applet-brightness.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/applet-inhibit.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-charged.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-mouse-left.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-mouse-right.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-prefs-ac.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-prefs-battery.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-prefs-general.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gpm-tooltip.png
==============================================================================
Binary files. No diff available.
Modified: trunk/help/C/figures/gs-prefs.png
==============================================================================
Binary files. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]