cinnamon-control-center: Upgraded to 3.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-11-08 14:50:30 +07:00
parent c3afb2f0ea
commit 6eae716fbc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 15 additions and 2 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cinnamon-control-center
VERSION=${VERSION:-3.0.1}
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -71,6 +71,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/gtkdoc.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \
@ -81,7 +83,6 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-static=no \
--enable-compile-warnings=no \
--build=$ARCH-slackware-linux
make

View file

@ -0,0 +1,12 @@
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