public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/
Date: Fri, 26 Aug 2022 07:09:33 +0000 (UTC)	[thread overview]
Message-ID: <1661497766.8c4440ad220d2afe16e4c8d92d655b44bcedb0a3.asturm@gentoo> (raw)

commit:     8c4440ad220d2afe16e4c8d92d655b44bcedb0a3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 06:57:02 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 07:09:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4440ad

sys-apps/xdg-desktop-portal: drop 1.14.4, 1.14.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/xdg-desktop-portal/Manifest               |  2 -
 .../xdg-desktop-portal-1.14.4.ebuild               | 45 ----------------------
 .../xdg-desktop-portal-1.14.5.ebuild               | 45 ----------------------
 3 files changed, 92 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal/Manifest b/sys-apps/xdg-desktop-portal/Manifest
index 36ef1df5823f..ba757d537994 100644
--- a/sys-apps/xdg-desktop-portal/Manifest
+++ b/sys-apps/xdg-desktop-portal/Manifest
@@ -1,3 +1 @@
-DIST xdg-desktop-portal-1.14.4.tar.xz 510492 BLAKE2B 32f71cbc74d6bb3010e31172972dd7bfc4c982691ef55f66c29d5cf4aa2abeed816f890800691e898f739c2c7aa13db1e04f322c89ce30e9ac8a69b87435a448 SHA512 23fa4f9fdf39f22d6eaa4f6020db5f81d272b85fe6051467c5e28a752c65b18a9b540fafe5b27725fafa29dffefcd113d873928cd78e3658895cd24d96b82f73
-DIST xdg-desktop-portal-1.14.5.tar.xz 514880 BLAKE2B ec470a54c3336c73af1cee1c589726884dc5607d7af6e68d4ea8653706fb5a33aa2bf8e45b432d4954c49fa313d62f43f658efb0222c2c706cd377bdbf74c5b7 SHA512 5ce108ca5ef7bffe292d2ac39f22e555c56b02ec1635716bb1fb71aebf9146aa1fdda1392a6c8e2c9e61f1789445eb642b91cf8d25d3aa3f196a368026aeb984
 DIST xdg-desktop-portal-1.14.6.tar.xz 515076 BLAKE2B fa39b207fa883cd15389d644eb6e6491f8619a4609d3fc9c7e92c039f7247c4b2acbc5031ec25213b61b69d1b14f1f8867b41a20f0d85e4bfd56a9d3d5d715f4 SHA512 2991f435d6808d0838b0ed64f37694dbd9128473edfbc36468e9ee289a962a8c2ec465b87c22a1571801de34bd08ea64b4570dcc3160e03fb6a07270a311e263

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.4.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.4.ebuild
deleted file mode 100644
index 88a0b170d6e9..000000000000
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Desktop integration portal"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
-IUSE="geolocation screencast systemd"
-
-DEPEND="
-	>=dev-libs/glib-2.66:2
-	dev-libs/json-glib
-	>=sys-fs/fuse-3.10.0:3
-	x11-libs/gdk-pixbuf
-	geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
-	screencast? ( >=media-video/pipewire-0.3:= )
-	systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}
-	sys-apps/dbus
-"
-BDEPEND="
-	dev-util/gdbus-codegen
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myeconfargs=(
-		--disable-docbook-docs # requires flatpak
-		--disable-libportal # not packaged
-		--with-systemduserunitdir="$(systemd_get_userunitdir)"
-		$(use_enable geolocation geoclue)
-		$(use_enable screencast pipewire)
-		$(use_with systemd)
-	)
-	econf "${myeconfargs[@]}"
-}

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.5.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.5.ebuild
deleted file mode 100644
index b3c3088512f7..000000000000
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.14.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Desktop integration portal"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="geolocation screencast systemd"
-
-DEPEND="
-	>=dev-libs/glib-2.66:2
-	dev-libs/json-glib
-	>=sys-fs/fuse-3.10.0:3
-	x11-libs/gdk-pixbuf
-	geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
-	screencast? ( >=media-video/pipewire-0.3:= )
-	systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}
-	sys-apps/dbus
-"
-BDEPEND="
-	dev-util/gdbus-codegen
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local myeconfargs=(
-		--disable-docbook-docs # requires flatpak
-		--disable-libportal # not packaged
-		--with-systemduserunitdir="$(systemd_get_userunitdir)"
-		$(use_enable geolocation geoclue)
-		$(use_enable screencast pipewire)
-		$(use_with systemd)
-	)
-	econf "${myeconfargs[@]}"
-}


             reply	other threads:[~2022-08-26  7:09 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26  7:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-23  9:17 [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/ Sam James
2025-04-23  9:17 Sam James
2025-04-23  9:17 Sam James
2025-04-23  9:17 Sam James
2025-04-12 22:24 Sam James
2025-03-26 17:45 Mike Gilbert
2025-03-26  6:30 Sam James
2025-03-20  2:58 Sam James
2025-03-19  2:17 Sam James
2024-04-22 17:07 Andreas Sturmlechner
2024-04-20 17:39 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-04-20 11:56 Andreas Sturmlechner
2024-04-20 11:56 Andreas Sturmlechner
2024-04-06 18:26 Andreas Sturmlechner
2023-12-25 18:22 Sam James
2023-12-25 18:22 Sam James
2023-12-25 18:22 Sam James
2023-11-26 18:34 Sam James
2023-11-03 23:24 Sam James
2023-10-29 20:21 Sam James
2023-10-14  2:28 Sam James
2023-09-22 18:23 Sam James
2023-09-22 17:16 Sam James
2023-09-22 17:16 Sam James
2023-09-22 17:16 Sam James
2023-09-22 17:01 Sam James
2023-06-11 11:18 Andreas Sturmlechner
2023-05-22  8:27 Arthur Zamarin
2023-05-21 19:51 Sam James
2023-05-21  6:10 Arthur Zamarin
2023-05-06  9:40 Sam James
2023-04-22 18:09 Andreas Sturmlechner
2023-04-22 15:10 Arthur Zamarin
2023-04-22 15:04 Arthur Zamarin
2023-04-22 14:57 Arthur Zamarin
2023-02-23 19:09 Andreas Sturmlechner
2022-12-14 20:01 Andreas Sturmlechner
2022-11-05  5:59 Arthur Zamarin
2022-10-10 18:09 Andreas Sturmlechner
2022-09-24 16:46 Matt Turner
2022-08-25 18:15 Agostino Sarubbo
2022-08-24 21:17 Sam James
2022-08-24 18:16 Arthur Zamarin
2022-08-08 12:08 Andreas Sturmlechner
2022-07-20  5:15 Sam James
2022-07-20  4:17 Sam James
2022-06-01  8:59 Andreas Sturmlechner
2022-05-28 20:35 Jakov Smolić
2022-05-28  7:04 Agostino Sarubbo
2022-05-27 11:14 Jakov Smolić
2022-05-09  0:56 Andreas Sturmlechner
2022-05-07  5:28 Sam James
2022-04-28  0:02 Sam James
2022-04-05 16:35 Andreas Sturmlechner
2022-01-26 10:01 Andreas Sturmlechner
2022-01-25 21:25 Sam James
2022-01-25 13:36 Jakov Smolić
2022-01-25 13:36 Jakov Smolić
2021-12-23 11:37 Andreas Sturmlechner
2021-11-08  6:22 Sam James
2021-11-06 19:57 Sam James
2021-11-05 20:24 Jakov Smolić
2021-09-22 21:59 Andreas Sturmlechner
2021-08-18  0:35 Yixun Lan
2021-06-05 10:57 Mikle Kolyada
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-02-25 12:50 Andreas Sturmlechner
2021-02-17 22:13 Andreas Sturmlechner
2021-02-17 21:12 Sam James
2021-02-17  1:56 Sam James
2021-02-16 13:45 Sam James
2021-01-01 19:08 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-10-07 11:05 Agostino Sarubbo
2020-10-07 10:44 Agostino Sarubbo
2020-10-05 11:22 Andreas Sturmlechner
2020-09-20  8:42 Andreas Sturmlechner
2020-07-30  0:00 Sam James
2020-07-29 23:27 Sam James
2020-07-29 22:37 Sam James
2020-07-29 21:29 Andreas Sturmlechner
2020-07-27 13:54 Sam James
2020-07-26 10:05 Andreas Sturmlechner
2020-06-28 15:36 Andreas Sturmlechner
2020-06-28 15:36 Andreas Sturmlechner
2020-06-28 15:36 Andreas Sturmlechner
2020-04-15 22:27 Andreas Sturmlechner
2020-04-15  9:39 Mart Raudsepp
2020-04-14 13:16 Andreas Sturmlechner
2020-04-14 13:16 Andreas Sturmlechner
2020-03-02 12:32 Agostino Sarubbo
2020-03-01 21:44 Agostino Sarubbo
2020-01-03 23:00 Andreas Sturmlechner
2020-01-03 22:58 Andreas Sturmlechner
2019-09-14  7:32 Andreas Sturmlechner
2019-09-13 20:41 Andreas Sturmlechner
2019-08-17 23:02 Andreas Sturmlechner
2019-08-12  6:16 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-08-09 12:51 Agostino Sarubbo
2019-08-08 19:30 Aaron Bauman
2019-07-07 19:20 Andreas Sturmlechner
2019-07-07 15:56 Andreas Sturmlechner
2019-06-22 16:10 Andreas Sturmlechner
2019-06-22 16:08 Andreas Sturmlechner
2019-05-29  0:32 Aaron Bauman
2019-05-12 20:56 Thomas Deutschmann
2019-05-09 20:49 Pacho Ramos
2019-03-10 22:46 Andreas Sturmlechner
2019-02-28 14:32 Mikle Kolyada
2019-02-26 12:13 Andreas Sturmlechner
2019-02-25 17:05 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661497766.8c4440ad220d2afe16e4c8d92d655b44bcedb0a3.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox