public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/
Date: Sat,  9 Jul 2022 20:22:03 +0000 (UTC)	[thread overview]
Message-ID: <1657397982.b2180d9318378d12c5d55cb74e50162c99512359.mgorny@gentoo> (raw)

commit:     b2180d9318378d12c5d55cb74e50162c99512359
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 20:19:42 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 20:19:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2180d93

app-editors/mousepad: Bump to 0.5.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-editors/mousepad/Manifest               |  1 +
 app-editors/mousepad/mousepad-0.5.10.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
index 622fc67807c9..a7981fd9d57a 100644
--- a/app-editors/mousepad/Manifest
+++ b/app-editors/mousepad/Manifest
@@ -1 +1,2 @@
+DIST mousepad-0.5.10.tar.bz2 959696 BLAKE2B bd21145f23f1e92d67489a3ffcdca0afd977aa639706dece5aefd2f5417d2b2122accc1a5c727ec13a4c2f311ec479612953006d78b5509e836f360566d0d320 SHA512 144e72abce8e5fb66a345fb59efe48f136dd9cf9cdcd72496dcee05b08781bdbba036f4ab5af04dbccd38dc52a8e8dd67b5b7434867881a1114de692a012b076
 DIST mousepad-0.5.9.tar.bz2 953685 BLAKE2B f8db50048964c789600ce6d310f6b6a893d7d4406d55f0666b7e78bf3e54446d3ec56eb70a059da6fac367d7c3f3fc5861fb29dadf28aa9b0d5e2f62056f3dfb SHA512 915fa1c89d66f793c4dba7826b4934e286e940dbdd9c933bddeeaf76be79d2140cd0feb1dea2946989879ec354d57af36fd61517309ebd4915f18be4b9cf621f

diff --git a/app-editors/mousepad/mousepad-0.5.10.ebuild b/app-editors/mousepad/mousepad-0.5.10.ebuild
new file mode 100644
index 000000000000..dc34dc267e55
--- /dev/null
+++ b/app-editors/mousepad/mousepad-0.5.10.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
+HOMEPAGE="https://git.xfce.org/apps/mousepad/about/"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-libs/glib-2.52
+	>=x11-libs/gtk+-3.22:3
+	>=x11-libs/gtksourceview-4.0.0:4
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	dev-lang/perl
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local myconf=(
+		--enable-gtksourceview4
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


             reply	other threads:[~2022-07-09 20:22 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09 20:22 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-21  4:23 [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/ Arthur Zamarin
2024-03-12 17:51 Michał Górny
2024-03-12 14:38 Arthur Zamarin
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 14:11 Michał Górny
2024-03-09 11:03 Jakov Smolić
2024-02-10  6:58 Ionen Wolkens
2024-02-05 17:35 Michał Górny
2024-01-25  9:21 Sam James
2024-01-25  9:21 Sam James
2024-01-24  4:57 Ionen Wolkens
2024-01-07  5:57 WANG Xuerui
2023-07-24 12:42 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-05-13 16:04 Michał Górny
2023-04-08 18:45 Michał Górny
2023-04-08 17:54 Arthur Zamarin
2023-04-08 17:42 Arthur Zamarin
2023-02-09 18:16 Michał Górny
2022-11-26 17:03 Michał Górny
2022-09-05  5:23 Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 17:45 Sam James
2022-06-07  2:50 Michał Górny
2022-06-06 23:32 Sam James
2022-06-06 10:22 Jakov Smolić
2022-06-06  8:50 Michał Górny
2022-04-01 15:39 Michał Górny
2022-02-10 12:02 Michał Górny
2022-02-10 11:43 Sam James
2022-02-10 11:13 Jakov Smolić
2021-11-26 11:57 Michał Górny
2021-11-05 19:16 Michał Górny
2021-11-05 17:33 Sam James
2021-11-05 10:04 Agostino Sarubbo
2021-09-25 15:16 Michał Górny
2021-09-25 15:14 Agostino Sarubbo
2021-09-24  7:00 Agostino Sarubbo
2021-09-23 19:03 Michał Górny
2021-07-31 18:11 Michał Górny
2021-07-03  1:30 Sam James
2021-07-03  1:28 Sam James
2021-05-12  9:54 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-04-02 23:42 Michał Górny
2021-02-28 18:20 Michał Górny
2021-02-19 16:42 Michał Górny
2021-02-19 16:11 Sam James
2021-02-19  4:19 Sam James
2021-01-31 18:31 Michał Górny
2020-12-23  8:29 Michał Górny
2020-11-30 17:44 Michał Górny
2020-11-20 19:46 Michał Górny
2020-07-16 14:06 Sam James
2020-06-11 22:08 Mart Raudsepp
2019-07-28 15:50 Michał Górny
2019-07-28 15:43 Michał Górny
2018-11-12 13:45 Mikle Kolyada
2018-06-02  8:48 Michał Górny
2018-03-11 18:23 Denis Dupeyron
2018-03-11 18:23 Denis Dupeyron
2018-01-05 10:27 Mikle Kolyada
2017-11-27 19:37 Denis Dupeyron

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=1657397982.b2180d9318378d12c5d55cb74e50162c99512359.mgorny@gentoo \
    --to=mgorny@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