mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-26 21:59:28 +01:00
cinnamon-control-center: Fix Pyongyang timezone.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
799e4a9a12
commit
69d897ccd8
2 changed files with 40 additions and 1 deletions
37
cinnamon-control-center/ccc-timezone.patch
Normal file
37
cinnamon-control-center/ccc-timezone.patch
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
commit 9363a4a1e121344ae98f22b55fb28623cf0f6038
|
||||||
|
Author: Anders Ladegaard Marchsteiner <anders.marchsteiner@kghcustoms.com>
|
||||||
|
Date: Sun Aug 16 20:26:50 2015 +0200
|
||||||
|
|
||||||
|
Kim'ie has moved Pyonyang half an hour. Not to say several centuries back in time...
|
||||||
|
|
||||||
|
diff --git a/panels/datetime/Makefile.am b/panels/datetime/Makefile.am
|
||||||
|
index 3bf0cf0..3f284ee 100644
|
||||||
|
--- a/panels/datetime/Makefile.am
|
||||||
|
+++ b/panels/datetime/Makefile.am
|
||||||
|
@@ -93,6 +93,10 @@ dist_ui_DATA = \
|
||||||
|
data/timezone_-8_dim.png \
|
||||||
|
data/timezone_8.png \
|
||||||
|
data/timezone_8_dim.png \
|
||||||
|
+ data/timezone_-8.5.png \
|
||||||
|
+ data/timezone_-8.5_dim.png \
|
||||||
|
+ data/timezone_8.5.png \
|
||||||
|
+ data/timezone_8.5_dim.png \
|
||||||
|
data/timezone_8.75.png \
|
||||||
|
data/timezone_8.75_dim.png \
|
||||||
|
data/timezone_-9.png \
|
||||||
|
diff --git a/panels/datetime/data/timezone_-8.5.png b/panels/datetime/data/timezone_-8.5.png
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..bdad7bf
|
||||||
|
Binary files /dev/null and b/panels/datetime/data/timezone_-8.5.png differ
|
||||||
|
diff --git a/panels/datetime/data/timezone_-8.5_dim.png b/panels/datetime/data/timezone_-8.5_dim.png
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..7caeec7
|
||||||
|
Binary files /dev/null and b/panels/datetime/data/timezone_-8.5_dim.png differ
|
||||||
|
diff --git a/panels/datetime/data/timezone_8.5.png b/panels/datetime/data/timezone_8.5.png
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..d210222
|
||||||
|
Binary files /dev/null and b/panels/datetime/data/timezone_8.5.png differ
|
||||||
|
diff --git a/panels/datetime/data/timezone_8.5_dim.png b/panels/datetime/data/timezone_8.5_dim.png
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..9612511
|
||||||
|
Binary files /dev/null and b/panels/datetime/data/timezone_8.5_dim.png differ
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=cinnamon-control-center
|
PRGNAM=cinnamon-control-center
|
||||||
VERSION=${VERSION:-2.6.0}
|
VERSION=${VERSION:-2.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -71,6 +71,8 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
patch -p1 < $CWD/ccc-timezone.patch
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./autogen.sh \
|
./autogen.sh \
|
||||||
|
|
Loading…
Reference in a new issue