Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/girara/
Date: Sun, 27 Mar 2022 23:20:37
Message-Id: 1648423112.c1a28f52848d845ae545de3c93913990c469f36a.slashbeast@gentoo
1 commit: c1a28f52848d845ae545de3c93913990c469f36a
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 23:18:32 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 23:18:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a28f52
7
8 dev-libs/girara: 0.3.7 version bump; takeover.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 dev-libs/girara/Manifest | 1 +
13 dev-libs/girara/girara-0.3.7.ebuild | 46 +++++++++++++++++++++++++++++++++++++
14 dev-libs/girara/metadata.xml | 5 +++-
15 3 files changed, 51 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest
18 index 3173af0776fa..3f0c4007f041 100644
19 --- a/dev-libs/girara/Manifest
20 +++ b/dev-libs/girara/Manifest
21 @@ -1,2 +1,3 @@
22 DIST girara-0.3.5.tar.xz 60488 BLAKE2B 2d0f2f0635e8e8906810b1425191f5d70b7f9af0985c461bd90654e83d87ad698da225d70064438fed4473295aca8dbd26c4ce1efd96f8a7399e7145b1f8c111 SHA512 e7c5bf887b29767878502224ad45d62e43b3da91bd8e754603256550d4f0126f1493f0fb7473a4ebb8cc5909306564249c6a60e99eba2b0b417b98c728fcdc84
23 DIST girara-0.3.6.tar.xz 60056 BLAKE2B 4a9f651e2127c7924cd3e55c7f955b3f80b90849b5ee06f2785388ae3adbb8910bb90e59f934f426fdb6d8e7d797ac82a52bc7b05becff56e1aff610e5e56081 SHA512 e9496b1bb629d59377ed1fee8a2fab2c7e5d60845e6777ed9bb796e1843fea20abda32d7de885f01e892654ea996490403c442021528b6b4f2aa50cf54d74c42
24 +DIST girara-0.3.7.tar.xz 60352 BLAKE2B 59515baf53d3ef46d98d5720437c253c82637df8380abe04a1649d4a2636124d6d0dfb001c9363d8a33a1bc496511e90b8c5365db34a29d489802fc780575d2a SHA512 9b91ef7e5047b3250327eab9280372f38615e9948884c108c3d1c5d3e81794f786adc827692b112d2bfdc2660e22206a143fafd5a814408df8ffd4c858148717
25
26 diff --git a/dev-libs/girara/girara-0.3.7.ebuild b/dev-libs/girara/girara-0.3.7.ebuild
27 new file mode 100644
28 index 000000000000..4369250666d4
29 --- /dev/null
30 +++ b/dev-libs/girara/girara-0.3.7.ebuild
31 @@ -0,0 +1,46 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit meson virtualx
38 +
39 +DESCRIPTION="UI library that focuses on simplicity and minimalism"
40 +HOMEPAGE="https://pwmt.org/projects/girara/"
41 +
42 +if [[ ${PV} == *999 ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
45 + EGIT_BRANCH="develop"
46 +else
47 + SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz"
48 + KEYWORDS="~amd64 ~arm ~riscv ~x86"
49 +fi
50 +
51 +LICENSE="ZLIB"
52 +SLOT="0"
53 +IUSE="doc libnotify test"
54 +
55 +RESTRICT="!test? ( test )"
56 +
57 +DEPEND="dev-libs/glib:2
58 + dev-libs/json-c:=
59 + >=x11-libs/gtk+-3.20:3
60 + libnotify? ( x11-libs/libnotify )"
61 +RDEPEND="${DEPEND}"
62 +BDEPEND="doc? ( app-doc/doxygen )
63 + test? ( dev-libs/check )
64 + virtual/pkgconfig"
65 +
66 +src_configure() {
67 + local emesonargs=(
68 + -Djson=enabled
69 + -Ddocs=$(usex doc enabled disabled)
70 + -Dnotify=$(usex libnotify enabled disabled)
71 + )
72 + meson_src_configure
73 +}
74 +
75 +src_test() {
76 + virtx meson_src_test
77 +}
78
79 diff --git a/dev-libs/girara/metadata.xml b/dev-libs/girara/metadata.xml
80 index 71bb9e0c6245..4311c033d558 100644
81 --- a/dev-libs/girara/metadata.xml
82 +++ b/dev-libs/girara/metadata.xml
83 @@ -1,7 +1,10 @@
84 <?xml version="1.0" encoding="UTF-8"?>
85 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
86 <pkgmetadata>
87 - <!-- maintainer-needed -->
88 + <maintainer type="person">
89 + <email>slashbeast@g.o</email>
90 + <name>Piotr Karbowski</name>
91 + </maintainer>
92 <upstream>
93 <maintainer status="active">
94 <email>mlq@××××.org</email>