diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-10-19 06:46:24 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-10-19 06:46:24 +0000 |
commit | 2f29ab5e28602ead3c4b1e0818cbbc7aeea6e640 (patch) | |
tree | ac96cd12e888dc9cef2d6420489681db91ebeba5 /multimedia/quodlibet/files/patch-gdist_man.py | |
parent | audio/ncmpc: Update to 0.41 (diff) |
multimedia/quodlibet re-add with latest version 4.3.0
Repo-copied from @548979.
PR was filed just the day after the port was deleted. The new version works fine
with modern versions of Python. Builds in {11.4,12.1}[amd64,i386] and 13-current
amd64. Run tested fine in 12.1 amd64.
Submitter claims maintainership (already maintaininer for multimedia/playerctl).
ChangeLog: https://quodlibet.readthedocs.io/en/latest/changelog.html#release-4-3-0
PR: 249483
Submitted by: aly@aaronly.me (maintainer)
Diffstat (limited to 'multimedia/quodlibet/files/patch-gdist_man.py')
-rw-r--r-- | multimedia/quodlibet/files/patch-gdist_man.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/quodlibet/files/patch-gdist_man.py b/multimedia/quodlibet/files/patch-gdist_man.py new file mode 100644 index 000000000000..e27a5c15a9e0 --- /dev/null +++ b/multimedia/quodlibet/files/patch-gdist_man.py @@ -0,0 +1,11 @@ +--- gdist/man.py.orig 2019-10-05 20:22:11 UTC ++++ gdist/man.py +@@ -54,7 +54,7 @@ class install_man(Command): + ) + + if self.mandir is None: +- self.mandir = os.path.join(self.install_dir, 'share', 'man') ++ self.mandir = os.path.join(self.install_dir, 'man') + + self.man_pages = self.distribution.man_pages + for man_page in self.man_pages: |