system/gentoo: Updated for version 0.20.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ac6a9666b7
commit
381f63b4f2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gentoo
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gentoo
|
||||
VERSION=${VERSION:-0.20.6}
|
||||
VERSION=${VERSION:-0.20.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,7 +67,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-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" \
|
||||
|
@ -100,7 +100,6 @@ install -D -m644 icons/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.svg
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS BUGS CONFIG-CHANGES COPYING CREDITS ChangeLog README NEWS TODO \
|
||||
docs/* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gentoo"
|
||||
VERSION="0.20.6"
|
||||
VERSION="0.20.7"
|
||||
HOMEPAGE="http://obsession.se/gentoo/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/gentoo/files/gentoo/0.20.6/gentoo-0.20.6.tar.gz"
|
||||
MD5SUM="3532dfc03abacbe06ba6639160ed46d7"
|
||||
DOWNLOAD="http://sourceforge.net/projects/gentoo/files/gentoo/0.20.7/gentoo-0.20.7.tar.gz"
|
||||
MD5SUM="a3878a900205c57f8816b3cade3fc17c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -12,8 +12,8 @@ gentoo: gentoo is a free file manager for Linux and other Unix-like computer
|
|||
gentoo: systems created by Emil Brink. It is licensed under the GNU General
|
||||
gentoo: Public License.
|
||||
gentoo:
|
||||
gentoo:
|
||||
gentoo:
|
||||
gentoo:
|
||||
gentoo: Homepage: http://obsession.se/gentoo/
|
||||
gentoo:
|
||||
gentoo:
|
||||
gentoo:
|
||||
gentoo:
|
||||
|
|
Loading…
Reference in New Issue