diff --git a/.gitignore b/.gitignore index 5f0772c..92f2ea9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /cqrlog_1.7.4.src.tar.gz /cqrlog_1.8.1.src.tar.gz /cqrlog-1.9.0.tar.gz +/cqrlog-1.9.1.tar.gz diff --git a/cqrlog-1.9.0-install.patch b/cqrlog-1.9.0-install.patch index 3c95045..8ce7548 100644 --- a/cqrlog-1.9.0-install.patch +++ b/cqrlog-1.9.0-install.patch @@ -1,10 +1,9 @@ -diff -Naur cqrlog-1.9.0.orig/Makefile cqrlog-1.9.0/Makefile ---- cqrlog-1.9.0.orig/Makefile 2015-03-04 09:17:21.000000000 -0600 -+++ cqrlog-1.9.0/Makefile 2015-03-06 21:17:31.002138573 -0600 -@@ -6,14 +6,12 @@ +--- a/Makefile ++++ b/Makefile +@@ -7,14 +7,12 @@ tmpdir = /tmp cqrlog: src/cqrlog.lpi - $(CC) --ws=gtk2 src/cqrlog.lpi + $(CC) --ws=gtk2 --pcp=$(tmpdir)/.lazarus src/cqrlog.lpi - $(ST) src/cqrlog - gzip tools/cqrlog.1 -c > tools/cqrlog.1.gz @@ -17,7 +16,7 @@ diff -Naur cqrlog-1.9.0.orig/Makefile cqrlog-1.9.0/Makefile install: install -d -v $(bindir) -@@ -44,9 +42,8 @@ +@@ -45,9 +43,8 @@ install: install -v -m 0644 images/* $(datadir)/images/ install -v -m 0644 tools/cqrlog.desktop $(sharedir)/applications/cqrlog.desktop install -v -m 0644 images/cqrlog.png $(sharedir)/pixmaps/cqrlog/cqrlog.png diff --git a/cqrlog-generateDebug.patch b/cqrlog-generateDebug.patch deleted file mode 100644 index c7468dd..0000000 --- a/cqrlog-generateDebug.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cqrlog.lpi~ 2014-07-26 10:27:10.000000000 +0300 -+++ src/cqrlog.lpi 2014-08-04 00:06:14.224116323 +0300 -@@ -692,7 +692,7 @@ - - - -- -+ - - - diff --git a/cqrlog.desktop.patch b/cqrlog.desktop.patch deleted file mode 100644 index 20efc6c..0000000 --- a/cqrlog.desktop.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- tools/cqrlog.desktop 2012-08-05 12:39:25.000000000 -0400 -+++ tools/cqrlog.desktop.new 2012-08-14 13:51:15.894752445 -0400 -@@ -5,5 +5,5 @@ - Terminal=false - Type=Application - Icon=cqrlog.png --Categories=Utility;Database;HamRadio -+Categories=Utility;Database;HamRadio;Education; - diff --git a/cqrlog.makefile.patch b/cqrlog.makefile.patch deleted file mode 100644 index 55efc96..0000000 --- a/cqrlog.makefile.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile 2013-07-09 23:17:00.337943890 -0400 -+++ Makefile 2013-07-09 23:18:18.849501289 -0400 -@@ -1,4 +1,4 @@ --CC=lazbuild -+CC=lazbuild -d - ST=strip - datadir = $(DESTDIR)/usr/share/cqrlog - bindir = $(DESTDIR)/usr/bin diff --git a/sources b/sources index 840c5a7..a90e142 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad6bbc72b94baafbe0a681c0b86b85d4 cqrlog-1.9.0.tar.gz +9bec4eebdb773498c2df81790b2eda01 cqrlog-1.9.1.tar.gz