mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Fix icons and debian install shortcuts.
This commit is contained in:
parent
60b6ef59dd
commit
e9dc24c055
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,21 +1,21 @@
|
||||
|
||||
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.
|
||||
This directory contains files used to package darkcoind/darkcoin-qt
|
||||
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:
|
||||
|
||||
sudo desktop-file-install bitcoin-qt.desktop
|
||||
sudo desktop-file-install darkcoin-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`
|
||||
the .desktop file or copy or symlink your darkcoin-qt binary to `/usr/bin`
|
||||
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
|
||||
Name=Bitcoin
|
||||
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
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=bitcoin128
|
||||
MimeType=x-scheme-handler/bitcoin;
|
||||
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+
|
||||
bitcoin-qt: possible-gpl-code-linked-with-openssl
|
||||
darkcoin-qt: possible-gpl-code-linked-with-openssl
|
@ -1,6 +1,6 @@
|
||||
[Protocol]
|
||||
exec=bitcoin-qt '%u'
|
||||
protocol=bitcoin
|
||||
exec=darkcoin-qt '%u'
|
||||
protocol=darkcoin
|
||||
input=none
|
||||
output=none
|
||||
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+
|
||||
bitcoind: possible-gpl-code-linked-with-openssl
|
||||
darkcoind: possible-gpl-code-linked-with-openssl
|
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 */
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"..... .....",
|
||||
"...... ..",
|
||||
"....... .",
|
||||
"....... ",
|
||||
"........ ",
|
||||
". .. ............ ",
|
||||
". ... ............ ",
|
||||
".. .. ............. ",
|
||||
"... .. ............. ",
|
||||
"... .. ............. ",
|
||||
".... ... ............. ",
|
||||
"..... ............... ",
|
||||
"...... .............. ",
|
||||
"....... ",
|
||||
"....... ",
|
||||
"........ .",
|
||||
"......... ..",
|
||||
".......... ...",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................"
|
||||
};
|
@ -258,8 +258,8 @@
|
||||
<widget class="QFrame" name="frameDarksend">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>350</height>
|
||||
<width>10</width>
|
||||
<height>250</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="layoutDirection">
|
||||
|
Loading…
Reference in New Issue
Block a user