summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/xpra: add github upstream metadataSam James2023-07-271-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/xpra: sync the live ebuild with 4.4.6-r1.Benda Xu2023-06-272-40/+11
| | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* x11-wm/xpra: migrate to PEP517.Benda Xu2023-06-271-2/+10
| | | | | | A /usr/etc installation location bug is unveiled. Fix it. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* x11-wm/xpra: retry to prefixify Xpra.Benda Xu2023-06-271-4/+2
| | | | | | | | | Xpra likes to embed many hard-coded directory guess making the prefixify tricky in the past. This is an attempt to prefixify it from a minimal set of modifications. Bug: https://bugs.gentoo.org/802105 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* x11-wm/xpra: Conditionally require pillow[webp] and drop pillow USE flagJames Le Cuirot2023-06-264-6/+5
| | | | | | | | We have had pillow as an unconditional dependency for ages. It is technically optional, but upstream strongly recommends it. Closes: https://bugs.gentoo.org/799752 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Version bump to 4.4.6James Le Cuirot2023-06-242-0/+221
| | | | | | The tests still fail. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Avoid udev directory move on usr-merge systemsJames Le Cuirot2023-06-172-6/+10
| | | | | Closes: https://bugs.gentoo.org/908477 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: drop 4.3.4-r1Andreas Sturmlechner2023-06-124-253/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/xpra: Stabilize 4.4.5-r2 x86, #908248Arthur Zamarin2023-06-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/xpra: Stabilize 4.4.5-r2 amd64, #908248Arthur Zamarin2023-06-111-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/xpra: Switch IUSE=pulseaudio to media-libs/libpulseAndreas Sturmlechner2023-06-102-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/xpra: drop 4.4.5-r1Andreas Sturmlechner2023-06-101-218/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/xpra: Fix doc_dir sedAndreas Sturmlechner2023-06-102-1/+219
| | | | | Closes: https://bugs.gentoo.org/908088 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-wm/xpra: use virtual/pandocSam James2023-06-083-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/xpra: Set DISTUTILS_EXT=1Pacho Ramos2023-06-072-0/+2
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-wm/xpra: Migrate to Ayatana indicatorsPacho Ramos2023-06-072-2/+2
| | | | | | | | See https://bugs.gentoo.org/887171 for rational, all packages in testing were already migrated. Upstream support both implementations using ayatana if possible and falling back to old implementation if ayatana is not available. Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* x11-wm/xpra: Bump to 4.4.5, drop old 4.4.4James Le Cuirot2023-05-232-1/+1
| | | | | Bug: https://bugs.gentoo.org/906130 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Add trayicon USE flag and missing dependencyJames Le Cuirot2023-05-203-2/+5
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Set --without-strict to avoid -WerrorJames Le Cuirot2023-05-163-3/+3
| | | | | | | I don't know why --with-strict was given before as it's a bad idea. Closes: https://bugs.gentoo.org/906343 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Use setup.py args to avoid sd_listen/service filesJames Le Cuirot2023-05-163-21/+4
| | | | | | I didn't realise I could have done this without a patch. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: remove unused patchMichael Mair-Keimberger2023-05-161-100/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31065 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Update xpra_udev_product_version pathJames Le Cuirot2023-05-162-2/+2
| | | | | | | It has changed since 4.3. Closes: https://bugs.gentoo.org/906372 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Version bump to 4.4.4James Le Cuirot2023-05-144-0/+340
| | | | | | | Some tests are failing, but I can't figure out why. Closes: https://bugs.gentoo.org/882613 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Update 9999 for latest changesJames Le Cuirot2023-05-145-25/+69
| | | | | | Some tests are failing, but I can't figure out why. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Don't use reserved TDEPEND variable nameJames Le Cuirot2023-05-142-6/+6
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Add missing cryptography dependencyJames Le Cuirot2023-05-142-4/+6
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Disable x265 as it causes issuesJames Le Cuirot2023-05-142-4/+4
| | | | | | | We're not supposed to use it apparently. Bug: https://github.com/Xpra-org/xpra/issues/3822 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop old 4.3.3James Le Cuirot2023-05-014-263/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Stabilize 4.3.4 x86, #904599Arthur Zamarin2023-05-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/xpra: Stabilize 4.3.4 amd64, #904599Arthur Zamarin2023-04-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-wm/xpra: Use pypi.eclassMichał Górny2023-03-172-3/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-wm/xpra: enable py3.11Benda Xu2023-02-013-4/+9
| | | | | | | | | xpra now treat its main "xpra" as scripts, so that the latter has to be enabled. xpra_udev_product_version is a udev helper script. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* x11-wm/xpra: Prevent Wayland from confusing the testsJames Le Cuirot2022-09-043-3/+6
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop old 4.2James Le Cuirot2022-08-294-223/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Stabilize 4.3.3 x86, #853619Jakov Smolić2022-08-291-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-wm/xpra: Stabilize 4.3.3 amd64, #853619Sam James2022-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-wm/xpra: Version bump to 4.3.4James Le Cuirot2022-06-223-1/+214
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Add udev USE flag and call udev_reload when enabledJames Le Cuirot2022-05-262-8/+30
| | | | | Closes: https://bugs.gentoo.org/847037 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Patch around setup.py hardcoded call to cppJames Le Cuirot2022-05-222-0/+35
| | | | | | | This has been merged upstream. Closes: https://bugs.gentoo.org/831337 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop old 4.3.2James Le Cuirot2022-05-222-198/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Version bump to 4.3.3James Le Cuirot2022-04-292-0/+204
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Add live ebuildJames Le Cuirot2022-04-172-0/+226
| | | | | | | Strangely, the unit tests often get fixed up after each release, so it helps to catch and fix these early. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop myself from maintainershipAndreas K. Hüttel2022-03-111-4/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* x11-wm/xpra: Don't install service files by patching insteadJames Le Cuirot2022-02-284-6/+40
| | | | | | | | Auto-detection is used to determine what files to install, and where, which can be unpredictable, hence my earlier fix broke. Closes: https://bugs.gentoo.org/834336 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Add Python 3.10 to version 4.3.2James Le Cuirot2022-02-271-1/+1
| | | | | | The tests pass. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Delete the non-Gentoo init.d scriptJames Le Cuirot2022-02-272-0/+6
| | | | | | | | | It was not marked executable, but we should not install a non-Gentoo script anyway. I don't personally use Xpra as a server on Gentoo, so I'm not going to write a script, but anyone is welcome to contribute one. Closes: https://bugs.gentoo.org/833858 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop old 4.3.1-r1James Le Cuirot2022-02-272-197/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop unused Manifest entryJames Le Cuirot2022-01-281-1/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* x11-wm/xpra: Drop old 4.2.3James Le Cuirot2022-01-284-303/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>