mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
cinnamon-screensaver: Upgraded to 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
95fc25f6ec
commit
93f9f23dec
2 changed files with 1 additions and 18 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cinnamon-screensaver
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_csb}
|
||||
|
||||
|
@ -71,10 +71,6 @@ 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 {} \;
|
||||
|
||||
# Removed webkit-dependent screensaver
|
||||
rm -rf "data/screensavers/webkit@cinnamon.org"
|
||||
patch -p1 < $CWD/remove-webkit.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./autogen.sh \
|
||||
|
@ -96,9 +92,6 @@ make install DESTDIR=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- cinnamon-screensaver-2.6.3/configure.ac.orig 2015-06-04 07:46:11.089336633 +0700
|
||||
+++ cinnamon-screensaver-2.6.3/configure.ac 2015-06-04 07:46:41.493930910 +0700
|
||||
@@ -58,7 +58,6 @@
|
||||
gtk+-3.0 >= $GTK_REQUIRED_VERSION
|
||||
dbus-glib-1 >= $DBUS_REQUIRED_VERSION
|
||||
cinnamon-desktop >= $CINNAMON_DESKTOP_REQUIRED_VERSION)
|
||||
-PKG_CHECK_MODULES([WEBKIT], [webkit2gtk-3.0],, [PKG_CHECK_MODULES([WEBKIT], [webkit2gtk-4.0])])
|
||||
AC_SUBST(CINNAMON_SCREENSAVER_CFLAGS)
|
||||
AC_SUBST(CINNAMON_SCREENSAVER_LIBS)
|
||||
|
Loading…
Reference in a new issue