summaryrefslogtreecommitdiff
path: root/net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch
blob: 9506cdb1490800da9fc2fa22bf4c52f66b9cbc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 343c1e9be4cbf76c0ae437143b4000e36a1488ca Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flo@geekplace.eu>
Date: Mon, 12 Jul 2021 15:08:30 +0200
Subject: [PATCH] Do not install man pages and files in /usr/share/poezio

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
---
 setup.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/setup.py b/setup.py
index d1dde4d2f02f..bee8e4834b81 100755
--- a/setup.py
+++ b/setup.py
@@ -156,13 +156,9 @@ setup(
     scripts=['scripts/poezio_logs'],
     entry_points={'console_scripts': ['poezio = poezio.__main__:run']},
     data_files=([
-            ('share/man/man1/', ['data/poezio.1', 'data/poezio_logs.1']),
-            ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG']),
             ('share/applications/', ['data/io.poez.Poezio.desktop']),
             ('share/metainfo/', ['data/io.poez.Poezio.appdata.xml'])
         ]
-        + find_doc('share/doc/poezio/source', 'source')
-        + find_doc('share/doc/poezio/html', 'build/html')
         + sphinx_files_found
     ),
     install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'typing_extensions', 'setuptools'],
-- 
2.31.1