pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
viewnior: Update wip/viewnior to 1.6.
Module Name: pkgsrc-wip
Committed By: Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By: f8l
Date: Wed Mar 2 00:12:46 2016 +0100
Changeset: 8b5d33ce0a8332cdccbf861daeda4f3eccb700e2
Modified Files:
viewnior/Makefile
viewnior/PLIST
viewnior/distinfo
Log Message:
viewnior: Update wip/viewnior to 1.6.
Changes:
* Viewnior 1.6
* New features:
* Added support for the back & forward buttons of your mouse
* Updated translations
* Fixes:
* Mouse scroll behaviour and actions settings
* Viewnior 1.5
* New features:
* Disable Wallpaper support during compilation
* Updated translations
* Fixes:
* Preferences menu position
* Nitrogen wallpaper support
* Viewnior 1.4
* New features:
* Read EXIF and IPTC metadata
* Nitrogen support
* Updated translations
* Fixes:
* Preserve metadata after image modification
* Rendidering artifacts when panning
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b5d33ce0a8332cdccbf861daeda4f3eccb700e2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
viewnior/Makefile | 21 +++++++++++++++++----
viewnior/PLIST | 4 ++++
viewnior/distinfo | 8 ++++----
3 files changed, 25 insertions(+), 8 deletions(-)
diffs:
diff --git a/viewnior/Makefile b/viewnior/Makefile
index b43d81e..d94b9b3 100644
--- a/viewnior/Makefile
+++ b/viewnior/Makefile
@@ -1,13 +1,16 @@
# $NetBSD: Makefile,v 1.20 2015/09/12 20:03:01 tnn Exp $
#
-DISTNAME= viewnior-1.3
-PKGREVISION= 8
+DISTNAME= Viewnior-1.6
CATEGORIES= graphics
-MASTER_SITES= https://cloud.github.com/downloads/xsisqox/Viewnior/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=xsisqox/}
+GITHUB_TAG= viewnior-${PKGVERSION_NOREV}
+# For some reason the initial 'v' is dropped.
+# Perhaps it is supposed to handle tags similar to 'v0.0'.
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
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
@@ -16,10 +19,20 @@ MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= autoconf automake
USE_TOOLS+= intltool pkg-config gmake msgfmt
+USE_LANGUAGES= c c++
+
+BUILD_DEPENDS+= gnome-common-[0-9]*:../../devel/gnome-common
+
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/viewnior/PLIST b/viewnior/PLIST
index 0e16f37..0552103 100644
--- a/viewnior/PLIST
+++ b/viewnior/PLIST
@@ -8,7 +8,11 @@ share/icons/hicolor/24x24/apps/viewnior.png
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
diff --git a/viewnior/distinfo b/viewnior/distinfo
index 89ca528..aa5b468 100644
--- a/viewnior/distinfo
+++ b/viewnior/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/03 21:34:34 agc 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.6.tar.gz) = be531674f0aee3449a87be31e587fd8c57f845e0
+RMD160 (Viewnior-1.6.tar.gz) = 2f1a1df3c7ebeb299ca32bbef9d57201d10d95db
+SHA512 (Viewnior-1.6.tar.gz) = 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
+Size (Viewnior-1.6.tar.gz) = 168966 bytes
Home |
Main Index |
Thread Index |
Old Index