]> git.pld-linux.org Git - packages/xfce4-power-manager.git/commitdiff
- bashizm and linking order fix
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 15 Nov 2010 11:57:28 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-power-manager-ac-am.patch -> 1.1

xfce4-power-manager-ac-am.patch [new file with mode: 0644]

diff --git a/xfce4-power-manager-ac-am.patch b/xfce4-power-manager-ac-am.patch
new file mode 100644 (file)
index 0000000..cc7b494
--- /dev/null
@@ -0,0 +1,26 @@
+--- xfce4-power-manager-1.0.1/configure.ac~    2010-08-30 11:12:51.000000000 +0200
++++ xfce4-power-manager-1.0.1/configure.ac     2010-11-15 12:49:12.321126909 +0100
+@@ -249,7 +249,7 @@
+       ======================================
+  
+       prefix:                 ${prefix}
+-      xdg autostart:          ${sysconfdir/xdg/autostart}
++      xdg autostart:          ${sysconfdir}/xdg/autostart
+       HAL:                    ${enable_hal}
+       POLKIT:                 ${polkit}
+       DPMS:                   ${have_dpms}
+--- xfce4-power-manager-1.0.1/src/Makefile.am~ 2010-05-19 11:22:38.000000000 +0200
++++ xfce4-power-manager-1.0.1/src/Makefile.am  2010-11-15 12:50:11.801127654 +0100
+@@ -85,10 +85,10 @@
+       $(LIBXFCE4UI_CFLAGS)
+ xfce4_power_information_LDADD =                       \
++      $(top_builddir)/libdbus/libxfpmdbus.la  \
+       $(GOBJECT_LIBS)                         \
+       $(DBUS_GLIB_LIBS)                       \
+-      $(LIBXFCE4UI_LIBS)                      \
+-      $(top_builddir)/libdbus/libxfpmdbus.la
++      $(LIBXFCE4UI_LIBS)
+ manpagedir = $(mandir)/man1
This page took 0.135105 seconds and 4 git commands to generate.