cinnamon-control-center: Upgraded to 3.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-12-12 22:08:23 +07:00
parent 8a17f540a5
commit 20eb37da3f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 1 additions and 15 deletions

View file

@ -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 \

View file

@ -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