mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
cinnamon-control-center: Upgraded to 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
8a17f540a5
commit
20eb37da3f
2 changed files with 1 additions and 15 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=cinnamon-control-center
|
PRGNAM=cinnamon-control-center
|
||||||
VERSION=${VERSION:-3.2.0}
|
VERSION=${VERSION:-3.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -71,8 +71,6 @@ 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/gtkdoc.patch
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./autogen.sh \
|
./autogen.sh \
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
diff -Naur cinnamon-control-center-3.2.0.orig/autogen.sh cinnamon-control-center-3.2.0.changed/autogen.sh
|
|
||||||
--- cinnamon-control-center-3.2.0.orig/autogen.sh 2016-11-07 07:18:37.000000000 -0500
|
|
||||||
+++ cinnamon-control-center-3.2.0.changed/autogen.sh 2016-11-07 17:41:38.407293799 -0500
|
|
||||||
@@ -24,7 +24,6 @@
|
|
||||||
|
|
||||||
aclocal --install || exit 1
|
|
||||||
glib-gettextize --force --copy || exit 1
|
|
||||||
-gtkdocize --copy || exit 1
|
|
||||||
intltoolize --force --copy --automake || exit 1
|
|
||||||
autoreconf --verbose --force --install || exit 1
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue