[mate-power-manager] Update to latest 1.6.0 stable release

Dan Mashal vicodan at fedoraproject.org
Mon Apr 8 15:28:12 UTC 2013


commit 7d1dd465929da32ba65d8bcd0dd67673557fa326
Author: dan <dan.mashal at fedoraproject.org>
Date:   Mon Apr 8 08:28:01 2013 -0700

    Update to latest 1.6.0 stable release

 .gitignore              |    1 +
 mate-power-manager.spec |   28 +++++++++++++++-------------
 sources                 |    2 +-
 3 files changed, 17 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d8dd892..e9e725b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mate-power-manager-1.4.1.git543b06f.tar.gz
 /mate-power-manager-1.5.0.tar.xz
 /mate-power-manager-1.5.1.tar.xz
+/mate-power-manager-1.6.0.tar.xz
diff --git a/mate-power-manager.spec b/mate-power-manager.spec
index b46e6bd..54295cf 100644
--- a/mate-power-manager.spec
+++ b/mate-power-manager.spec
@@ -1,20 +1,15 @@
 Name:          mate-power-manager
-Version:       1.5.1
-Release:       6%{?dist}
+Version:       1.6.0
+Release:       1%{?dist}
 Summary:       MATE power management service
 License:       GPLv2+
 URL:           http://pub.mate-desktop.org
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-# fix crasher; add inhibit for systemd >= 195, upstreamed
-# https://github.com/mate-desktop/mate-power-manager/pull/43
-Patch0: %{name}-1.5.1-add_systemd_checks.patch
-
 BuildRequires: cairo-devel
 BuildRequires: dbus-glib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: libcanberra-devel
-BuildRequires: libmatenotify-devel
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
 BuildRequires: mate-common
@@ -36,22 +31,25 @@ displaying icons and handling user callbacks in an interactive MATE session.
 
 %prep
 %setup -q
-%patch0 -p1
 NOCONFIGURE=1 ./autogen.sh
 
-
 %build
-%configure  --disable-static --disable-scrollkeeper --enable-applets
-make V=1 %{?_smp_mflags}
+%configure \
+     --enable-docbook-docs \
+     --enable-unique \
+     --with-systemdinhibit \
+     --with-gtk=2.0 \
+     --disable-schemas-compile \
+     --disable-scrollkeeper
 
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
 %find_lang %{name} --all-name
+
 desktop-file-install                               \
      --delete-original                             \
-     --remove-category=MATE                        \
-     --add-category=X-Mate                         \
      --dir=%{buildroot}%{_datadir}/applications    \
 %{buildroot}%{_datadir}/applications/*.desktop
 
@@ -95,8 +93,12 @@ fi
 %{_sysconfdir}/xdg/autostart/mate-power-manager.desktop
 %{_libexecdir}/mate-brightness-applet
 %{_libexecdir}/mate-inhibit-applet
+%{_datadir}/MateConf/gsettings/mate-power-manager.convert
 
 %changelog
+* Mon Apr 08 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
+- Update to 1.6.0 stable release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index dd9fe5e..6e85755 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ef2d2e6552461f88ac233377a5f5760  mate-power-manager-1.5.1.tar.xz
+d91d3fe90b9aeebe6dfe1636e1951a26  mate-power-manager-1.6.0.tar.xz


More information about the scm-commits mailing list