aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mate-power-manager/files.back/patch-src_Makefile.in27
-rw-r--r--sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am10
-rw-r--r--sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am10
-rw-r--r--sysutils/mate-power-manager/files/patch-autogen.sh27
-rw-r--r--sysutils/mate-power-manager/files/patch-configure.ac (renamed from sysutils/mate-power-manager/files.back/patch-configure.ac)0
-rw-r--r--sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c (renamed from sysutils/mate-power-manager/files.back/patch-src_gpm-backlight-helper.c)0
6 files changed, 47 insertions, 27 deletions
diff --git a/sysutils/mate-power-manager/files.back/patch-src_Makefile.in b/sysutils/mate-power-manager/files.back/patch-src_Makefile.in
deleted file mode 100644
index b4d4cce5e6be..000000000000
--- a/sysutils/mate-power-manager/files.back/patch-src_Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/Makefile.in.orig 2014-12-05 20:08:03.156130485 +0100
-+++ src/Makefile.in 2014-12-05 20:08:22.167129013 +0100
-@@ -2304,21 +2304,21 @@
- @GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
-
- org.mate.PowerManager.h: org.mate.PowerManager.xml
-- libtool --mode=execute dbus-binding-tool \
-+ $(LIBTOOL) --mode=execute dbus-binding-tool \
- --prefix=gpm_manager \
- --mode=glib-server \
- --output=org.mate.PowerManager.h \
- $(srcdir)/org.mate.PowerManager.xml
-
- org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml
-- libtool --mode=execute dbus-binding-tool \
-+ $(LIBTOOL) --mode=execute dbus-binding-tool \
- --prefix=gpm_backlight \
- --mode=glib-server \
- --output=org.mate.PowerManager.Backlight.h \
- $(srcdir)/org.mate.PowerManager.Backlight.xml
-
- org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml
-- libtool --mode=execute dbus-binding-tool \
-+ $(LIBTOOL) --mode=execute dbus-binding-tool \
- --prefix=gpm_kbd_backlight \
- --mode=glib-server \
- --output=org.mate.PowerManager.KbdBacklight.h \
diff --git a/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am
new file mode 100644
index 000000000000..dc13514c93b1
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am
@@ -0,0 +1,10 @@
+--- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200
++++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200
+@@ -34,6 +34,7 @@
+ gpm-common.h
+
+ mate_brightness_applet_LDADD = \
++ $(EXECINFO_LIBS) \
+ $(DBUS_LIBS) \
+ $(MATE_LIBS) \
+ $(PANEL_LIBS)
diff --git a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am
new file mode 100644
index 000000000000..43617f92a7e4
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am
@@ -0,0 +1,10 @@
+--- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200
++++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200
+@@ -34,6 +34,7 @@
+ gpm-common.h
+
+ mate_inhibit_applet_LDADD = \
++ $(EXECINFO_LIBS) \
+ $(DBUS_LIBS) \
+ $(MATE_LIBS) \
+ $(PANEL_LIBS)
diff --git a/sysutils/mate-power-manager/files/patch-autogen.sh b/sysutils/mate-power-manager/files/patch-autogen.sh
new file mode 100644
index 000000000000..f9c08c5db86b
--- /dev/null
+++ b/sysutils/mate-power-manager/files/patch-autogen.sh
@@ -0,0 +1,27 @@
+--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200
++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200
+@@ -0,0 +1,24 @@
++#!/bin/sh
++# Run this to generate all the initial makefiles, etc.
++
++srcdir=`dirname $0`
++test -z "$srcdir" && srcdir=.
++
++PKG_NAME="mate-power-manager"
++
++(test -f $srcdir/configure.ac) || {
++ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
++ echo " top-level $PKG_NAME directory"
++ exit 1
++}
++
++which mate-autogen || {
++ echo "You need to install mate-common from the MATE Git"
++ exit 1
++}
++
++REQUIRED_AUTOMAKE_VERSION=1.9
++MATE_DATADIR="$mate_datadir"
++
++. mate-autogen
++
diff --git a/sysutils/mate-power-manager/files.back/patch-configure.ac b/sysutils/mate-power-manager/files/patch-configure.ac
index 7b9571b09c3e..7b9571b09c3e 100644
--- a/sysutils/mate-power-manager/files.back/patch-configure.ac
+++ b/sysutils/mate-power-manager/files/patch-configure.ac
diff --git a/sysutils/mate-power-manager/files.back/patch-src_gpm-backlight-helper.c b/sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c
index a3a21bd10aed..a3a21bd10aed 100644
--- a/sysutils/mate-power-manager/files.back/patch-src_gpm-backlight-helper.c
+++ b/sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c