]> git.pld-linux.org Git - packages/gnome-applets.git/commitdiff
- up to 3.24.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Apr 2017 21:08:26 +0000 (23:08 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Apr 2017 21:08:26 +0000 (23:08 +0200)
gnome-applets-build.patch [deleted file]
gnome-applets.spec

diff --git a/gnome-applets-build.patch b/gnome-applets-build.patch
deleted file mode 100644 (file)
index 858bc1a..0000000
+++ /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;
-               }
index 87cdf51bd1c0683753742f7bbc5650057312facf..b3f786c80579affcccaaaae344f55122b8bc1e4e 100644 (file)
@@ -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 \
This page took 0.073703 seconds and 4 git commands to generate.