generated from Centraldb/c7
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad2f59c
commit 7c14fa3
Showing
25 changed files
with
984 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
Debian | ||
==================== | ||
This directory contains files used to package centraldatabased/centraldatabase-qt | ||
for Debian-based Linux systems. If you compile centraldatabased/centraldatabase-qt yourself, there are some useful files here. | ||
|
||
## centraldatabase: URI support ## | ||
|
||
|
||
centraldatabase-qt.desktop (Gnome / Open Desktop) | ||
To install: | ||
|
||
sudo desktop-file-install centraldatabase-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 centraldatabase-qt binary to `/usr/bin` | ||
and the `../../share/pixmaps/centraldatabase128.png` to `/usr/share/pixmaps` | ||
|
||
centraldatabase-qt.protocol (KDE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=CentralDataBase Core | ||
Comment=CentralDataBase P2P Cryptocurrency | ||
Comment[de]=Verbinde mit dem CentralDataBase peer-to-peer Netzwerk | ||
Comment[fr]=CentralDataBase, monnaie virtuelle cryptographique pair à pair | ||
Comment[tr]=CentralDataBase, eşten eşe kriptografik sanal para birimi | ||
Exec=centraldatabase-qt %u | ||
Terminal=false | ||
Type=Application | ||
Icon=centraldatabase128 | ||
MimeType=x-scheme-handler/centraldatabase; | ||
Categories=Office;Finance; | ||
StartupWMClass=CentralDataBase-qt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
usr/local/bin/centraldatabase-qt usr/bin | ||
share/pixmaps/centraldatabase32.xpm usr/share/pixmaps | ||
share/pixmaps/centraldatabase16.xpm usr/share/pixmaps | ||
share/pixmaps/centraldatabase128.png usr/share/pixmaps | ||
debian/centraldatabase-qt.desktop usr/share/applications | ||
debian/centraldatabase-qt.protocol usr/share/kde4/services/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Linked code is Expat - only Debian packaging is GPL-2+ | ||
centraldatabase-qt: possible-gpl-code-linked-with-openssl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/man/centraldatabase-qt.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Protocol] | ||
exec=centraldatabase-qt '%u' | ||
protocol=centraldatabase | ||
input=none | ||
output=none | ||
helper=true | ||
listing= | ||
reading=false | ||
writing=false | ||
makedir=false | ||
deleting=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
contrib/centraldatabase-tx.bash-completion centraldatabase-tx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/local/bin/centraldatabase-tx usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/man/centraldatabase-tx.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
contrib/centraldatabased.bash-completion centraldatabased | ||
contrib/centraldatabase-cli.bash-completion centraldatabase-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
debian/examples/centraldatabase.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
usr/local/bin/centraldatabased usr/bin | ||
usr/local/bin/centraldatabase-cli usr/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Linked code is Expat - only Debian packaging is GPL-2+ | ||
centraldatabased: possible-gpl-code-linked-with-openssl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
doc/man/centraldatabased.1 | ||
doc/man/centraldatabase-cli.1 |
Oops, something went wrong.