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: Sun, 31 Jan 2021 18:31:51 +0000 (UTC) [thread overview]
Message-ID: <1612117905.2499367b3604eeeebb3232289e09fc7b24b14144.mgorny@gentoo> (raw)
commit: 2499367b3604eeeebb3232289e09fc7b24b14144
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 17:58:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:31:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2499367b
app-editors/mousepad: Bump to 0.5.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-editors/mousepad/Manifest | 1 +
app-editors/mousepad/mousepad-0.5.2.ebuild | 36 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
index 2968cd6c2e6..9d417299490 100644
--- a/app-editors/mousepad/Manifest
+++ b/app-editors/mousepad/Manifest
@@ -2,3 +2,4 @@ DIST mousepad-0.4.2.tar.bz2 696014 BLAKE2B 2591f177b59147e01502329939365c5f18031
DIST mousepad-0.4.90.tar.bz2 808320 BLAKE2B 5a639001663d24a9d0ae126f672adb5d3a72825893e0f0d90e263596f214d76f973e0743248efee8562dc04afb09c0519ed649ca5d36b9221569490e289d687f SHA512 e839584782b09ee9d485ca4dcf05e22afb459cba269b3a15fe2dc0e3f3240bc15b1a8d7db92160b735d97d7293e67b0484b50ac3e72946b499dc65ac1097390b
DIST mousepad-0.5.0.tar.bz2 810533 BLAKE2B c98fe38d65923fca2a5f2a769ad8fd0c92f77c6aff2c658e2ecd3bc3081988cb10b5dd49ba36020fe05c6f172e08f6efb825eb2c38b630dbcc6fd4d639313e15 SHA512 06cab143a3a0f98ad2aeecb0c7f034b8dede355de09632217da27dfb0675909c6cb284b227644c9ab3513a67fb23594ee63f0112ade69830d46559a8e7d65842
DIST mousepad-0.5.1.tar.bz2 826973 BLAKE2B 6e0ae6570221b8e7ecfc5b7bf513eb7bf6efd745f977d46a1bc78d9ef4d59984964abc423f381d5170edc4a44f6672f1fa44f4bdc898260c43d0685c3603da30 SHA512 2b9403332f370bb75bf03a0e0aeab2b2f889fcd2fcef54e6d958e82933f5b6044dbf9416cf0ca5b43f4c304bb93dec185c647ebb40ed3915a87a15b76cf2e634
+DIST mousepad-0.5.2.tar.bz2 850592 BLAKE2B a30185f7a9c276eb5744db4664cdc9ad41520ec12018118f5ddfc2d39a5a5d6545d90222660d585c5b570c9e5a32c921edf2d727adcfad6addacdaa412d094e4 SHA512 03302b95f411240d19631b48fe462e47b7d6fa9cc0df07b9de2e56f1f402a9058ab423353ab8b3530ad14889e62299c7a1bed020349cca059d13566c6b8db8b8
diff --git a/app-editors/mousepad/mousepad-0.5.2.ebuild b/app-editors/mousepad/mousepad-0.5.2.ebuild
new file mode 100644
index 00000000000..727e1bf8656
--- /dev/null
+++ b/app-editors/mousepad/mousepad-0.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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 ~x86"
+
+RDEPEND=">=dev-libs/glib-2.52
+ >=xfce-base/xfconf-4.12:=
+ >=x11-libs/gtk+-3.22:3
+ >=x11-libs/gtksourceview-3.24:3.0"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-lang/perl
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+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
+}
next reply other threads:[~2021-01-31 18:31 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-31 18:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 11:02 [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/ Michał Górny
2024-11-09 10:47 Arthur Zamarin
2024-11-09 10:08 Arthur Zamarin
2024-11-09 9:02 Arthur Zamarin
2024-11-09 9:02 Arthur Zamarin
2024-11-09 8:44 Sam James
2024-11-09 8:44 Sam James
2024-10-21 11:44 Michał Górny
2024-06-21 4:23 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-07-09 20:22 Michał Górny
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
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=1612117905.2499367b3604eeeebb3232289e09fc7b24b14144.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