diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-04 10:21:55 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-04 17:53:45 +0700 |
commit | f0eb23dbdb87b5c26b2421e23962abbc7a423e75 (patch) | |
tree | 1d5771f37f95a79f96ae58668517d5bd8a2e1618 /libraries/qutepart | |
parent | dc204fbdafdedec1e1954c02243952a46ca2a388 (diff) |
libraries/qutepart: Updated for version 20220131_aa69fe6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qutepart')
-rw-r--r-- | libraries/qutepart/qutepart.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/qutepart/qutepart.info | 8 | ||||
-rw-r--r-- | libraries/qutepart/slack-desc | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libraries/qutepart/qutepart.SlackBuild b/libraries/qutepart/qutepart.SlackBuild index 840ccc0c3479e..f85f627a7c488 100644 --- a/libraries/qutepart/qutepart.SlackBuild +++ b/libraries/qutepart/qutepart.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qutepart -VERSION=${VERSION:-2.2.3} +VERSION=${VERSION:-20220131_aa69fe6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -82,7 +82,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/qutepart/qutepart.info b/libraries/qutepart/qutepart.info index da407dda9021b..9d1959302ced2 100644 --- a/libraries/qutepart/qutepart.info +++ b/libraries/qutepart/qutepart.info @@ -1,8 +1,8 @@ PRGNAM="qutepart" -VERSION="2.2.3" -HOMEPAGE="https://github.com/hlamer/qutepart" -DOWNLOAD="https://github.com/hlamer/qutepart/archive/v2.2.3/qutepart-2.2.3.tar.gz" -MD5SUM="bfeee66e09cd1191e5f5f2d9c93cf3c7" +VERSION="20220131_aa69fe6" +HOMEPAGE="https://github.com/andreikop/qutepart" +DOWNLOAD="https://ponce.cc/slackware/sources/repo/qutepart-20220131_aa69fe6.tar.xz" +MD5SUM="20de321e01a2b8751f39006a5a24dd75" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/qutepart/slack-desc b/libraries/qutepart/slack-desc index f09565c174b92..5d68f5d155082 100644 --- a/libraries/qutepart/slack-desc +++ b/libraries/qutepart/slack-desc @@ -14,6 +14,6 @@ qutepart: qutepart: qutepart: qutepart: -qutepart: https://github.com/hlamer/qutepart +qutepart: https://github.com/andreikop/qutepart qutepart: qutepart: |