pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/feathernotes editors/feathernotes: update to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62d3c45e8bf8
branches:  trunk
changeset: 382940:62d3c45e8bf8
user:      pin <pin%pkgsrc.org@localhost>
date:      Tue Aug 09 12:05:01 2022 +0000

description:
editors/feathernotes: update to 1.0.0

pkgsrc changes:
-switch build to cmake.

upstream changes:
-Removed "Embed Image" from the toolbar to make it uncluttered.

diffstat:

 editors/feathernotes/Makefile |  21 +++++++++++----------
 editors/feathernotes/distinfo |   8 ++++----
 2 files changed, 15 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r 067d6d50482f -r 62d3c45e8bf8 editors/feathernotes/Makefile
--- a/editors/feathernotes/Makefile     Tue Aug 09 11:32:47 2022 +0000
+++ b/editors/feathernotes/Makefile     Tue Aug 09 12:05:01 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2022/04/18 19:10:57 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/09 12:05:01 pin Exp $
 
-VERSION=       0.10.0
+VERSION=       1.0.0
 DISTNAME=      FeatherNotes-V${VERSION}
 PKGNAME=       feathernotes-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
@@ -14,15 +13,17 @@
 LICENSE=       gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/FeatherNotes-${VERSION}
+USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c++
-
-INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
+USE_LANGUAGES= c c++
 
-do-configure:
-       cd ${WRKSRC} && \
-       ${SETENV} ${CONFIGURE_ENV} \
-       ${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+CONFIGURE_DIRS=        build
+CMAKE_ARG_PATH=        ..
+
+CMAKE_ARGS+=    -DCMAKE_INSTALL_PREFIX=${PREFIX}
+
+pre-configure:
+       ${MKDIR} -p ${WRKSRC}/build
 
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
diff -r 067d6d50482f -r 62d3c45e8bf8 editors/feathernotes/distinfo
--- a/editors/feathernotes/distinfo     Tue Aug 09 11:32:47 2022 +0000
+++ b/editors/feathernotes/distinfo     Tue Aug 09 12:05:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/01/06 07:53:46 pin Exp $
+$NetBSD: distinfo,v 1.9 2022/08/09 12:05:01 pin Exp $
 
-BLAKE2s (FeatherNotes-V0.10.0.tar.gz) = c1ff8863c895d31f2629d068de28529d07117b1db92d8246faeb839375896d32
-SHA512 (FeatherNotes-V0.10.0.tar.gz) = 799e08f1b64558b6cdffb758568f0de2c00673e0defae2ff1bbbbc8671e64de614fa26e4f08a3150e4e53c18ec1e028695349c5bad886adbb46f50ef171e9237
-Size (FeatherNotes-V0.10.0.tar.gz) = 542185 bytes
+BLAKE2s (FeatherNotes-V1.0.0.tar.gz) = f19888f387b7efeb7634200fa951187525578ed57630ce1d2f0fc4065ef4ab35
+SHA512 (FeatherNotes-V1.0.0.tar.gz) = f146c2adac75e61dc83e56a78a2b407b2895e3b60e407d530d3d8cab2bac848a903cf2b687563b83fa9c820ea13075d5ad94c998daa0434bc5df89a4999a501d
+Size (FeatherNotes-V1.0.0.tar.gz) = 550012 bytes



Home | Main Index | Thread Index | Old Index