Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphics/kuickshow: Updated for version 20241006_93b7e35. #9087

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions graphics/kuickshow/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ scales images according to its size. You can use the integrated file
browser to choose images, or navigate through a folder with the
mousewheel or the keyboard. It also has fullscreen view and slideshow,
and supports a wide range of image formats.
Optional dependencies are imlib, imlib2, though KuickShow is best
with them, so they're included in 'REQUIRES' for easier automated build.
4 changes: 2 additions & 2 deletions graphics/kuickshow/kuickshow.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=kuickshow
VERSION=${VERSION:-20240925_9fc56a8}
VERSION=${VERSION:-20241006_93b7e35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -71,6 +71,7 @@ cd $TMP
rm -rf $PRGNAM-$GITVER*
tar xvf $CWD/$PRGNAM-$GITVER*.tar.?z
cd $PRGNAM-$GITVER*
#cd $PRGNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
Expand Down Expand Up @@ -100,7 +101,6 @@ cp -a \
AUTHORS ChangeLog TODO BUGS COPYING README doc/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chmod 644 $PKG/usr/share/applications/org.kde.kuickshow.desktop

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
Expand Down
4 changes: 2 additions & 2 deletions graphics/kuickshow/kuickshow.desktop
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Desktop Entry]
Name=Kuickshow
Comment=
Comment=A fast and convenient image viewer
Exec=/usr/bin/kuickshow
Terminal=false
Type=Application
Categories=Graphics;
Icon=crawl_icon-128x116
Icon=Kuickshow
8 changes: 4 additions & 4 deletions graphics/kuickshow/kuickshow.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="kuickshow"
VERSION="20240925_9fc56a8"
VERSION="20241006_93b7e35"
HOMEPAGE="https://invent.kde.org/graphics/kuickshow"
DOWNLOAD="https://github.com/KDE/kuickshow/archive/9fc56a8/kuickshow-9fc56a8014f21dc3438ee5412042a8030975e3cd.tar.gz"
MD5SUM="a81614b7d1674575406e5887b511ed56"
DOWNLOAD="https://github.com/KDE/kuickshow/archive/93b7e35/kuickshow-93b7e3590ef12b12e3448ed93b4269bfc7d7fa61.tar.gz"
MD5SUM="8b0a5f137fb2eefe75d9140d1834d6f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="imlib"
REQUIRES="imlib imlib2"
MAINTAINER="David Melik"
EMAIL="[email protected]"