summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-07-28 14:27:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-04 10:23:43 +0300
commita7156911c29b3266c86c3b0e43db75fabe7276c1 (patch)
tree81f3715537dce168e9498584478492343f64fee7 /app-text
parentapp-text/htmlrecode: add missing perl bdepend (diff)
downloadgentoo-a7156911c29b3266c86c3b0e43db75fabe7276c1.tar.gz
gentoo-a7156911c29b3266c86c3b0e43db75fabe7276c1.tar.bz2
gentoo-a7156911c29b3266c86c3b0e43db75fabe7276c1.zip
app-text/katarakt: fix pkgcheck issues
also remove lang="en" as it's the default Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37763 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/katarakt/Manifest2
-rw-r--r--app-text/katarakt/katarakt-0.2.ebuild9
-rw-r--r--app-text/katarakt/metadata.xml2
3 files changed, 6 insertions, 7 deletions
diff --git a/app-text/katarakt/Manifest b/app-text/katarakt/Manifest
index 3a47b281192c..d451e4384c35 100644
--- a/app-text/katarakt/Manifest
+++ b/app-text/katarakt/Manifest
@@ -1 +1 @@
-DIST katarakt-v0.2.tar.gz 52004 BLAKE2B af014425bbf9c36350f4c10e57d9668f4a362d786c660f032381f6cf68b006d384c88bb0f4cabee4c0bc8e5f01ad25a44ef38d100ddfdfe955a442313b77b322 SHA512 a07054e0e9915f6239b8149bbd08c8b5ec095b0e9ffb54e03761ad9e59914f66166e4b8359298721a6b46c2bcf5114f40ad117c4826a32660c1fba28f69b8e68
+DIST katarakt-v0.2.tar.bz2 44034 BLAKE2B 97a4f35c37664065983985d5529e69c4cfe3143943ceb2d5ad6bc8ae708ed075bcdc77dfcc50578acc5776119db909077a730bd7ddf23cbf44abc127df0e5f85 SHA512 fbab92f2ecd832c18330bb805abd772b3ea039bf61fba5b5e909c3ceabae5df5ee4753db3422d8633ed57a76fb4e4831e00ee85bcac36d3dc6b32ca8bb58e435
diff --git a/app-text/katarakt/katarakt-0.2.ebuild b/app-text/katarakt/katarakt-0.2.ebuild
index 161ff49aee54..2107baaedbd4 100644
--- a/app-text/katarakt/katarakt-0.2.ebuild
+++ b/app-text/katarakt/katarakt-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,10 +9,11 @@ MY_P="${PN}-v${PV}"
DESCRIPTION="A simple PDF viewer designed to use as much available screen space as possible"
HOMEPAGE="https://gitlab.cs.fau.de/Qui_Sum/katarakt"
-SRC_URI="https://gitlab.cs.fau.de/Qui_Sum/${PN}/-/archive/v${PV}/${MY_P}.tar.gz"
+SRC_URI="https://gitlab.cs.fau.de/Qui_Sum/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
-SLOT="0"
LICENSE="BSD-2"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="
@@ -30,8 +31,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
-
PATCHES=(
"${FILESDIR}/${P}-install.patch"
"${FILESDIR}/${P}-poppler.patch"
diff --git a/app-text/katarakt/metadata.xml b/app-text/katarakt/metadata.xml
index 7a3b0ef78c18..ff290da13d09 100644
--- a/app-text/katarakt/metadata.xml
+++ b/app-text/katarakt/metadata.xml
@@ -9,7 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <longdescription lang="en">
+ <longdescription>
katarakt is a simple PDF viewer. It is designed to use as much available
screen space as possible.