From a9f92f24d9e80f65eca49f665a73beace400440c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 24 May 2020 18:17:46 +0200 Subject: [PATCH] poezio: update to 0.13. --- ...ezio-0.12.1.patchset => poezio-0.13.patchset} | 16 +++++++++------- .../{poezio-0.12.1.recipe => poezio-0.13.recipe} | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) rename net-im/poezio/patches/{poezio-0.12.1.patchset => poezio-0.13.patchset} (74%) rename net-im/poezio/{poezio-0.12.1.recipe => poezio-0.13.recipe} (92%) diff --git a/net-im/poezio/patches/poezio-0.12.1.patchset b/net-im/poezio/patches/poezio-0.13.patchset similarity index 74% rename from net-im/poezio/patches/poezio-0.12.1.patchset rename to net-im/poezio/patches/poezio-0.13.patchset index 7bb6fd776..3dc704d1e 100644 --- a/net-im/poezio/patches/poezio-0.12.1.patchset +++ b/net-im/poezio/patches/poezio-0.13.patchset @@ -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 -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 diff --git a/net-im/poezio/poezio-0.12.1.recipe b/net-im/poezio/poezio-0.13.recipe similarity index 92% rename from net-im/poezio/poezio-0.12.1.recipe rename to net-im/poezio/poezio-0.13.recipe index c2b894c32..e563a4e1b 100644 --- a/net-im/poezio/poezio-0.12.1.recipe +++ b/net-im/poezio/poezio-0.13.recipe @@ -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"