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:           Mon Aug 15 06:55:16 UTC 2022

Modified Files:
        pkgsrc/editors/feathernotes: Makefile PLIST

Log Message:
editors/feathernotes: unbreak build

Fix PLIST, delint Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/feathernotes/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/feathernotes/PLIST

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.17 pkgsrc/editors/feathernotes/Makefile:1.18
--- pkgsrc/editors/feathernotes/Makefile:1.17   Tue Aug  9 12:05:01 2022
+++ pkgsrc/editors/feathernotes/Makefile        Mon Aug 15 06:55:16 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/08/09 12:05:01 pin Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/15 06:55:16 pin Exp $
 
 VERSION=       1.0.0
 DISTNAME=      FeatherNotes-V${VERSION}
@@ -20,7 +20,7 @@ USE_LANGUAGES=        c c++
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 
-CMAKE_ARGS+=    -DCMAKE_INSTALL_PREFIX=${PREFIX}
+CMAKE_ARGS+=   -DCMAKE_INSTALL_PREFIX=${PREFIX}
 
 pre-configure:
        ${MKDIR} -p ${WRKSRC}/build

Index: pkgsrc/editors/feathernotes/PLIST
diff -u pkgsrc/editors/feathernotes/PLIST:1.5 pkgsrc/editors/feathernotes/PLIST:1.6
--- pkgsrc/editors/feathernotes/PLIST:1.5       Thu Jan  6 07:53:46 2022
+++ pkgsrc/editors/feathernotes/PLIST   Mon Aug 15 06:55:16 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/01/06 07:53:46 pin Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/08/15 06:55:16 pin Exp $
 bin/feathernotes
 share/applications/feathernotes.desktop
 share/feathernotes/translations/feathernotes_ar_DZ.qm
@@ -32,6 +32,7 @@ share/feathernotes/translations/feathern
 share/feathernotes/translations/feathernotes_ru.qm
 share/feathernotes/translations/feathernotes_si.qm
 share/feathernotes/translations/feathernotes_sk_SK.qm
+share/feathernotes/translations/feathernotes_sv.qm
 share/feathernotes/translations/feathernotes_tr.qm
 share/feathernotes/translations/feathernotes_uk.qm
 share/feathernotes/translations/feathernotes_zh_CN.qm



Home | Main Index | Thread Index | Old Index