[packages/gnome-applets] - up to 3.24.0

baggins baggins at pld-linux.org
Sun Apr 2 23:08:39 CEST 2017


commit dcad9c11c59893aabf4abb0307220ad4f2667b03
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Apr 2 23:08:26 2017 +0200

    - up to 3.24.0

 gnome-applets-build.patch | 19 -------------------
 gnome-applets.spec        | 17 ++++-------------
 2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 87cdf51..b3f786c 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -5,14 +5,13 @@ Summary(pl.UTF-8):	Aplety GNOME - małe aplikacje osadzające się w panelu
 Summary(ru.UTF-8):	Маленькие программы, встраивающиеся в панель GNOME
 Summary(uk.UTF-8):	Маленькі програми, що вбудовуються в панель GNOME
 Name:		gnome-applets
-Version:	3.22.0
-Release:	2
+Version:	3.24.0
+Release:	1
 Epoch:		1
 License:	GPL v2+, FDL
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.22/%{name}-%{version}.tar.xz
-# Source0-md5:	c7f744747195b27d38524f8350ed7ac7
-Patch0:		%{name}-build.patch
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.24/%{name}-%{version}.tar.xz
+# Source0-md5:	3878d02ee31d73b3f579ce2ef36b8b00
 URL:		https://wiki.gnome.org/Projects/GnomeApplets
 BuildRequires:	adwaita-icon-theme >= 3.14.0
 %ifarch %{ix86} arm mips ppc sh
@@ -512,16 +511,8 @@ wyszarzanie nieaktywnych ikon.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__libtoolize}
-%{__glib_gettextize}
-%{__intltoolize}
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
 %configure \
 	--disable-silent-rules \
 	--enable-mini-commander \
diff --git a/gnome-applets-build.patch b/gnome-applets-build.patch
deleted file mode 100644
index 858bc1a..0000000
--- a/gnome-applets-build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gnome-applets-3.18.2/cpufreq/src/cpufreq-monitor-libcpufreq.c~	2016-02-05 18:35:32.000000000 +0100
-+++ gnome-applets-3.18.2/cpufreq/src/cpufreq-monitor-libcpufreq.c	2016-12-31 19:22:46.174263177 +0100
-@@ -23,6 +23,7 @@
- 
- #include <stdlib.h>
- #include <cpufreq.h>
-+#include <cpuidle.h>
- 
- #include "cpufreq-monitor-libcpufreq.h"
- #include "cpufreq-utils.h"
-@@ -110,7 +111,7 @@ cpufreq_monitor_libcpufreq_run (CPUFreqM
- 		/* Check whether it failed because
- 		 * cpu is not online.
- 		 */
--		if (!cpufreq_cpu_exists (cpu)) {
-+		if (cpupower_is_cpu_online (cpu)) {
- 			g_object_set (G_OBJECT (monitor), "online", FALSE, NULL);
- 			return TRUE;
- 		}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-applets.git/commitdiff/dcad9c11c59893aabf4abb0307220ad4f2667b03



More information about the pld-cvs-commit mailing list