[mate-applets] fix build

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Jan 22 11:38:59 UTC 2015


commit 036ffccbb45e2e667d100ab50df2b340f80eda72
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Jan 22 12:39:18 2015 +0100

    fix build

 mate-applets.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/mate-applets.spec b/mate-applets.spec
index 94f4664..abca887 100644
--- a/mate-applets.spec
+++ b/mate-applets.spec
@@ -26,7 +26,6 @@ URL:            http://mate-desktop.org
 # Source for snapshot-builds.
 %{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
-#Add patch to fix cpufreq compilation (Thanks Wolfgang)
 Patch0:  mate-applets_cpufreq.patch
 
 BuildRequires: libgtop2-devel
@@ -53,9 +52,6 @@ Buildrequires: gtksourceview2-devel
 BuildRequires: kernel-tools-libs-devel
 %endif
 
-Requires: hicolor-icon-theme
-
-
 %description
 MATE Desktop panel applets
 
@@ -65,7 +61,8 @@ MATE Desktop panel applets
 %patch0 -p1 -b .cpufreq
 # needed for cpufreq patch
 # needed for git snapshots
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
+autoreconf -fi
 
 %build
 %configure   \


More information about the scm-commits mailing list