pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitcoin: cleanup PLIST
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By: gdt
Date: Mon Nov 28 14:36:50 2016 -0500
Changeset: 11a2f63c3425a9a122da833f0118133a912b8bc5
Modified Files:
bitcoin/Makefile
bitcoin/PLIST
Log Message:
bitcoin: cleanup PLIST
Stop manually installing qt-associated files, because we are not
installing the qt gui.
Sort PLIST.
Remove unnecessary PLIST lines.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11a2f63c3425a9a122da833f0118133a912b8bc5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitcoin/Makefile | 9 ++-------
bitcoin/PLIST | 5 +----
2 files changed, 3 insertions(+), 11 deletions(-)
diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index aa72113..d013633 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -54,20 +54,15 @@ SUBST_MESSAGE.pkg= Fixing /usr references to ${PREFIX}.
pre-configure:
cd ${WRKSRC} && ./autogen.sh
-# TODO: explain why this is necessary
-# TODO: explain why bitcoint-qt is commented out
+# bitcoin appears to have a functioning install target, so this should
+# not be necessary.
do-install:
-# ${INSTALL_PROGRAM} ${WRKSRC}/bitcoin-qt ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/bitcoin-cli ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/bitcoind ${DESTDIR}${PREFIX}/sbin
${INSTALL_LIB} -m 644 ${WRKSRC}/src/secp256k1/libsecp256k1.la ${DESTDIR}${PREFIX}/lib/bitcoin
${INSTALL_LIB} ${WRKSRC}/src/secp256k1/.libs/libsecp256k1.so.0 ${DESTDIR}${PREFIX}/lib/bitcoin
${LN} -fs ${DESTDIR}${PREFIX}/lib/bitcoin/libsecp256k1.so.0 ${DESTDIR}${PREFIX}/lib/bitcoin/libsecp256k1.so
${INSTALL_DATA} -m 600 ${FILESDIR}/bitcoin.conf ${DESTDIR}${EGDIR}
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pixmaps
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/applications
- ${INSTALL_DATA} ${WRKSRC}/share/pixmaps/bitcoin128.png ${DESTDIR}${PREFIX}/share/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${DESTDIR}${PREFIX}/share/applications/
.include "options.mk"
diff --git a/bitcoin/PLIST b/bitcoin/PLIST
index e58ee0c..957d202 100644
--- a/bitcoin/PLIST
+++ b/bitcoin/PLIST
@@ -1,10 +1,7 @@
@comment $NetBSD$
-sbin/bitcoind
bin/bitcoin-cli
lib/bitcoin/libsecp256k1.la
lib/bitcoin/libsecp256k1.so
lib/bitcoin/libsecp256k1.so.0
-share/applications/bitcoin-qt.desktop
+sbin/bitcoind
share/examples/bitcoin/bitcoin.conf
-share/examples/rc.d/bitcoind
-share/pixmaps/bitcoin128.png
Home |
Main Index |
Thread Index |
Old Index