From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- app-crypt/xca/files/xca-2.4.0-bug-733000.patch | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app-crypt/xca/files/xca-2.4.0-bug-733000.patch (limited to 'app-crypt/xca/files/xca-2.4.0-bug-733000.patch') diff --git a/app-crypt/xca/files/xca-2.4.0-bug-733000.patch b/app-crypt/xca/files/xca-2.4.0-bug-733000.patch new file mode 100644 index 000000000000..0863c906957e --- /dev/null +++ b/app-crypt/xca/files/xca-2.4.0-bug-733000.patch @@ -0,0 +1,29 @@ +--- a/doc/Makefile 2021-05-07 22:40:29.000000000 +0200 ++++ b/doc/Makefile 2021-08-11 07:29:33.794844656 +0200 +@@ -12,16 +12,12 @@ + + SPHINX_FILES=$(patsubst %,sphinx/%.rst,$(RST_FILES)) + +-.build-stamp doc: xca.1.gz html/index.html qthelp/xca.qhc ++.build-stamp doc: xca.1 html/index.html qthelp/xca.qhc + qthelpfiles=qthelp/*.html qthelp/xca.qhc qthelp/xca.qch + .install-stamp: doc + + include $(TOPDIR)/Rules.mak + +-%.1.gz: %.1 +- @$(PRINT) " MAN [$(BASENAME)] $@" +- gzip -9 <$^ >$@ +- + xca.1: xca.1.head xca.1.options xca.1.tail + cat $^ > $@ + +@@ -43,7 +39,7 @@ + $(ENABLE_DOC)install -m 755 -d $(DESTDIR)$(htmldir) + $(ENABLE_DOC)install -m 644 $(qthelpfiles) $(DESTDIR)$(htmldir) + install -m 755 -d $(DESTDIR)$(mandir)/man1 +- install -m 644 *.1.gz $(DESTDIR)/$(mandir)/man1 ++ install -m 644 *.1 $(DESTDIR)/$(mandir)/man1 + + app: $(doc) + mkdir -p $(APPDIR)/Resources -- cgit v1.2.3