Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mousepad/
Date: Sun, 28 Feb 2021 18:20:50
Message-Id: 1614536442.c740dae40a35352abae963d07f1a9d0b563eedd8.mgorny@gentoo
1 commit: c740dae40a35352abae963d07f1a9d0b563eedd8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 17:52:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 18:20:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c740dae4
7
8 app-editors/mousepad: Bump to 0.5.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-editors/mousepad/Manifest | 1 +
13 app-editors/mousepad/mousepad-0.5.3.ebuild | 36 ++++++++++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/app-editors/mousepad/Manifest b/app-editors/mousepad/Manifest
17 index 5cada7c4057..ef24ac0c5a1 100644
18 --- a/app-editors/mousepad/Manifest
19 +++ b/app-editors/mousepad/Manifest
20 @@ -1 +1,2 @@
21 DIST mousepad-0.5.2.tar.bz2 850592 BLAKE2B a30185f7a9c276eb5744db4664cdc9ad41520ec12018118f5ddfc2d39a5a5d6545d90222660d585c5b570c9e5a32c921edf2d727adcfad6addacdaa412d094e4 SHA512 03302b95f411240d19631b48fe462e47b7d6fa9cc0df07b9de2e56f1f402a9058ab423353ab8b3530ad14889e62299c7a1bed020349cca059d13566c6b8db8b8
22 +DIST mousepad-0.5.3.tar.bz2 848169 BLAKE2B c5001d5a1f3c8ef820fdf2297679b8c7acae7cb08ed134529b7b1e0861e8d9b36c9495b6a207371c9e6a0f59a3f7bd41adaa678250d96ab7112427d5cfc2aa0d SHA512 596d85a9b7caa1616bd5adc2bb4f7ddbdf47d9e4a049f100581ecba9c61db5243f45d3dd8217ecaed1803c73c2221a396817790efe3898c487c12c8ce8d328c6
23
24 diff --git a/app-editors/mousepad/mousepad-0.5.3.ebuild b/app-editors/mousepad/mousepad-0.5.3.ebuild
25 new file mode 100644
26 index 00000000000..727e1bf8656
27 --- /dev/null
28 +++ b/app-editors/mousepad/mousepad-0.5.3.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +inherit gnome2-utils xdg-utils
35 +
36 +DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment"
37 +HOMEPAGE="https://git.xfce.org/apps/mousepad/about/"
38 +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
43 +
44 +RDEPEND=">=dev-libs/glib-2.52
45 + >=xfce-base/xfconf-4.12:=
46 + >=x11-libs/gtk+-3.22:3
47 + >=x11-libs/gtksourceview-3.24:3.0"
48 +DEPEND="${RDEPEND}"
49 +BDEPEND="
50 + dev-lang/perl
51 + dev-util/intltool
52 + sys-devel/gettext
53 + virtual/pkgconfig"
54 +
55 +pkg_postinst() {
56 + gnome2_schemas_update
57 + xdg_desktop_database_update
58 + xdg_icon_cache_update
59 +}
60 +
61 +pkg_postrm() {
62 + gnome2_schemas_update
63 + xdg_desktop_database_update
64 + xdg_icon_cache_update
65 +}