[Pkg-xfce-commits] r4319 - in goodies/branches/experimental/xfce4-cpufreq-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 17 03:15:06 UTC 2010
Author: corsac
Date: 2010-10-17 15:15:02 +0000 (Sun, 17 Oct 2010)
New Revision: 4319
Added:
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/04_fix-linking-libxfcegui4.patch
Modified:
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series
Log:
* debian/patches:
- 04_fix-linking-libxfcegui4 added, link explicitely against libxfcegui4.
Modified: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog 2010-10-17 14:56:06 UTC (rev 4318)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog 2010-10-17 15:15:02 UTC (rev 4319)
@@ -7,8 +7,10 @@
- add build-dep on libxfcegui4-dev.
- update standards version to 3.9.1.
* Switch to 3.0 (quilt)_source format.
+ * debian/patches:
+ - 04_fix-linking-libxfcegui4 added, link explicitely against libxfcegui4.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 16:55:55 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 16:58:48 +0200
xfce4-cpufreq-plugin (0.2-3) unstable; urgency=low
Added: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/04_fix-linking-libxfcegui4.patch
===================================================================
--- goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/04_fix-linking-libxfcegui4.patch (rev 0)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/04_fix-linking-libxfcegui4.patch 2010-10-17 15:15:02 UTC (rev 4319)
@@ -0,0 +1,14 @@
+diff --git a/Makefile b/Makefile
+index 81bd8de..5f7b4bd 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ CC = gcc
+ OUT = xfce4-cpufreq-plugin
+-EXT_CFLAGS := $(shell pkg-config --cflags libxml-2.0 gtk+-2.0 libxfce4panel-1.0)
+-EXT_LIBS := $(shell pkg-config --libs libxml-2.0 gtk+-2.0 libxfce4panel-1.0) -lcpufreq
++EXT_CFLAGS := $(shell pkg-config --cflags libxml-2.0 gtk+-2.0 libxfce4panel-1.0 libxfcegui4-1.0)
++EXT_LIBS := $(shell pkg-config --libs libxml-2.0 gtk+-2.0 libxfce4panel-1.0 libxfcegui4-1.0) -lcpufreq
+ CFLAGS = -DENABLE_NLS -Wl,-export-dynamic -g -O2 -Wall $(EXT_CFLAGS) $(EXT_LIBS)
+
+ $(OUT): cpufreq.c
Modified: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series 2010-10-17 14:56:06 UTC (rev 4318)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series 2010-10-17 15:15:02 UTC (rev 4319)
@@ -1,3 +1,4 @@
01_add_always_ghz_option.patch
02_ja.po.patch
03_fix-segfault-on-exit.patch
+04_fix-linking-libxfcegui4.patch
More information about the Pkg-xfce-commits
mailing list