mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/QuiteRSS: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b31232b7f
commit
0ca283c417
2 changed files with 6 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Andrey Maraev <andrew.maraev60@yandex.ru>
|
||||
|
||||
PRGNAM=QuiteRSS
|
||||
VERSION=${VERSION:-0.16.0}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,7 +51,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 {} \;
|
||||
|
||||
mkdir _build && cd _build
|
||||
qmake \
|
||||
|
@ -64,9 +64,7 @@ make install INSTALL_ROOT=$PKG || exit 1
|
|||
|
||||
cd $TMP/$PRGNAM-$VERSION-src
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS CHANGELOG COPYING HISTORY_EN HISTORY_RU INSTALL README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG COPYING HISTORY_EN HISTORY_RU INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QuiteRSS"
|
||||
VERSION="0.16.0"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="http://quiterss.org/en/node"
|
||||
DOWNLOAD="http://quiterss.org/files/0.16.0/QuiteRSS-0.16.0-src.tar.bz2"
|
||||
MD5SUM="e827fd0d6085d3a5697c167b88f62ff0"
|
||||
DOWNLOAD="http://quiterss.org/files/0.16.1/QuiteRSS-0.16.1-src.tar.bz2"
|
||||
MD5SUM="9b9f6c60cc27e3aff4dbc73cd1da9d3a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue