Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/viewnior viewnior: Update to 1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86ecc9cb791b
branches:  trunk
changeset: 431859:86ecc9cb791b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 16 19:37:46 2020 +0000

description:
viewnior: Update to 1.7

Viewnior 1.7
------------

New features included:
 - Show image dimensions to title bar
 - Add option to hide the scrollbars
 - Wallpaper support for Cinnamon, Puppylinux, and autodetect DE
 - Updated translations

Fixed:
 - Setting wallpaper on XFCE 4.12+ and MATE

Misc:
 - Move to the Meson Build system

Viewnior 1.6
------------

New features included:
 - Support back & forward buttons on your mouse

Fixed:
 - Mouse scroll behaviour and actions settings

Viewnior 1.5
------------

New features included:
 - Disable Wallpaper support during compilation
 - Updated translations

Fixed:
 - Preferences menu position
 - Nitrogen wallpaper support

Viewnior 1.4
------------

New features included:
 - Read EXIF and IPTC metadata
 - Nitrogen support
 - Updated translations

Fixed:
 - Preserve metadata after image modification
 - Rendidering artifacts when panning

diffstat:

 graphics/viewnior/Makefile |  25 ++++++++++++++-----------
 graphics/viewnior/PLIST    |   9 ++++++++-
 graphics/viewnior/distinfo |  10 +++++-----
 3 files changed, 27 insertions(+), 17 deletions(-)

diffs (95 lines):

diff -r 3055ca4f5fb5 -r 86ecc9cb791b graphics/viewnior/Makefile
--- a/graphics/viewnior/Makefile        Sat May 16 19:36:12 2020 +0000
+++ b/graphics/viewnior/Makefile        Sat May 16 19:37:46 2020 +0000
@@ -1,25 +1,28 @@
-# $NetBSD: Makefile,v 1.31 2020/03/10 22:10:15 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.32 2020/05/16 19:37:46 nia Exp $
 
-DISTNAME=      viewnior-1.3
-PKGREVISION=   18
+DISTNAME=      viewnior-1.7
 CATEGORIES=    graphics
-MASTER_SITES=  https://cloud.github.com/downloads/xsisqox/Viewnior/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=hellosiyan/}
+GITHUB_PROJECT=        Viewnior
+GITHUB_TAG=    ${DISTNAME}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-#HOMEPAGE=     http://xsisqox.github.com/Viewnior/
+HOMEPAGE=      http://siyanpanayotov.com/project/viewnior
 COMMENT=       Viewnior is a fast and simple image viewer
 LICENSE=       gnu-gpl-v3
 
-MAKE_JOBS_SAFE=        no
+WRKSRC=                ${WRKDIR}/Viewnior-${DISTNAME}
+
+USE_TOOLS+=    pkg-config msgfmt xgettext
+USE_LANGUAGES= c c++
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
+# XXX: msgfmt: unknown option -- desktop
+_TOOLS_USE_PKGSRC.msgfmt=      yes
 
-USE_TOOLS+=    intltool pkg-config gmake msgfmt
-
+.include "../../devel/meson/build.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3055ca4f5fb5 -r 86ecc9cb791b graphics/viewnior/PLIST
--- a/graphics/viewnior/PLIST   Sat May 16 19:36:12 2020 +0000
+++ b/graphics/viewnior/PLIST   Sat May 16 19:37:46 2020 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2012/11/03 13:54:20 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/16 19:37:46 nia Exp $
 bin/viewnior
 man/man1/viewnior.1
+share/appdata/viewnior.appdata.xml
 share/applications/viewnior.desktop
 share/icons/hicolor/16x16/apps/viewnior.png
 share/icons/hicolor/22x22/apps/viewnior.png
@@ -8,11 +9,16 @@
 share/icons/hicolor/32x32/apps/viewnior.png
 share/icons/hicolor/48x48/apps/viewnior.png
 share/icons/hicolor/scalable/apps/viewnior.svg
+share/locale/ar/LC_MESSAGES/viewnior.mo
 share/locale/bg/LC_MESSAGES/viewnior.mo
+share/locale/bs/LC_MESSAGES/viewnior.mo
+share/locale/ca/LC_MESSAGES/viewnior.mo
+share/locale/ca@valencia/LC_MESSAGES/viewnior.mo
 share/locale/cs/LC_MESSAGES/viewnior.mo
 share/locale/da/LC_MESSAGES/viewnior.mo
 share/locale/de/LC_MESSAGES/viewnior.mo
 share/locale/el/LC_MESSAGES/viewnior.mo
+share/locale/en_GB/LC_MESSAGES/viewnior.mo
 share/locale/es/LC_MESSAGES/viewnior.mo
 share/locale/fi/LC_MESSAGES/viewnior.mo
 share/locale/fr/LC_MESSAGES/viewnior.mo
@@ -34,6 +40,7 @@
 share/locale/tr/LC_MESSAGES/viewnior.mo
 share/locale/uk/LC_MESSAGES/viewnior.mo
 share/locale/zh_CN/LC_MESSAGES/viewnior.mo
+share/locale/zh_TW/LC_MESSAGES/viewnior.mo
 share/viewnior/pixmaps/object-flip-horizontal.png
 share/viewnior/pixmaps/object-flip-vertical.png
 share/viewnior/pixmaps/object-rotate-left.png
diff -r 3055ca4f5fb5 -r 86ecc9cb791b graphics/viewnior/distinfo
--- a/graphics/viewnior/distinfo        Sat May 16 19:36:12 2020 +0000
+++ b/graphics/viewnior/distinfo        Sat May 16 19:37:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 21:34:34 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/05/16 19:37:46 nia Exp $
 
-SHA1 (viewnior-1.3.tar.gz) = 5cb0bca122d91b380445a9c55dfcb5609203edb3
-RMD160 (viewnior-1.3.tar.gz) = 4e84aa41ec61becc8d68bef3c93eec6405106de9
-SHA512 (viewnior-1.3.tar.gz) = 1047422f73fc9bc7b7cbef1298f52bd1e59c0430bdcfa219061ec929c9c874f7872d3d6fbfcb44681f031deffd7fa5c2ffe2e98002df47ada8f432203feefa33
-Size (viewnior-1.3.tar.gz) = 525015 bytes
+SHA1 (viewnior-1.7.tar.gz) = 8ad5d0ded92073c43af3e88410038aaba1390a4d
+RMD160 (viewnior-1.7.tar.gz) = 6ca45e4b06896dc19dd3cf3de561f4d42f632c20
+SHA512 (viewnior-1.7.tar.gz) = 5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5
+Size (viewnior-1.7.tar.gz) = 165719 bytes



Home | Main Index | Thread Index | Old Index