mate-applets: Upgraded to 1.6.1

Bumped minimum version of libmateweather to 1.6.1
Update TREE.TXT

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-04-12 08:33:08 +07:00
parent ef6b6bd1b7
commit 9e6a9477e1
3 changed files with 3 additions and 34 deletions

View file

@ -119,7 +119,6 @@
| | |-- libmatekeyring.SlackBuild
| | `-- slack-desc
| |-- mate-applets
| | |-- cpufreq-gsetting.patch
| | |-- doinst.sh
| | |-- mate-applets.SlackBuild
| | `-- slack-desc
@ -232,4 +231,4 @@
|-- pam_unix2.SlackBuild
`-- slack-desc
58 directories, 174 files
58 directories, 173 files

View file

@ -1,28 +0,0 @@
From a48819d511d123db2e45c7f159169910c0cf6dc9 Mon Sep 17 00:00:00 2001
From: Stefano Karapetsas <stefano@karapetsas.com>
Date: Thu, 04 Apr 2013 13:43:25 +0000
Subject: cpufreq: Fix GSettings init
---
diff --git a/cpufreq/src/cpufreq-prefs.c b/cpufreq/src/cpufreq-prefs.c
index 38c0ca0..6fdfff4 100644
--- a/cpufreq/src/cpufreq-prefs.c
+++ b/cpufreq/src/cpufreq-prefs.c
@@ -238,7 +238,6 @@ static void
cpufreq_prefs_setup (CPUFreqPrefs *prefs)
{
g_assert (G_IS_SETTINGS (prefs->priv->settings));
- g_assert (prefs->priv->settings != NULL);
prefs->priv->cpu = g_settings_get_int (prefs->priv->settings, "cpu");
prefs->priv->show_mode = g_settings_get_int (prefs->priv->settings, "show-mode");
@@ -256,6 +255,7 @@ cpufreq_prefs_new (GSettings *settings)
"gsettings", settings,
NULL));
+ prefs->priv->settings = settings;
cpufreq_prefs_setup (prefs);
return prefs;
--
cgit

View file

@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mate-applets
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then
@ -76,8 +76,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
patch -p1 < $CWD/cpufreq-gsetting.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \