mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/gnome-inform7: Updated for version 6L38.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
40aed4689e
commit
5a3766d25e
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Dugan Chen (thedoogster@gmail.com)
|
||||
|
||||
PRGNAM=gnome-inform7
|
||||
VERSION=${VERSION:-6L02}
|
||||
VERSION=${VERSION:-6L38}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,7 +64,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
# Then install the GUI.
|
||||
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xfv $CWD/$PRGNAM-${VERSION}.tar.xz
|
||||
tar xfv $CWD/$PRGNAM-${VERSION}.tar.gz
|
||||
cp $PKG/usr/share/inform7/Compilers/ni $PRGNAM-$VERSION/src/ni/
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gnome-inform7"
|
||||
VERSION="6L02"
|
||||
VERSION="6L38"
|
||||
HOMEPAGE="http://inform7.com"
|
||||
DOWNLOAD="http://duganchen.ca/files/sbo_sources/gnome-inform7-6L02.tar.xz \
|
||||
http://inform7.com/download/content/6L02/I7_6L02_Linux_all.tar.gz"
|
||||
MD5SUM="9e6320f1a7ac82c208c844c9ee6e3b70 \
|
||||
4a69207cdee272b0de176a78b8163403"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/gnome-inform7/gnome-inform7/6L38/gnome-inform7-6L38.tar.gz \
|
||||
http://inform7.com/download/content/6L38/I7_6L38_Linux_all.tar.gz"
|
||||
MD5SUM="de31f900ee9f056a4b35d8b83782315f \
|
||||
4f956c36b30dd0f6588cc21e076c72a0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtksourceview goocanvas libmodplug webkitgtk gst1-plugins-good gst1-plugins-ugly gst1-plugins-bad"
|
||||
|
|
Loading…
Reference in a new issue