From e6a656e48acf2e99dc21ff58bedf43f1b4526bb3 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 9 Jan 2022 13:58:04 +0100 Subject: [PATCH] Added patch back --- ....1-Fix-asciidoc-manpage.xsl-location.patch | 25 +++++++++++++++++++ app-misc/tracker/tracker-3.2.1.ebuild | 4 +++ 2 files changed, 29 insertions(+) create mode 100644 app-misc/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch diff --git a/app-misc/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch b/app-misc/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch new file mode 100644 index 0000000..3383e2b --- /dev/null +++ b/app-misc/tracker/files/tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch @@ -0,0 +1,25 @@ +From c14fa25f2b616b170b453861de87ef21c05dc6c4 Mon Sep 17 00:00:00 2001 +From: Matt Turner +Date: Sat, 13 Mar 2021 14:29:58 -0500 +Subject: [PATCH] Fix asciidoc manpage.xsl location + +--- + docs/manpages/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build +index f90c757cf..101cbca16 100644 +--- a/docs/manpages/meson.build ++++ b/docs/manpages/meson.build +@@ -32,7 +32,7 @@ foreach m : manpages + command: [xsltproc, + '--output', '@OUTPUT@', + '--stringparam', 'man.authors.section.enabled', '0', +- '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], ++ '/usr/share/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'], + input: xml, + output: manpage, + install: true, +-- +2.26.3 + diff --git a/app-misc/tracker/tracker-3.2.1.ebuild b/app-misc/tracker/tracker-3.2.1.ebuild index c410644..f19bea1 100644 --- a/app-misc/tracker/tracker-3.2.1.ebuild +++ b/app-misc/tracker/tracker-3.2.1.ebuild @@ -49,6 +49,10 @@ BDEPEND=" " PDEPEND="miners? ( >=app-misc/tracker-miners-${PV_SERIES} )" +PATCHES=( + "${FILESDIR}"/${PN}-3.1.1-Fix-asciidoc-manpage.xsl-location.patch +) + function inotify_enabled() { if linux_config_exists; then if ! linux_chkconfig_present INOTIFY_USER; then