pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/viewnior



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 16 19:37:46 UTC 2020

Modified Files:
        pkgsrc/graphics/viewnior: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/viewnior/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/viewnior/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/viewnior/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/viewnior/Makefile
diff -u pkgsrc/graphics/viewnior/Makefile:1.31 pkgsrc/graphics/viewnior/Makefile:1.32
--- pkgsrc/graphics/viewnior/Makefile:1.31      Tue Mar 10 22:10:15 2020
+++ pkgsrc/graphics/viewnior/Makefile   Sat May 16 19:37:46 2020
@@ -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}
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config msgfmt xgettext
+USE_LANGUAGES= c c++
 
-USE_TOOLS+=    intltool pkg-config gmake msgfmt
+# XXX: msgfmt: unknown option -- desktop
+_TOOLS_USE_PKGSRC.msgfmt=      yes
 
+.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"

Index: pkgsrc/graphics/viewnior/PLIST
diff -u pkgsrc/graphics/viewnior/PLIST:1.2 pkgsrc/graphics/viewnior/PLIST:1.3
--- pkgsrc/graphics/viewnior/PLIST:1.2  Sat Nov  3 13:54:20 2012
+++ pkgsrc/graphics/viewnior/PLIST      Sat May 16 19:37:46 2020
@@ -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/24x24/apps/viewnior.
 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/sv/LC_MESSAGES/viewnior.mo
 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

Index: pkgsrc/graphics/viewnior/distinfo
diff -u pkgsrc/graphics/viewnior/distinfo:1.3 pkgsrc/graphics/viewnior/distinfo:1.4
--- pkgsrc/graphics/viewnior/distinfo:1.3       Tue Nov  3 21:34:34 2015
+++ pkgsrc/graphics/viewnior/distinfo   Sat May 16 19:37:46 2020
@@ -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