diff options
-rw-r--r-- | development/gede/README | 3 | ||||
-rw-r--r-- | development/gede/gede.SlackBuild | 7 | ||||
-rw-r--r-- | development/gede/gede.info | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/development/gede/README b/development/gede/README index 9e453323c305c..73e1083aecf06 100644 --- a/development/gede/README +++ b/development/gede/README @@ -3,3 +3,6 @@ the Qt4 (or Qt5) toolkit. Gede supports debugging programs written in FreeBasic, C++, C and Rust. The goals of Gede are: to be fast debugger, to use as few as possible external dependencies, to run using a external GDB instance, and to avoid unnecessary features. + +If you download the source file with wget, use the argument +--content-disposition to get the correct file name. diff --git a/development/gede/gede.SlackBuild b/development/gede/gede.SlackBuild index 207d81985be66..30d7bb6c83c29 100644 --- a/development/gede/gede.SlackBuild +++ b/development/gede/gede.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gede -VERSION=${VERSION:-2.19.3} +VERSION=${VERSION:-2.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -72,7 +72,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.rst todo.rst $PKG/usr/doc/$PRGNAM-$VERSION/. +cp -ar doc/tutorial $PKG/usr/doc/$PRGNAM-$VERSION/. cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/gede/gede.info b/development/gede/gede.info index 656c09d595d12..e0c2519992038 100644 --- a/development/gede/gede.info +++ b/development/gede/gede.info @@ -1,8 +1,8 @@ PRGNAM="gede" -VERSION="2.19.3" -HOMEPAGE="http://gede.dexar.se/" -DOWNLOAD="http://gede.dexar.se/uploads/source/gede-2.19.3.tar.xz" -MD5SUM="f1eb1e2d2a97ce5d231bf5cf78580761" +VERSION="2.20.1" +HOMEPAGE="https://gede.dexar.se/" +DOWNLOAD="https://github.com/jhn98032/gede/archive/v2.20.1/gede-2.20.1.tar.gz" +MD5SUM="16628f91f9743042e2de7cf56ac08d1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |