lbrycrd/contrib/debian
Matt Corallo 997021986e Update contrib/debian to latest Ubuntu PPA upload.
This:
 * Partially reverts 9f68ed6 (which fixed spelling in a changelog,
   though generally changelogs should be append-only).
 * Disables UPnP support (PPA has not had it for a while, and I
   still don't trust miniupnpc, plus it seems uneccessary - its
   been a while since we needed to care about Bitcoin-Qt home users
   getting their inbound ports auto-mapped).
 * Enables ZMQ.
 * Forces GUI to Qt4 to fix various issues people have been seeing
   on Ubuntu and elsewhere with Qt5.
 * Reverts 70899d70b (Bitcoin does not enable "instant payments",
   not is transaction management "carried out collectively by the
   network", for whatever "transaction management" means, finally
   Bitcoin Core is not the only way to use the Bitcoin currency,
   as seemingly implied in the description).
2017-05-03 10:01:56 -04:00
..
examples Update bitcoin.conf with example for pruning 2017-03-29 19:09:43 -07:00
patches Update contrib/debian and remove system json_spirit patch. 2012-06-25 23:59:19 +02:00
source Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoin-qt.desktop Simple Update to File 'bitcoin-qt.desktop' 2016-10-17 18:03:43 +02:00
bitcoin-qt.install Update contrib/debian for autotools, among a few other tweaks 2014-04-26 20:18:18 -04:00
bitcoin-qt.lintian-overrides Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoin-qt.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoin-qt.protocol Add support for opening bitcoin: URIs directly. 2012-01-05 00:29:28 -05:00
bitcoin-tx.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoin-tx.install Split bitcoin-tx into its own package 2015-09-17 07:23:04 +01:00
bitcoin-tx.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
bitcoind.bash-completion bash-completion: Adapt for 0.12 and 0.13 2016-07-07 07:52:59 -04:00
bitcoind.examples Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoind.install Split bitcoin-tx into its own package 2015-09-17 07:23:04 +01:00
bitcoind.lintian-overrides Add debian build folder 2011-11-08 11:57:05 -05:00
bitcoind.manpages Remove old manpages from contrib/debian 2016-09-25 13:33:57 +02:00
changelog Update contrib/debian to latest Ubuntu PPA upload. 2017-05-03 10:01:56 -04:00
compat Add debian build folder 2011-11-08 11:57:05 -05:00
control Update contrib/debian to latest Ubuntu PPA upload. 2017-05-03 10:01:56 -04:00
copyright [Trivial] Update license year range to 2017 2017-01-23 23:46:06 +01:00
gbp.conf Add debian build folder 2011-11-08 11:57:05 -05:00
README.md Documentation Cleanup in /Doc 2013-10-12 18:39:26 -04:00
rules Update contrib/debian to latest Ubuntu PPA upload. 2017-05-03 10:01:56 -04:00
watch [doc][trivial] Remove source forge from Debian watch. 2015-11-17 22:59:45 +08:00

Debian

This directory contains files used to package bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

bitcoin: URI support

bitcoin-qt.desktop (Gnome / Open Desktop) To install:

sudo desktop-file-install bitcoin-qt.desktop
sudo update-desktop-database

If you build yourself, you will either need to modify the paths in the .desktop file or copy or symlink your bitcoin-qt binary to /usr/bin and the ../../share/pixmaps/bitcoin128.png to /usr/share/pixmaps

bitcoin-qt.protocol (KDE)