summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-26 12:16:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-26 14:01:35 +0200
commit11a917ce209ddf77241fe29a4d5c41e0d7a80d12 (patch)
tree216d7ee4276b1b2b6617d6dfcfffcf37f2331093 /app-backup/luckybackup/files
parentdev-perl/CGI: Bump to version 4.500.0 (diff)
downloadgentoo-11a917ce209ddf77241fe29a4d5c41e0d7a80d12.tar.gz
gentoo-11a917ce209ddf77241fe29a4d5c41e0d7a80d12.tar.bz2
gentoo-11a917ce209ddf77241fe29a4d5c41e0d7a80d12.zip
app-backup/luckybackup: 0.5.0 version bump, EAPI-7 bump
Closes: https://bugs.gentoo.org/674324 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-backup/luckybackup/files')
-rw-r--r--app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch b/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch
new file mode 100644
index 000000000000..b043182160f1
--- /dev/null
+++ b/app-backup/luckybackup/files/luckybackup-0.5.0-nomancompress.patch
@@ -0,0 +1,24 @@
+--- a/luckybackup.pro 2018-11-02 19:29:58.000000000 +0100
++++ b/luckybackup.pro 2020-06-26 13:25:02.798368937 +0200
+@@ -33,7 +33,7 @@
+ documentation.files = manual
+
+ manpage.path = /usr/share/man/man8
+-manpage.files = manpage/luckybackup.8.gz manpage/luckybackup-pkexec.8
++manpage.files = manpage/luckybackup.8 manpage/luckybackup-pkexec.8
+
+ translations.path = /usr/share/luckybackup
+ translations.files = translations
+@@ -43,10 +43,8 @@
+
+ INSTALLS += target menu polkit polkitscript pixmap documentation manpage translations license
+
+-system(gzip -c manpage/luckybackup.8 > manpage/luckybackup.8.gz)
+-QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup.8.gz
+-system(gzip -c manpage/luckybackup-pkexec.8 > manpage/luckybackup-pkexec.8.gz)
+-QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup-pkexec.8.gz
++QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup.8
++QMAKE_CLEAN = Makefile $${TARGET} manpage/luckybackup-pkexec.8
+
+ greaterThan(QT_MAJOR_VERSION, 4) {
+ QT += widgets