mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
cinnamon-control-center: Upgraded to 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
c3afb2f0ea
commit
6eae716fbc
2 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
12
cinnamon-control-center/gtkdoc.patch
Normal file
12
cinnamon-control-center/gtkdoc.patch
Normal 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
|
||||
|
||||
|
Loading…
Reference in a new issue