Merge pull request #109 from vertoe/devel-0.9
Fix icons and install shortcuts (debian & macdeploy).
This commit is contained in:
commit
2eda66f680
3
COPYING
3
COPYING
@ -1,4 +1,5 @@
|
|||||||
Copyright (c) 2009-2013 Bitcoin Developers
|
Copyright (c) 2009-2015 Bitcoin Developers
|
||||||
|
Copyright (c) 2014-2015 Darkcoin Developers
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
17
INSTALL
17
INSTALL
@ -1,5 +1,16 @@
|
|||||||
Building Bitcoin
|
Building Darkcoin
|
||||||
|
|
||||||
See doc/build-*.md for instructions on building bitcoind,
|
Use the autogen script to prepare the build environment.
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
|
||||||
|
Precompiled binaries are available at github, see
|
||||||
|
https://github.com/darkcoinproject/darkcoin-binaries
|
||||||
|
|
||||||
|
Always verify the signatures and checksums.
|
||||||
|
|
||||||
|
See doc/build-*.md for instructions on building darkcoind,
|
||||||
the intended-for-services, no-graphical-interface, reference
|
the intended-for-services, no-graphical-interface, reference
|
||||||
implementation of Bitcoin.
|
implementation of Darkcoin.
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
|
|
||||||
Debian
|
Debian
|
||||||
====================
|
====================
|
||||||
This directory contains files used to package bitcoind/bitcoin-qt
|
This directory contains files used to package darkcoind/darkcoin-qt
|
||||||
for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
|
for Debian-based Linux systems. If you compile darkcoind/darkcoin-qt yourself, there are some useful files here.
|
||||||
|
|
||||||
## bitcoin: URI support ##
|
## darkcoin: URI support ##
|
||||||
|
|
||||||
|
|
||||||
bitcoin-qt.desktop (Gnome / Open Desktop)
|
darkcoin-qt.desktop (Gnome / Open Desktop)
|
||||||
To install:
|
To install:
|
||||||
|
|
||||||
sudo desktop-file-install bitcoin-qt.desktop
|
sudo desktop-file-install darkcoin-qt.desktop
|
||||||
sudo update-desktop-database
|
sudo update-desktop-database
|
||||||
|
|
||||||
If you build yourself, you will either need to modify the paths in
|
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`
|
the .desktop file or copy or symlink your darkcoin-qt binary to `/usr/bin`
|
||||||
and the `../../share/pixmaps/bitcoin128.png` to `/usr/share/pixmaps`
|
and the `../../share/pixmaps/darkcoin128.png` to `/usr/share/pixmaps`
|
||||||
|
|
||||||
bitcoin-qt.protocol (KDE)
|
darkcoin-qt.protocol (KDE)
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
usr/local/bin/bitcoin-qt usr/bin
|
|
||||||
share/pixmaps/bitcoin32.xpm usr/share/pixmaps
|
|
||||||
share/pixmaps/bitcoin16.xpm usr/share/pixmaps
|
|
||||||
share/pixmaps/bitcoin128.png usr/share/pixmaps
|
|
||||||
debian/bitcoin-qt.desktop usr/share/applications
|
|
||||||
debian/bitcoin-qt.protocol usr/share/kde4/services/
|
|
@ -1 +0,0 @@
|
|||||||
contrib/bitcoind.bash-completion bitcoind
|
|
@ -1,2 +0,0 @@
|
|||||||
usr/local/bin/bitcoind usr/bin
|
|
||||||
usr/local/bin/bitcoin-cli usr/bin
|
|
12
contrib/debian/darkcoin-qt.desktop
Normal file
12
contrib/debian/darkcoin-qt.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Name=Darkcoin
|
||||||
|
Comment=Darkcoin P2P Cryptocurrency
|
||||||
|
Comment[fr]=Darkcoin, monnaie virtuelle cryptographique pair à pair
|
||||||
|
Comment[tr]=Darkcoin, eşten eşe kriptografik sanal para birimi
|
||||||
|
Exec=darkcoin-qt %u
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Icon=darkcoin128
|
||||||
|
MimeType=x-scheme-handler/darkcoin;
|
||||||
|
Categories=Office;Finance;
|
@ -2,11 +2,10 @@
|
|||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=Bitcoin
|
Name=Bitcoin
|
||||||
Comment=Bitcoin P2P Cryptocurrency
|
Comment=Bitcoin P2P Cryptocurrency
|
||||||
Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair
|
|
||||||
Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi
|
|
||||||
Exec=bitcoin-qt %u
|
Exec=bitcoin-qt %u
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=bitcoin128
|
Icon=bitcoin128
|
||||||
MimeType=x-scheme-handler/bitcoin;
|
MimeType=x-scheme-handler/bitcoin;
|
||||||
Categories=Office;Finance;
|
Categories=Office;Finance;
|
||||||
|
Name[en_US]=darkcoin-qt.desktop
|
6
contrib/debian/darkcoin-qt.install
Normal file
6
contrib/debian/darkcoin-qt.install
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
usr/local/bin/darkcoin-qt usr/bin
|
||||||
|
share/pixmaps/darkcoin32.xpm usr/share/pixmaps
|
||||||
|
share/pixmaps/darkcoin16.xpm usr/share/pixmaps
|
||||||
|
share/pixmaps/darkcoin128.png usr/share/pixmaps
|
||||||
|
debian/darkcoin-qt.desktop usr/share/applications
|
||||||
|
debian/darkcoin-qt.protocol usr/share/kde4/services/
|
@ -1,2 +1,2 @@
|
|||||||
# Linked code is Expat - only Debian packaging is GPL-2+
|
# Linked code is Expat - only Debian packaging is GPL-2+
|
||||||
bitcoin-qt: possible-gpl-code-linked-with-openssl
|
darkcoin-qt: possible-gpl-code-linked-with-openssl
|
@ -1,6 +1,6 @@
|
|||||||
[Protocol]
|
[Protocol]
|
||||||
exec=bitcoin-qt '%u'
|
exec=darkcoin-qt '%u'
|
||||||
protocol=bitcoin
|
protocol=darkcoin
|
||||||
input=none
|
input=none
|
||||||
output=none
|
output=none
|
||||||
helper=true
|
helper=true
|
1
contrib/debian/darkcoind.bash-completion
Normal file
1
contrib/debian/darkcoind.bash-completion
Normal file
@ -0,0 +1 @@
|
|||||||
|
contrib/darkcoind.bash-completion darkcoind
|
2
contrib/debian/darkcoind.install
Normal file
2
contrib/debian/darkcoind.install
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
usr/local/bin/darkcoind usr/bin
|
||||||
|
usr/local/bin/darkcoin-cli usr/bin
|
@ -1,2 +1,2 @@
|
|||||||
# Linked code is Expat - only Debian packaging is GPL-2+
|
# Linked code is Expat - only Debian packaging is GPL-2+
|
||||||
bitcoind: possible-gpl-code-linked-with-openssl
|
darkcoind: possible-gpl-code-linked-with-openssl
|
@ -15,5 +15,5 @@ This script should not be run manually, instead, after building as usual:
|
|||||||
During the process, the disk image window will pop up briefly where the fancy
|
During the process, the disk image window will pop up briefly where the fancy
|
||||||
settings are applied. This is normal, please do not interfere.
|
settings are applied. This is normal, please do not interfere.
|
||||||
|
|
||||||
When finished, it will produce `Bitcoin-Qt.dmg`.
|
When finished, it will produce `Darkcoin-Qt.dmg`.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<integer>370</integer>
|
<integer>370</integer>
|
||||||
<integer>156</integer>
|
<integer>156</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>Bitcoin-Qt.app</key>
|
<key>Darkcoin-Qt.app</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>128</integer>
|
<integer>128</integer>
|
||||||
<integer>156</integer>
|
<integer>156</integer>
|
||||||
|
@ -809,7 +809,7 @@ if config.dmg is not None:
|
|||||||
items_positions.append(itemscript.substitute(params))
|
items_positions.append(itemscript.substitute(params))
|
||||||
|
|
||||||
params = {
|
params = {
|
||||||
"disk" : "Bitcoin-Qt",
|
"disk" : "Darkcoin-Qt",
|
||||||
"window_bounds" : "300,300,800,620",
|
"window_bounds" : "300,300,800,620",
|
||||||
"icon_size" : "96",
|
"icon_size" : "96",
|
||||||
"background_commands" : "",
|
"background_commands" : "",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 67 KiB |
24
share/pixmaps/darkcoin16.xpm
Normal file
24
share/pixmaps/darkcoin16.xpm
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char *bitcoin__[] = {
|
||||||
|
/* columns rows colors chars-per-pixel */
|
||||||
|
"16 16 2 1",
|
||||||
|
" c #2D98CE",
|
||||||
|
". c None",
|
||||||
|
/* pixels */
|
||||||
|
"................",
|
||||||
|
"................",
|
||||||
|
"................",
|
||||||
|
"... ..",
|
||||||
|
"... .",
|
||||||
|
".... ",
|
||||||
|
" .. ...... ",
|
||||||
|
". . ...... ",
|
||||||
|
".. ........ ",
|
||||||
|
"... ....... ",
|
||||||
|
"... ",
|
||||||
|
".... .",
|
||||||
|
"..... ..",
|
||||||
|
"................",
|
||||||
|
"................",
|
||||||
|
"................"
|
||||||
|
};
|
40
share/pixmaps/darkcoin32.xpm
Normal file
40
share/pixmaps/darkcoin32.xpm
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char *bitcoin__[] = {
|
||||||
|
/* columns rows colors chars-per-pixel */
|
||||||
|
"32 32 2 1",
|
||||||
|
" c #2D98CE",
|
||||||
|
". c None",
|
||||||
|
/* pixels */
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"..... .....",
|
||||||
|
"...... ..",
|
||||||
|
"....... .",
|
||||||
|
"....... ",
|
||||||
|
"........ ",
|
||||||
|
". .. ............ ",
|
||||||
|
". ... ............ ",
|
||||||
|
".. .. ............. ",
|
||||||
|
"... .. ............. ",
|
||||||
|
"... .. ............. ",
|
||||||
|
".... ... ............. ",
|
||||||
|
"..... ............... ",
|
||||||
|
"...... .............. ",
|
||||||
|
"....... ",
|
||||||
|
"....... ",
|
||||||
|
"........ .",
|
||||||
|
"......... ..",
|
||||||
|
".......... ...",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................",
|
||||||
|
"................................"
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user