wok-current rev 25397
updated viewnior (1.7 -> 1.8)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Aug 02 10:30:16 2022 +0100 (2022-08-02) |
parents | c38360befd02 |
children | 2e4bde2eb7d9 |
files | viewnior/description.txt viewnior/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/viewnior/description.txt Tue Aug 02 10:30:16 2022 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +Viewnior is a fast, simple and elegant image viewer for GNU/Linux. 1.5 +It's minimalistic interface provides more screen space for your images. 1.6 + 1.7 +Among its features are: 1.8 + 1.9 +* Fullscreen and Slideshow 1.10 +* Rotate, flip, crop, save, delete images 1.11 +* Animation support 1.12 +* Browse only selected images 1.13 +* Navigation window 1.14 +* Set image as wallpaper (Auto-detected DE, Gnome 3, Gnome 2, XFCE, MATE, 1.15 + Cinnamon, LXDE, FluxBox, Nitrogen, Puppylinux) 1.16 +* EXIF and IPTC metadata 1.17 +* Simple interface 1.18 +* Configurable mouse actions
2.1 --- a/viewnior/receipt Tue Aug 02 10:16:02 2022 +0100 2.2 +++ b/viewnior/receipt Tue Aug 02 10:30:16 2022 +0100 2.3 @@ -1,20 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="viewnior" 2.7 -VERSION="1.7" 2.8 +VERSION="1.8" 2.9 CATEGORY="graphics" 2.10 TAGS="image photo viewer" 2.11 SHORT_DESC="Fast and elegant image viewer." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL3" 2.14 -WEB_SITE="https://github.com/hellosiyan/Viewnior" 2.15 +WEB_SITE="https://siyanpanayotov.com/project/viewnior/" 2.16 2.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.18 WGET_URL="https://github.com/hellosiyan/Viewnior/archive/$TARBALL" 2.19 2.20 -DEPENDS="atk bzlib cairo exiv2 fontconfig freetype gcc-lib-base gdk-pixbuf \ 2.21 - glib glibc-base gtk+ harfbuzz libffi libgio libpng libxcb libxml2 2.22 - pango pcre pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext 2.23 +DEPENDS="atk bzlib cairo exiv2 fontconfig freetype gcc-lib-base gdk-pixbuf 2.24 + glib glibc-base gtk+ harfbuzz libffi libgio libpng libxcb libxml2 2.25 + pango pcre pixman xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext 2.26 xorg-libXrender zlib" 2.27 BUILD_DEPENDS="exiv2-dev gtk+-dev libtool meson" 2.28 2.29 @@ -33,10 +33,10 @@ 2.30 # Rules to configure and make the package. 2.31 compile_rules() 2.32 { 2.33 - meson --prefix=/usr builddir && 2.34 - cd builddir && 2.35 - ninja && 2.36 - ninja install 2.37 + meson _build \ 2.38 + --prefix=/usr && 2.39 + ninja -C _build && 2.40 + ninja -C _build install 2.41 } 2.42 2.43 # Rules to gen a SliTaz package suitable for Tazpkg.