mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/mate-desktop: Updated for version 1.26.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd6d13d8b1
commit
7e68b2d560
3 changed files with 9 additions and 12 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mate-desktop
|
||||
VERSION=${VERSION:-1.26.1}
|
||||
VERSION=${VERSION:-1.26.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -80,9 +80,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \+ -o \
|
||||
-o -perm 511 \) -exec chmod 755 {} + -o \
|
||||
\( -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 {} +
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -96,7 +96,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-schemas-compile \
|
||||
--enable-introspection \
|
||||
--enable-introspection=auto \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -110,7 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
mkdir -p $PKG/usr/share/applications
|
||||
cp $CWD/mate-mimeapps.list $PKG/usr/share/applications
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \+
|
||||
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
|
||||
|
@ -118,9 +118,6 @@ cp -a AUTHORS COPYING COPYING-DOCS COPYING.LIB ChangeLog NEWS README \
|
|||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
# Fix icon
|
||||
sed -i "s|Icon=gcolor2|Icon=/usr/share/icons/matefaenza/apps/scalable/gcolor2.svg|" $PKG/usr/share/applications/mate-color-select.desktop
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mate-desktop"
|
||||
VERSION="1.26.1"
|
||||
VERSION="1.26.2"
|
||||
HOMEPAGE="https://www.mate-desktop.org/"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.1.tar.xz"
|
||||
MD5SUM="3759572c27de88e5a4ead6a33a58def6"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-desktop-1.26.2.tar.xz"
|
||||
MD5SUM="894f0e9d88a131d12fa5bc39cfc64eb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ mate-desktop:
|
|||
mate-desktop:
|
||||
mate-desktop:
|
||||
mate-desktop:
|
||||
mate-desktop: https://www.mate-desktop.org
|
||||
mate-desktop: https://mate-desktop.org
|
||||
mate-desktop:
|
||||
|
|
Loading…
Reference in a new issue