You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/cherrytree/files/cherrytree-0.38.9_update_se...

18 lines
748 B

diff -ur a/setup.py b/setup.py
--- a/setup.py 2019-08-17 14:23:16.000000000 +0300
+++ b/setup.py 2019-11-17 15:33:44.243070851 +0300
@@ -195,7 +195,7 @@
("share/mime-info", ["linux/cherrytree.mime", "linux/cherrytree.keys"]),
("share/application-registry", ["linux/cherrytree.applications"]),
("share/metainfo", ["linux/cherrytree.appdata.xml"]),
- ("share/man/man1", ["linux/cherrytree.1.gz"])
+ ("share/man/man1", ["linux/cherrytree.1"])
],
cmdclass={
'build': BuildData,
@@ -205,4 +205,3 @@
},
distclass=CherryTreeDist
)
- subprocess.call("update-desktop-database")