diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-27 20:56:47 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-05-27 20:56:47 +0000 |
commit | e796077c5943c4d0dd8e39e6dc2979a446440056 (patch) | |
tree | b81071634441802ab96e0f0488c895a4b2698b52 /multimedia/gaupol/files/patch-setup.py | |
parent | Update to 2.3.0 (diff) |
multimedia/gaupol: Plist problem fixed by the upstream
Followup to r470990:
They quickly fixed the plist problem that I've reported.
PR: 226704
Notes
Notes:
svn path=/head/; revision=471005
Diffstat (limited to 'multimedia/gaupol/files/patch-setup.py')
-rw-r--r-- | multimedia/gaupol/files/patch-setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/gaupol/files/patch-setup.py b/multimedia/gaupol/files/patch-setup.py index 5fe8d48403f3..153b67fdd09d 100644 --- a/multimedia/gaupol/files/patch-setup.py +++ b/multimedia/gaupol/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2017-11-12 01:10:33 UTC +--- setup.py.orig 2018-05-27 20:40:27 UTC +++ setup.py -@@ -235,7 +235,10 @@ class InstallData(install_data): +@@ -232,7 +232,10 @@ class InstallData(install_data): data_dir = get_command_obj("install_data").install_dir data_dir = os.path.join(data_dir, "share", "gaupol") files = glob.glob("{}/extensions/*/*.py".format(data_dir)) @@ -9,6 +9,6 @@ + base_dir=%%PREFIX%%, + prefix=%%STAGEDIR%%, + dry_run=self.dry_run) - - def __generate_linguas(self): - """Generate LINGUAS file needed by msgfmt.""" + # Figure out paths of the compiled files and add them to + # self.outfiles so that 'setup.py --record' works correctly. + def get_cache_pattern(path): |