mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
office/rednotebook: Updated for version 1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0fbd87524a
commit
9dfcc1f3d8
2 changed files with 6 additions and 6 deletions
|
@ -22,8 +22,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rednotebook
|
||||
VERSION=${VERSION:-1.1.6}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -75,7 +75,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS CHANGELOG LICENSE README.Packagers README \
|
||||
AUTHORS CHANGELOG LICENSE \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rednotebook"
|
||||
VERSION="1.1.6"
|
||||
VERSION="1.11"
|
||||
HOMEPAGE="http://rednotebook.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.1.6.tar.gz"
|
||||
MD5SUM="a2abc6d89a05dab97f56c8585a48a603"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/rednotebook/rednotebook-1.11.tar.gz"
|
||||
MD5SUM="2a4feff4632b094731be2be4138208a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="PyYAML pywebkitgtk"
|
||||
|
|
Loading…
Reference in a new issue