Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xournalpp/
Date: Fri, 25 Feb 2022 21:08:05
Message-Id: 1645823271.fa2669694266947a8d0aa75664ac5ad389058974.dilfridge@gentoo
1 commit: fa2669694266947a8d0aa75664ac5ad389058974
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 21:07:33 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 21:07:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa266969
7
8 app-text/xournalpp: Version bump 1.1.1
9
10 Closes: https://bugs.gentoo.org/833353
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-text/xournalpp/Manifest | 1 +
15 .../xournalpp/{xournalpp-9999.ebuild => xournalpp-1.1.1.ebuild} | 9 +++++----
16 app-text/xournalpp/xournalpp-9999.ebuild | 9 +++++----
17 3 files changed, 11 insertions(+), 8 deletions(-)
18
19 diff --git a/app-text/xournalpp/Manifest b/app-text/xournalpp/Manifest
20 index b8173784952a..69801d025fac 100644
21 --- a/app-text/xournalpp/Manifest
22 +++ b/app-text/xournalpp/Manifest
23 @@ -1 +1,2 @@
24 DIST xournalpp-1.0.20.tgz 14895705 BLAKE2B f1a4721f4f0b2f0e666c7466d7ddbd1f299172576d5f86b4ab8150d3bf05231cc7bb40e750394d892fe8ce32b6106e29456e3e9fa976b1bf07a808bf1bfff953 SHA512 c73783d5e40262b2c6f7f6be372839c73a19ab25fc258a7524660654526a3a35a6ba16ba282f793e7982ff97d006703c103fdd579fc16a3e636bf6daf94fe346
25 +DIST xournalpp-1.1.1.tgz 15093900 BLAKE2B 87988bc78a0d904f1e3533e393bcdfc7b76517f6cc13343cb63ceaa83de25eca885274238ce45840334ea653964c9cd1834fc22d5b2c89a731ae5616f01f22c8 SHA512 efba97d26f624e3a1b8164ef6333a0f1d2992d0245414bdb51692d845965f6c37071f687520b43a94f713465796a16cbafd8929fd3bf8e6c3face847df92251d
26
27 diff --git a/app-text/xournalpp/xournalpp-9999.ebuild b/app-text/xournalpp/xournalpp-1.1.1.ebuild
28 similarity index 79%
29 copy from app-text/xournalpp/xournalpp-9999.ebuild
30 copy to app-text/xournalpp/xournalpp-1.1.1.ebuild
31 index a2510c4f8952..2c5a3a5f0527 100644
32 --- a/app-text/xournalpp/xournalpp-9999.ebuild
33 +++ b/app-text/xournalpp/xournalpp-1.1.1.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 inherit cmake xdg
43
44 @@ -10,8 +10,8 @@ if [[ ${PV} == *9999 ]]; then
45 EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
46 unset SRC_URI
47 else
48 - KEYWORDS="~amd64"
49 - SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz"
50 + KEYWORDS="~amd64 ~ppc64"
51 + SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
52 fi
53
54 DESCRIPTION="Handwriting notetaking software with PDF annotation support"
55 @@ -26,6 +26,7 @@ COMMONDEPEND="
56 dev-libs/glib
57 dev-libs/libxml2
58 dev-libs/libzip:=
59 + gnome-base/librsvg
60 media-libs/portaudio[cxx]
61 media-libs/libsndfile
62 sys-libs/zlib:=
63
64 diff --git a/app-text/xournalpp/xournalpp-9999.ebuild b/app-text/xournalpp/xournalpp-9999.ebuild
65 index a2510c4f8952..2c5a3a5f0527 100644
66 --- a/app-text/xournalpp/xournalpp-9999.ebuild
67 +++ b/app-text/xournalpp/xournalpp-9999.ebuild
68 @@ -1,7 +1,7 @@
69 -# Copyright 1999-2021 Gentoo Authors
70 +# Copyright 1999-2022 Gentoo Authors
71 # Distributed under the terms of the GNU General Public License v2
72
73 -EAPI=7
74 +EAPI=8
75
76 inherit cmake xdg
77
78 @@ -10,8 +10,8 @@ if [[ ${PV} == *9999 ]]; then
79 EGIT_REPO_URI="https://github.com/xournalpp/xournalpp.git"
80 unset SRC_URI
81 else
82 - KEYWORDS="~amd64"
83 - SRC_URI="https://github.com/xournalpp/xournalpp/archive/${PV}.tar.gz -> ${P}.tgz"
84 + KEYWORDS="~amd64 ~ppc64"
85 + SRC_URI="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tgz"
86 fi
87
88 DESCRIPTION="Handwriting notetaking software with PDF annotation support"
89 @@ -26,6 +26,7 @@ COMMONDEPEND="
90 dev-libs/glib
91 dev-libs/libxml2
92 dev-libs/libzip:=
93 + gnome-base/librsvg
94 media-libs/portaudio[cxx]
95 media-libs/libsndfile
96 sys-libs/zlib:=