mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
poezio: update to 0.13.
This commit is contained in:
@@ -1,21 +1,23 @@
|
||||
From 261999dc5d4d5b4d8831d0af744877d943b7a3d7 Mon Sep 17 00:00:00 2001
|
||||
From 15a7c224824a1618f72785ffa58645f997392a4e Mon Sep 17 00:00:00 2001
|
||||
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
|
||||
Date: Sun, 19 Nov 2017 14:20:21 +0100
|
||||
Subject: Fix documentation paths
|
||||
Date: Sun, 24 May 2020 18:16:23 +0200
|
||||
Subject: Fix installation directory
|
||||
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 8d00ad8..c8badff 100755
|
||||
index 035d58b..7fd2dcb 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -124,11 +124,11 @@ setup(name="poezio",
|
||||
@@ -123,13 +123,11 @@ setup(name="poezio",
|
||||
package_data={'poezio': ['default_config.cfg']},
|
||||
scripts=['scripts/poezio_logs'],
|
||||
entry_points={'console_scripts': ['poezio = poezio.__main__:run']},
|
||||
- data_files=([('share/man/man1/', ['data/poezio.1',
|
||||
+ data_files=([('documentation/man/man1/', ['data/poezio.1',
|
||||
'data/poezio_logs.1']),
|
||||
- ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])]
|
||||
- ('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')),
|
||||
+ ('documentation/packages/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])]
|
||||
@@ -25,5 +27,5 @@ index 8d00ad8..c8badff 100755
|
||||
extras_require={'OTR plugin': 'python-potr>=1.0',
|
||||
'Screen autoaway plugin': 'pyinotify==0.9.4',
|
||||
--
|
||||
2.21.0
|
||||
2.26.0
|
||||
|
||||
@@ -11,11 +11,11 @@ made in a configuration file or directly from the client.
|
||||
You'll find the light, fast, geeky and anonymous spirit of IRC while using a \
|
||||
powerful, standard and open protocol."
|
||||
HOMEPAGE="https://poez.io"
|
||||
COPYRIGHT="2010-2017 Florent Le Coz, Mathieu Pasquet"
|
||||
COPYRIGHT="2010-2020 Florent Le Coz, Mathieu Pasquet"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/poezio/poezio-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d59dedf80d074074dd4f6798559a257853fa6ab064d992d7a203f11c8b2a9bd7"
|
||||
CHECKSUM_SHA256="d12a95e5895d2aae17621f60092b5ca56384922b3637bff0e8a92952c0188e2d"
|
||||
SOURCE_DIR="poezio-$portVersion"
|
||||
PATCHES="poezio-$portVersion.patchset"
|
||||
|
||||
Reference in New Issue
Block a user