On Wed, Oct 19, 2022 at 12:56:58PM +0200, Omar Polo wrote: > updated diff for latest release. 2.2.0 is also bugfixes. freebsd and > alpine are fetching the 2.2.0 tag but doesn't seem to exists on > github, so i'm using a commit id like nixos does too. > > On 2022/10/12 16:12:54 +0200, Omar Polo <o...@omarpolo.com> wrote: > > On 2022/10/04 16:39:49 +0200, Omar Polo <o...@omarpolo.com> wrote: > > > Hello, > > > > > > simple update. it was moved under the KDE wing and homepage is 404. > > > Don't know if in the future it should be moved under kde applications > > > due to this change, but at least for the moment i don't seem to find a > > > ghostwriter tarball in the KDE master site. > > > > > > the changelog for 2.1.5 and 2.1.6 is only minor bugfixes and qt6 > > > support. sync WANTLIB too, it doesn't link to Qt5WebEngine, only to > > > the core and widgets. > > > > > > ok? > > > > friendly ping
Briefly tested on amd64, works fine here and diff looks good. Strange that they didn't tag the release in their git repository though. OK caspar@ > > ok? > > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/editors/ghostwriter/Makefile,v > retrieving revision 1.19 > diff -u -p -r1.19 Makefile > --- Makefile 10 Jul 2022 17:34:05 -0000 1.19 > +++ Makefile 19 Oct 2022 10:37:51 -0000 > @@ -3,20 +3,21 @@ USE_WXNEEDED = Yes > > COMMENT = distraction-free Markdown editor > > -GH_ACCOUNT = wereturtle > +GH_ACCOUNT = KDE > GH_PROJECT = ghostwriter > -GH_TAGNAME = 2.1.4 > +GH_COMMIT = 151268bcfdca57bba4944caa7172dde9549f0622 > +DISTNAME = ghostwriter-2.2.0 > > CATEGORIES = editors > > -HOMEPAGE = https://wereturtle.github.io/ghostwriter/ > +HOMEPAGE = https://ghostwriter.kde.org/ > > # GPLv3 code, CC BY-SA 4.0 resources > PERMIT_PACKAGE = Yes > > WANTLIB += ${COMPILER_LIBCXX} GL Qt5Concurrent Qt5Core Qt5Gui > WANTLIB += Qt5Network Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels > -WANTLIB += Qt5Quick Qt5Svg Qt5WebChannel Qt5WebEngine Qt5WebEngineCore > +WANTLIB += Qt5Quick Qt5Svg Qt5WebChannel Qt5WebEngineCore > WANTLIB += Qt5WebEngineWidgets Qt5Widgets c hunspell-1.7 m > > USE_GMAKE = Yes > Index: distinfo > =================================================================== > RCS file: /home/cvs/ports/editors/ghostwriter/distinfo,v > retrieving revision 1.8 > diff -u -p -r1.8 distinfo > --- distinfo 10 Jul 2022 17:34:05 -0000 1.8 > +++ distinfo 19 Oct 2022 10:38:34 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (ghostwriter-2.1.4.tar.gz) = > y8GwbFclAx0UeGnCK61MJj1n6H5bMoTFy/41ry8p3N4= > -SIZE (ghostwriter-2.1.4.tar.gz) = 7725770 > +SHA256 (ghostwriter-2.2.0-151268bc.tar.gz) = > u6zK8v1BcNyztp2dia9LNeJC0Ry/9iaA7AX8++PuAEc= > +SIZE (ghostwriter-2.2.0-151268bc.tar.gz) = 7758672 >