commit:     d464f0a9258f36ab346b2ba154c7440ff6c1d736
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 09:54:40 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 09:54:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d464f0a9

x11-wm/xpra: Version bump and invoce xdg_pkg_post* stuff in all relevant 
versions.

Closes: https://bugs.gentoo.org/641654
Bug: https://bugs.gentoo.org/631326
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-wm/xpra/Manifest                                 |  1 +
 x11-wm/xpra/xpra-1.0.9.ebuild                        |  4 +++-
 x11-wm/xpra/xpra-2.1.3.ebuild                        |  4 +++-
 x11-wm/xpra/{xpra-2.1.3.ebuild => xpra-2.2.1.ebuild} | 10 +++++++---
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/x11-wm/xpra/Manifest b/x11-wm/xpra/Manifest
index c399106639b..7196d4ad018 100644
--- a/x11-wm/xpra/Manifest
+++ b/x11-wm/xpra/Manifest
@@ -2,3 +2,4 @@ DIST xpra-1.0.6.tar.xz 1892736 BLAKE2B 
5eefd99b0900d24717c24da92ed9daf47046080fe
 DIST xpra-1.0.9.tar.xz 1899744 BLAKE2B 
a8577712c29ff637e69f0faf8224c3318397d104364376415c78099d236746c519ead198fd7436ca6ddccfa0888c394ea0ac81165a5d7d27ded0dbed66f27754
 SHA512 
99422ac58ebba4e1ba1ce47cf819c119249298ea4f9803d3fb9c4a3939ffd6baf3f34f6f6b3f1645fc17bd00b80410ff11f1fe30c5f79f797acf25b0ce2dd9ec
 DIST xpra-2.0.2.tar.xz 1926876 BLAKE2B 
2bd681ebbe6a7041975033c9a30e5b5fdf69352e82d1c56142aac9bb2b620c0ce3242232160cc32b33c74136ae9961c0ab3cb8ae7ec0acf372aebee0583a9318
 SHA512 
4b36cf9cf96f094011412214368bc452ed597f1927f6488d6856ad80b575d7f37273cf49b8682fdbc137cf581d5a88b17a9241d508278e45e48f9451ba628b68
 DIST xpra-2.1.3.tar.xz 2070192 BLAKE2B 
b1f54705c877317bf0a3397303af2a516f6e7deb6baa252065f768bd3fd07ec87991b04c14a3aa054da0655543185dfdb99fa2972fb1cd8a2a04d72bb31fafc6
 SHA512 
aa916953d34477c2c80d99a4d5733586b4122edbc18f2c9952a5d3c9581f7b8e8c55cb1ed4077989876a9a7431faa9c4f7f96f82fc007034f92cacad16429ef8
+DIST xpra-2.2.1.tar.xz 2195508 BLAKE2B 
5f94e96ddce7df0001ca3ffbc64570c59f02b1b49fc45c364999f47d188b1ef349018e36ed070cf8c26f60efc77c24741f44856f307b68535c982e6082dc0d7a
 SHA512 
fca213a72805b6b1d533f91cd5e4186bd881e083663488b697c71c79fb4a3bf312fd1491aef78cf363e429c5841d706e444c9e69c72351b1551ea7fc9395c0c6

diff --git a/x11-wm/xpra/xpra-1.0.9.ebuild b/x11-wm/xpra/xpra-1.0.9.ebuild
index 2aa260c03d6..b727b06bcc7 100644
--- a/x11-wm/xpra/xpra-1.0.9.ebuild
+++ b/x11-wm/xpra/xpra-1.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and 
setup.py not python3.2 compat
 PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 eutils flag-o-matic user tmpfiles
+inherit distutils-r1 eutils flag-o-matic user tmpfiles xdg
 
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
 HOMEPAGE="http://xpra.org/ http://xpra.org/src/";
@@ -92,6 +92,8 @@ PATCHES=( 
"${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch
 pkg_postinst() {
        enewgroup ${PN}
        tmpfiles_process /usr/lib/tmpfiles.d/xpra.conf
+
+       xdg_pkg_postinst
 }
 
 python_prepare_all() {

diff --git a/x11-wm/xpra/xpra-2.1.3.ebuild b/x11-wm/xpra/xpra-2.1.3.ebuild
index 4c0c8a994be..8416455a5e6 100644
--- a/x11-wm/xpra/xpra-2.1.3.ebuild
+++ b/x11-wm/xpra/xpra-2.1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3
 PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 eutils flag-o-matic user tmpfiles
+inherit distutils-r1 eutils flag-o-matic user tmpfiles xdg
 
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
 HOMEPAGE="http://xpra.org/ http://xpra.org/src/";
@@ -90,6 +90,8 @@ PATCHES=( 
"${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch
 pkg_postinst() {
        enewgroup ${PN}
        tmpfiles_process /usr/lib/tmpfiles.d/xpra.conf
+
+       xdg_pkg_postinst
 }
 
 python_prepare_all() {

diff --git a/x11-wm/xpra/xpra-2.1.3.ebuild b/x11-wm/xpra/xpra-2.2.1.ebuild
similarity index 94%
copy from x11-wm/xpra/xpra-2.1.3.ebuild
copy to x11-wm/xpra/xpra-2.2.1.ebuild
index 4c0c8a994be..977f0a20612 100644
--- a/x11-wm/xpra/xpra-2.1.3.ebuild
+++ b/x11-wm/xpra/xpra-2.2.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3
 PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 eutils flag-o-matic user tmpfiles
+inherit distutils-r1 eutils flag-o-matic user tmpfiles xdg
 
 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based 
on wimpiggy"
 HOMEPAGE="http://xpra.org/ http://xpra.org/src/";
@@ -14,7 +14,7 @@ SRC_URI="http://xpra.org/src/${P}.tar.xz";
 LICENSE="GPL-2 BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 
enc_x265 jpeg libav +lz4 lzo opengl pillow pulseaudio server sound test vpx 
webcam"
+IUSE="+client +clipboard csc cups dbus dec_avcodec2 enc_ffmpeg enc_x264 
enc_x265 jpeg libav +lz4 lzo opengl pillow pulseaudio server sound test vpx 
webcam webp"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
        clipboard? ( || ( server client ) )
@@ -58,7 +58,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
        sound? ( media-libs/gstreamer:1.0
                media-libs/gst-plugins-base:1.0
                dev-python/gst-python:1.0 )
-       vpx? ( media-libs/libvpx virtual/ffmpeg )"
+       vpx? ( media-libs/libvpx virtual/ffmpeg )
+       webp? ( media-libs/libwebp )"
 
 RDEPEND="${COMMON_DEPEND}
        dev-python/ipython[${PYTHON_USEDEP}]
@@ -90,6 +91,8 @@ PATCHES=( 
"${FILESDIR}"/${PN}-0.13.1-ignore-gentoo-no-compile.patch
 pkg_postinst() {
        enewgroup ${PN}
        tmpfiles_process /usr/lib/tmpfiles.d/xpra.conf
+
+       xdg_pkg_postinst
 }
 
 python_prepare_all() {
@@ -131,6 +134,7 @@ python_configure_all() {
                $(use_with vpx)
                --with-warn
                $(use_with webcam)
+               $(use_with webp)
                --with-x11
        )
 

Reply via email to