pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/feathernotes



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Aug  9 12:05:01 UTC 2022

Modified Files:
        pkgsrc/editors/feathernotes: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/feathernotes/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/feathernotes/distinfo

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

Modified files:

Index: pkgsrc/editors/feathernotes/Makefile
diff -u pkgsrc/editors/feathernotes/Makefile:1.16 pkgsrc/editors/feathernotes/Makefile:1.17
--- pkgsrc/editors/feathernotes/Makefile:1.16   Mon Apr 18 19:10:57 2022
+++ pkgsrc/editors/feathernotes/Makefile        Tue Aug  9 12:05:01 2022
@@ -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 @@ COMMENT=    Lightweight Qt5 hierarchical no
 LICENSE=       gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/FeatherNotes-${VERSION}
+USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 
-INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
+CONFIGURE_DIRS=        build
+CMAKE_ARG_PATH=        ..
 
-do-configure:
-       cd ${WRKSRC} && \
-       ${SETENV} ${CONFIGURE_ENV} \
-       ${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+CMAKE_ARGS+=    -DCMAKE_INSTALL_PREFIX=${PREFIX}
+
+pre-configure:
+       ${MKDIR} -p ${WRKSRC}/build
 
 TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 

Index: pkgsrc/editors/feathernotes/distinfo
diff -u pkgsrc/editors/feathernotes/distinfo:1.8 pkgsrc/editors/feathernotes/distinfo:1.9
--- pkgsrc/editors/feathernotes/distinfo:1.8    Thu Jan  6 07:53:46 2022
+++ pkgsrc/editors/feathernotes/distinfo        Tue Aug  9 12:05:01 2022
@@ -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