pkgsrc-WIP-changes archive

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

lariza: update to lariza-19.05



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Nov 10 16:47:29 2019 +0200
Changeset:	80e08b62ff3dd0223a30f6f20f143d28bdccb768

Modified Files:
	lariza/Makefile
	lariza/distinfo

Log Message:
lariza: update to lariza-19.05

Release history for lariza:

v19.05  2019-05-05
  [Fixed]
  - We no longer use WebKit's deprecated JavaScript API.

v18.07  2018-07-29
  [Added]
  - The input bar now shows an indicator for web feeds.

    The icon used for this purpose is the stock icon called
    "application-rss+xml-symbolic". It is somewhat "non-standard", i.e.
    not defined by [0], but appears to be present in many icon themes.
    Let me know if it doesn't work for you.

    [0]: https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

v18.06  2018-06-24
  - This is a maintenance release, due to the project moving away from
    GitHub. No code changes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80e08b62ff3dd0223a30f6f20f143d28bdccb768

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

diffstat:
 lariza/Makefile | 16 ++++++----------
 lariza/distinfo |  5 -----
 2 files changed, 6 insertions(+), 15 deletions(-)

diffs:
diff --git a/lariza/Makefile b/lariza/Makefile
index e54baf99d4..cfaa6fa252 100644
--- a/lariza/Makefile
+++ b/lariza/Makefile
@@ -1,25 +1,21 @@
 # $NetBSD$
 
-PKGNAME=	lariza-18.03
-PKGREVISION=	1
-GITHUB_PROJECT=	lariza
-DISTNAME=	${GITHUB_TAG}
+PKGNAME=	lariza-19.05
+PKGREVISION=	# override since GIT_TAG gives the version
 CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_GITHUB:=vain/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+GIT_REPO=	https://www.uninformativ.de/git/lariza.git
+GIT_TAG=	v19.05
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.uninformativ.de/projects/lariza/
+HOMEPAGE=	https://uninformativ.de/git/lariza
 COMMENT=	Experimental web browser using WebKit2GTK+
 LICENSE=	mit
 
-WRKSRC=	${WRKDIR}/${PKGNAME_NOREV}
-
 USE_TOOLS+=		gmake pkg-config
 INSTALL_MAKE_FLAGS+=	mandir=${PREFIX}/${PKGMANDIR}
 INSTALL_MAKE_FLAGS+=	prefix=${PREFIX}
 
+.include "../../wip/mk/git-package.mk"
 .include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/lariza/distinfo b/lariza/distinfo
index d1af05f1fe..c641c554c2 100644
--- a/lariza/distinfo
+++ b/lariza/distinfo
@@ -1,6 +1 @@
 $NetBSD$
-
-SHA1 (lariza/v18.03.tar.gz) = 8e77c2c4ef76d1b236742f5fbcffccd2908dcbbf
-RMD160 (lariza/v18.03.tar.gz) = 4b45f750365e96b4b338357fb6d16c9a7a239b7c
-SHA512 (lariza/v18.03.tar.gz) = d65f2ef1bbaba9adf0a5c07ef4984bb086ffeee5f0c3c76240addd7b792722ad9aa02498a54680266b620f442c8503608f09ef8f524c64477a4a2ac0831a3195
-Size (lariza/v18.03.tar.gz) = 18151 bytes


Home | Main Index | Thread Index | Old Index