From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/
Date: Thu, 24 Mar 2022 12:46:43 +0000 (UTC) [thread overview]
Message-ID: <1648125998.e9ef2e179d50c144238ce30cb32de2b36f86a402.juippis@gentoo> (raw)
commit: e9ef2e179d50c144238ce30cb32de2b36f86a402
Author: Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Fri Mar 18 22:24:52 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 12:46:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ef2e17
x11-misc/xpad: version bump to 5.7
Added an build for x11-misc/xpad-5.7 with support for EAPI 8.
Furthermore, I added myself as a proxied maintainer.
Closes: https://bugs.gentoo.org/834946
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24646
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/xpad/Manifest | 1 +
x11-misc/xpad/metadata.xml | 11 +++++++++--
x11-misc/xpad/xpad-5.7.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+), 2 deletions(-)
diff --git a/x11-misc/xpad/Manifest b/x11-misc/xpad/Manifest
index aa66759aaa15..8da6af7e465c 100644
--- a/x11-misc/xpad/Manifest
+++ b/x11-misc/xpad/Manifest
@@ -1 +1,2 @@
DIST xpad-5.4.0.tar.bz2 163394 BLAKE2B 478e96b6c09748f4643d287887f8432642f42e6786e6473832328f7d1202a1a23d96f2a06859e8da096b0e6c420df06269b6c2459e67cbceb29b9f569d565931 SHA512 a20b1d16d0d9e4cb0b88c969165eb9514b69a0eaef91eca8a3fb4da08ea8a2db32891de3c8a2a4a97db21bf78f515c7b6f798c59ba155f480f866334fca7986f
+DIST xpad-5.7.0.tar.bz2 162675 BLAKE2B 2166816696d2e00a261fcc8e9483841be7803121dc3669ab35fdd014728f16a47860448dd6b754836a3dfcd0fbbd1805b87e470f96c0b692fbe3a588c81ee35f SHA512 ab9319473cbec9a7022e520e2284853270fccca88ad19e8cb52024ce79a2dd8049251009a22b97e2387de12b9e75576e50d4d17a7236cb8e0eb4c840c3400ef3
diff --git a/x11-misc/xpad/metadata.xml b/x11-misc/xpad/metadata.xml
index 8f73356cc3dd..93bd8f933bed 100644
--- a/x11-misc/xpad/metadata.xml
+++ b/x11-misc/xpad/metadata.xml
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>rndxelement@protonmail.com</email>
+ <name>Philipp Rösner</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
<remote-id type="launchpad">xpad</remote-id>
- <changelog>https://launchpadlibrarian.net/253130440/ChangeLog</changelog>
+ <changelog>https://launchpadlibrarian.net/589705902/ChangeLog</changelog>
</upstream>
</pkgmetadata>
diff --git a/x11-misc/xpad/xpad-5.7.0.ebuild b/x11-misc/xpad/xpad-5.7.0.ebuild
new file mode 100644
index 000000000000..86f88b038215
--- /dev/null
+++ b/x11-misc/xpad/xpad-5.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools
+
+DESCRIPTION="A sticky note application for GTK"
+HOMEPAGE="https://launchpad.net/xpad"
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+ app-accessibility/at-spi2-atk
+ dev-libs/atk
+ >=dev-libs/glib-2.58:2
+ sys-devel/gettext
+ x11-libs/gdk-pixbuf
+ x11-libs/gtk+:3[X]
+ x11-libs/gtksourceview:4
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/pango
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-util/intltool-0.31
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
next reply other threads:[~2022-03-24 12:46 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-24 12:46 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 17:29 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xpad/ Joonas Niilola
2025-01-03 17:29 Joonas Niilola
2023-05-29 17:49 Arthur Zamarin
2023-05-29 14:28 Sam James
2023-02-25 9:11 Joonas Niilola
2022-08-18 20:30 Joonas Niilola
2022-08-16 5:36 Joonas Niilola
2022-08-16 5:36 Joonas Niilola
2022-05-31 9:03 Sam James
2022-05-20 6:21 Joonas Niilola
2022-05-20 6:21 Joonas Niilola
2022-05-20 1:17 Sam James
2022-03-26 7:36 Joonas Niilola
2022-03-24 12:46 Joonas Niilola
2022-03-10 23:28 Jonas Stein
2022-03-10 23:28 Jonas Stein
2021-03-15 21:27 Andreas Sturmlechner
2021-03-15 21:18 Sam James
2019-01-08 14:59 Jeroen Roovers
2019-01-08 14:59 Jeroen Roovers
2018-12-30 13:30 Jeroen Roovers
2018-12-30 13:30 Jeroen Roovers
2018-11-21 23:55 Jeroen Roovers
2018-11-21 23:55 Jeroen Roovers
2018-08-25 11:21 Jeroen Roovers
2018-08-25 11:21 Jeroen Roovers
2017-08-15 9:39 Jeroen Roovers
2017-08-15 9:39 Jeroen Roovers
2017-08-09 6:56 Jeroen Roovers
2017-03-16 19:13 David Seifert
2017-03-09 20:50 David Seifert
2017-03-09 20:50 David Seifert
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=1648125998.e9ef2e179d50c144238ce30cb32de2b36f86a402.juippis@gentoo \
--to=juippis@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