Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
EricksonAtHome authored Aug 1, 2023
1 parent ad2f59c commit 7c14fa3
Show file tree
Hide file tree
Showing 25 changed files with 984 additions and 0 deletions.
21 changes: 21 additions & 0 deletions contrib/debian/README.md
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)

14 changes: 14 additions & 0 deletions contrib/debian/centraldatabase-qt.desktop
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
6 changes: 6 additions & 0 deletions contrib/debian/centraldatabase-qt.install
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/
2 changes: 2 additions & 0 deletions contrib/debian/centraldatabase-qt.lintian-overrides
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
1 change: 1 addition & 0 deletions contrib/debian/centraldatabase-qt.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/man/centraldatabase-qt.1
11 changes: 11 additions & 0 deletions contrib/debian/centraldatabase-qt.protocol
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
1 change: 1 addition & 0 deletions contrib/debian/centraldatabase-tx.bash-completion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
contrib/centraldatabase-tx.bash-completion centraldatabase-tx
1 change: 1 addition & 0 deletions contrib/debian/centraldatabase-tx.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/local/bin/centraldatabase-tx usr/bin
1 change: 1 addition & 0 deletions contrib/debian/centraldatabase-tx.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/man/centraldatabase-tx.1
2 changes: 2 additions & 0 deletions contrib/debian/centraldatabased.bash-completion
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
1 change: 1 addition & 0 deletions contrib/debian/centraldatabased.examples
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debian/examples/centraldatabase.conf
2 changes: 2 additions & 0 deletions contrib/debian/centraldatabased.install
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
2 changes: 2 additions & 0 deletions contrib/debian/centraldatabased.lintian-overrides
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
2 changes: 2 additions & 0 deletions contrib/debian/centraldatabased.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
doc/man/centraldatabased.1
doc/man/centraldatabase-cli.1
Loading

0 comments on commit 7c14fa3

Please # to comment.