* [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
@ 2020-07-19 17:31 Mart Raudsepp
0 siblings, 0 replies; 5+ messages in thread
From: Mart Raudsepp @ 2020-07-19 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 8ba4b42a62ed0284cd6669411ba87ba35c0442fa
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 17:23:16 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 17:24:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba4b42a
net-misc/grdesktop: add debian patchset for gtk3 port and more
Bug: https://bugs.gentoo.org/726792
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-misc/grdesktop/Manifest | 1 +
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 44 +++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/net-misc/grdesktop/Manifest b/net-misc/grdesktop/Manifest
index 20c2a99a885..ac6b20fc934 100644
--- a/net-misc/grdesktop/Manifest
+++ b/net-misc/grdesktop/Manifest
@@ -1 +1,2 @@
+DIST grdesktop-0.23-patchset.tar.xz 17912 BLAKE2B 0252f3c7fa1779df05d1f7d4315e18e4cce5d4acf69e2a914805d072de25730206bf906b9fe767b777fdfde701ce033563f96087bdc2d85d11271b835947f029 SHA512 0327a17b48ff0f5eb8ab88c683f91deec612cf202cabcde3f150b4be5b19afb612a83ff9dcb965b29899a35c214a7334603263b42c0d2605b48209018845b04b
DIST grdesktop-0.23.tar.gz 299914 BLAKE2B 0a00c721c8d962dd1ad885f4d85130486b3ad9973d21817068f4147ade03d59a2d13dd5e5b26376a0415120521e283a20d79627b62a8bcca15fb2f0213c05bc4 SHA512 a0993d7589d0b22b26535de0cf562604c89ce580fede076c15d8d7f2e7a3bd2fd5ec0a35c6a8ec07fcc8f53a0635381fefe9c2e67d9ff75cec7af47cdd25732f
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
new file mode 100644
index 00000000000..640c10447e9
--- /dev/null
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+inherit gnome2
+
+DESCRIPTION="Gtk3 frontend for rdesktop"
+HOMEPAGE="http://www.nongnu.org/grdesktop/"
+SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/gtk+-3.21.4:3
+ net-misc/rdesktop
+"
+DEPEND="${RDEPEND}
+ app-text/rarian
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ # Patches from debian:
+ # Correct icon path. See bug #50295.
+ # Fix compilation with format-security, bug #517662
+ # gsettings, gtk3 port, gcc10 compat, etc
+ "${WORKDIR}"/grdesktop-0.23+d040330-7
+)
+
+src_prepare() {
+ gnome2_src_prepare
+ # Fix desktop file validation after debian patchset (it removes Action line, but not the action itself - remove that here)
+ sed -e '/Desktop Action Full/,+1d' -i grdesktop.desktop
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --with-keymap-path=/usr/share/rdesktop/keymaps/
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
@ 2020-08-28 22:21 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2020-08-28 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 7310bb6bb45c4f3ad1ca36d186d1c0a9f442d6c9
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 19:18:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 22:21:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7310bb6b
net-misc/grdesktop: stable 0.23-r2 for sparc
stable wrt bug #726792
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
index 640c10447e9..00429446d9e 100644
--- a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
@ 2020-08-29 21:27 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-08-29 21:27 UTC (permalink / raw
To: gentoo-commits
commit: ea7dd687e2e3c2529654879e2b73e47f64f6d9b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 21:27:12 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 21:27:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7dd687
net-misc/grdesktop: Stabilize 0.23-r2 ppc, #726792
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
index 00429446d9e..d8e0e775f0d 100644
--- a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ppc sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
@ 2020-08-30 17:14 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2020-08-30 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 06df29567d4962256e945ed44a9e68f260404e30
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 17:11:51 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 17:11:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06df2956
net-misc/grdesktop: x86 stable (bug #726792)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
index d8e0e775f0d..666fd481bec 100644
--- a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc ~x86"
+KEYWORDS="~amd64 ppc sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/
@ 2020-08-31 23:27 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-08-31 23:27 UTC (permalink / raw
To: gentoo-commits
commit: 4b5084c11ceb58fa272a10048dfb95c70ce46daf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 23:26:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 23:26:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5084c1
net-misc/grdesktop: Stabilize 0.23-r2 amd64, #726792
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/grdesktop/grdesktop-0.23-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
index 666fd481bec..15edde92c9a 100644
--- a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-08-31 23:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 17:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2020-08-31 23:27 Sam James
2020-08-29 21:27 Sam James
2020-08-28 22:21 Sergei Trofimovich
2020-07-19 17:31 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox