Add flag to build pie, remove old patches
This commit is contained in:
parent
771b1db265
commit
730e1e4f88
8
debian/patches/cflags.patch
vendored
Normal file
8
debian/patches/cflags.patch
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
--- a/QtTermTCP.pro
|
||||||
|
+++ b/QtTermTCP.pro
|
||||||
|
@@ -50,5 +50,3 @@
|
||||||
|
RC_ICONS = QtTermTCP.ico
|
||||||
|
|
||||||
|
ICONS = QtTermTCP.icns
|
||||||
|
-
|
||||||
|
-QMAKE_LFLAGS += -no-pie
|
16
debian/patches/desktop-file.patch
vendored
16
debian/patches/desktop-file.patch
vendored
|
@ -1,16 +0,0 @@
|
||||||
--- /dev/null
|
|
||||||
+++ b/qttermtcp.desktop
|
|
||||||
@@ -0,0 +1,13 @@
|
|
||||||
+[Desktop Entry]
|
|
||||||
+Version=1.0
|
|
||||||
+Comment=QtTermTCP ax25 client
|
|
||||||
+Exec=/opt/oarc/QtTermTCP/QtTermTCP
|
|
||||||
+GenericName=QtTermTPC
|
|
||||||
+Icon=qttermtcp
|
|
||||||
+Name=QtTermTCP
|
|
||||||
+NoDisplay=false
|
|
||||||
+StartupNotify=true
|
|
||||||
+Terminal=false
|
|
||||||
+Type=Application
|
|
||||||
+Categories=Education;HamRadio
|
|
||||||
+X-AppImage-Version=1
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
||||||
Sure-whynot
|
Sure-whynot
|
||||||
|
cflags.patch
|
||||||
|
|
10
debian/patches/version.patch
vendored
10
debian/patches/version.patch
vendored
|
@ -1,10 +0,0 @@
|
||||||
--- a/QtTermTCP.cpp
|
|
||||||
+++ b/QtTermTCP.cpp
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
// Qt Version of BPQTermTCP
|
|
||||||
|
|
||||||
-#define VersionString "0.0.0.66"
|
|
||||||
+#define VersionString "0.0.0.69"
|
|
||||||
|
|
||||||
// .12 Save font weight
|
|
||||||
// .13 Display incomplete lines (ie without CR)
|
|
Loading…
Reference in a new issue