diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2022-03-30 23:25:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:17 +0700 |
commit | c2d7c3b9e79d61b456fddc6a7bde0938266d6625 (patch) | |
tree | 0f77c2e372d84cb77ef01ba5dff99808506a6638 /office/xournalpp | |
parent | b28c9907661e5259630a8d1ab553b761e2f10751 (diff) |
office/xournalpp: Updated for version 1.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/xournalpp')
-rw-r--r-- | office/xournalpp/xournalpp.SlackBuild | 8 | ||||
-rw-r--r-- | office/xournalpp/xournalpp.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/office/xournalpp/xournalpp.SlackBuild b/office/xournalpp/xournalpp.SlackBuild index 53c828499027..006fa746b818 100644 --- a/office/xournalpp/xournalpp.SlackBuild +++ b/office/xournalpp/xournalpp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xournalpp -VERSION=${VERSION:-1.0.20} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -85,7 +85,6 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DCMAKE_BUILD_TYPE=Release .. cmake --build . --target pot cmake --build . --target translations @@ -96,7 +95,10 @@ cd .. 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 -find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true +mv $PKG/usr/share/man $PKG/usr + +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/office/xournalpp/xournalpp.info b/office/xournalpp/xournalpp.info index 912713d5614f..6397fdc9ab87 100644 --- a/office/xournalpp/xournalpp.info +++ b/office/xournalpp/xournalpp.info @@ -1,8 +1,8 @@ PRGNAM="xournalpp" -VERSION="1.0.20" +VERSION="1.1.1" HOMEPAGE="https://github.com/xournalpp/xournalpp" -DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/1.0.20/xournalpp-1.0.20.tar.gz" -MD5SUM="88376d2584dda7ba9c46733b706139bc" +DOWNLOAD="https://github.com/xournalpp/xournalpp/archive/v1.1.1/xournalpp-1.1.1.tar.gz" +MD5SUM="fe5596cbbe6daadeca3fad780bf904d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="graphviz lua portaudio" |