From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/
Date: Sat, 5 Dec 2020 22:54:01 +0000 (UTC) [thread overview]
Message-ID: <1607208834.5c79e2bcb4a4026243cf2e0cf589a5619ceec8c5.mattst88@gentoo> (raw)
commit: 5c79e2bcb4a4026243cf2e0cf589a5619ceec8c5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 5 22:24:26 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 22:53:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c79e2bc
net-misc/gnome-remote-desktop: Version bump to 0.1.8
Closes: https://bugs.gentoo.org/757375
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-misc/gnome-remote-desktop/Manifest | 1 +
.../gnome-remote-desktop-0.1.8.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/net-misc/gnome-remote-desktop/Manifest b/net-misc/gnome-remote-desktop/Manifest
index c65e6461d5c..f16238544fb 100644
--- a/net-misc/gnome-remote-desktop/Manifest
+++ b/net-misc/gnome-remote-desktop/Manifest
@@ -1 +1,2 @@
DIST gnome-remote-desktop-0.1.7.tar.xz 25636 BLAKE2B 00e389bc8887c3d43f9221a45c6c7154e4140fab560c5c568fe92f06794b736efcf2265c763d0d9d57d5343dd2f71b7a3a2c45b0466cdae608f0a609af53175d SHA512 dd20e5e6fd724ff03d8a32319c7145f1fef4331439e52921b812f087e6b83185bf318bb2fb9758fe083ec3cfea30448b601da4ed1aba85fa892ef7fbb794b9ed
+DIST gnome-remote-desktop-0.1.8.tar.bz2 28565 BLAKE2B 8c14200eb17503eb92c7a7db51d487f17bca7616848aa8f555d2c31a5b758b500d6bbcb78a4a75cebbe0220281079848517c58813783497b463b0a771f07229b SHA512 1e433a95c303ce82782c27412c4f4456f0ecf33eb1e63b61b11f1cde68b6113a765a0f7d7871f73af8a253f1d7b3d3d4dafd36c3e5e9fa6d6c97279747f584ab
diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.8.ebuild b/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.8.ebuild
new file mode 100644
index 00000000000..dcbc76e70e2
--- /dev/null
+++ b/net-misc/gnome-remote-desktop/gnome-remote-desktop-0.1.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson systemd xdg
+
+DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
+HOMEPAGE="https://gitlab.gnome.org/jadahl/gnome-remote-desktop"
+SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="
+ dev-libs/glib:2
+ >=media-video/pipewire-0.3.0:0/0.3
+ sys-apps/systemd
+ net-libs/libvncserver
+ app-crypt/libsecret
+ x11-libs/libnotify
+"
+RDEPEND="${DEPEND}
+ x11-wm/mutter[screencast]
+"
+BDEPEND="
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2020-12-05 22:54 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-05 22:54 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-18 14:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/ Matt Turner
2021-04-18 14:26 Matt Turner
2021-05-03 19:30 Matt Turner
2021-09-19 9:35 Pacho Ramos
2021-12-18 6:36 Sam James
2022-01-24 22:43 Matt Turner
2022-01-27 3:25 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-26 0:23 Matt Turner
2022-04-24 20:46 Matt Turner
2022-04-28 15:31 Matt Turner
2022-05-30 14:34 Matt Turner
2022-07-03 21:04 Matt Turner
2022-07-21 2:04 Matt Turner
2022-08-07 2:24 Matt Turner
2022-09-21 14:17 Matt Turner
2022-09-26 13:34 Matt Turner
2022-10-14 14:29 Matt Turner
2022-10-25 15:25 Matt Turner
2022-10-31 17:58 Matt Turner
2022-12-03 18:03 Matt Turner
2022-12-04 2:41 Matt Turner
2023-01-09 15:45 Matt Turner
2023-02-20 17:32 Matt Turner
2023-03-19 3:51 Matt Turner
2023-04-02 0:57 Matt Turner
2023-04-22 21:51 Matt Turner
2023-05-17 21:55 Matt Turner
2023-05-28 2:35 Matt Turner
2023-06-19 15:30 Matt Turner
2023-09-18 13:29 Matt Turner
2023-09-22 2:33 Matt Turner
2023-09-29 10:34 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2024-03-17 16:35 Mike Gilbert
2024-07-16 8:41 Pacho Ramos
2024-07-16 8:41 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2025-03-25 8:14 Sam James
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=1607208834.5c79e2bcb4a4026243cf2e0cf589a5619ceec8c5.mattst88@gentoo \
--to=mattst88@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