Skip to content

Commit

Permalink
Merge branch 'dev2' of github.com:EmberCoin/Ember into dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmberCoin committed Oct 26, 2017
2 parents 2162465 + 5a5135f commit cf593b1
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Ember-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ isEmpty(OPENSSL_LIB_PATH) {

isEmpty(BDB_LIB_PATH) {
macx:BDB_LIB_PATH = /usr/local/Cellar/berkeley-db/6.2.32/lib
linux:BDB_INCLUDE_PATH = /usr/local/BerkeleyDB6.2/lib
win32:BDB_LIB_PATH=$$PWD/deps/db-6.1.26/build_unix
}

Expand All @@ -135,6 +136,7 @@ isEmpty(BDB_LIB_SUFFIX) {

isEmpty(BDB_INCLUDE_PATH) {
macx:BDB_INCLUDE_PATH = /usr/local/Cellar/berkeley-db/6.2.32/include
linux:BDB_INCLUDE_PATH = /usr/local/BerkeleyDB6.2/include
win32:BDB_INCLUDE_PATH=$$PWD/deps/db-6.1.26/build_unix
}

Expand Down Expand Up @@ -506,23 +508,22 @@ contains(RELEASE, 1) {
linux {
# Linux: turn dynamic linking back on for c/c++ runtime libraries
LIBS += -Wl,-Bdynamic
binfile.files += release/Ember-qt
binfile.path = /usr/bin
icon.files += src/qt/res/icons/Ember_64x64.png
icon.path = /usr/share/ember-qt/
shortcut.files += share/linux/ember-qt.desktop
shortcut.path += /usr/share/applications/

INSTALLS += binfile
INSTALLS += icon
INSTALLS += shortcut
}
}

linux {
DEFINES += LINUX
LIBS += -lrt -ldl

binfile.files += release/Ember-qt
binfile.path = /usr/bin
icon.files += src/qt/res/icons/Ember_64x64.png
icon.path = /usr/share/ember-qt/
shortcut.files += share/linux/ember-qt.desktop
shortcut.path += /usr/share/applications/

INSTALLS += binfile
INSTALLS += icon
INSTALLS += shortcut
}

system($$QMAKE_LRELEASE -silent $$_PRO_FILE_)
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ember-qt (1.1.4.0-2) RELEASED; urgency=medium

* Initial release.

-- mtetreault <mathieu.alexandre.tetreault@gmail.com> Sun, 08 Oct 2017 07:02:32 -0400
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
11 changes: 11 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Source: ember-qt
Maintainer: Mathieu Tetreault <mathieu.alexandre.tetreault@gmail.com>
Section: misc
Priority: optional
Standards-Version: 1.1.4.0
Build-Depends: debhelper (>= 9), qt5-default, qt5-qmake, qtbase5-dev-tools, qttools5-dev-tools, build-essential, libboost-dev (<< 1.62), libboost-system-dev (<< 1.62), libboost-filesystem-dev (<< 1.62), libboost-program-options-dev (<< 1.62), libboost-thread-dev (<< 1.62), libssl-dev, libdb++-dev, libminiupnpc-dev

Package: ember-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Wallet for Ember coin cryptocurrency
23 changes: 23 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2015-2018 Ember Developers
Copyright (c) 2014-2015 BlackCoin Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2015 Bitcoin 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
1 change: 1 addition & 0 deletions debian/debhelper-build-stamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ember-qt
3 changes: 3 additions & 0 deletions debian/ember-qt.substvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
shlibs:Depends=libc6 (>= 2.15), libgcc1 (>= 1:4.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 5.2)
misc:Depends=
misc:Pre-Depends=
9 changes: 9 additions & 0 deletions debian/ember-qt/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: ember-qt
Version: 1.1.4.0-2
Architecture: amd64
Maintainer: Mathieu Tetreault <mathieu.alexandre.tetreault@gmail.com>
Installed-Size: 10786
Depends: libc6 (>= 2.15), libgcc1 (>= 1:4.0), libqt5core5a (>= 5.5.0), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5network5 (>= 5.0.2), libqt5widgets5 (>= 5.2.0), libstdc++6 (>= 5.2)
Section: misc
Priority: optional
Description: Wallet for Ember coin cryptocurrency
5 changes: 5 additions & 0 deletions debian/ember-qt/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
a0fca36ba2354a109ddb206b94e2d000 usr/bin/Ember-qt
bfe0d93b40a007af824345cbc4045d79 usr/share/applications/ember-qt.desktop
97e6356a1b3bfeb4aa22898f79dcae36 usr/share/doc/ember-qt/changelog.Debian.gz
837dcdcfb050bc8c922668389e85909b usr/share/doc/ember-qt/copyright
88ef9051b6ccb213295b101c8f27657d usr/share/ember-qt/Ember_64x64.png
11 changes: 11 additions & 0 deletions debian/ember-qt/usr/share/applications/ember-qt.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Name=Ember-Qt
GenericName=Ember Qt Wallet
Comment=Ember Coin Wallet
Icon=/usr/share/ember-qt/Ember_64x64.png
Exec=Ember-qt
Terminal=false
Type=Application
Categories=Utility;Application;
Name[en]=Ember-Qt
Binary file not shown.
23 changes: 23 additions & 0 deletions debian/ember-qt/usr/share/doc/ember-qt/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright (c) 2015-2018 Ember Developers
Copyright (c) 2014-2015 BlackCoin Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2015 Bitcoin 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
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions debian/files
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ember-qt_1.1.4.0-2_amd64.deb misc optional
6 changes: 6 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/make -f
%:
dh $@

override_dh_auto_configure:
/usr/bin/qmake RELEASE=1
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit cf593b1

Please sign in to comment.