aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingyun Hua <huajingyun@loongson.cn>2024-05-11 01:29:12 +0000
committerPatrycja Rosa <alpine@ptrcnull.me>2024-05-11 12:57:23 +0000
commitb79c58550c359d967dab54ffc8b9471b0fba2413 (patch)
treee484ad9c6198ca29d82a2724223a6290e2e5b5c7
parente25a673daf22ae5a4048e70fe6aa954f93036a79 (diff)
community/*: disable on loongarch64(limited by texlive)HEADmaster
-rw-r--r--community/atril/APKBUILD4
-rw-r--r--community/biber/APKBUILD2
-rw-r--r--community/biblatex/APKBUILD4
-rw-r--r--community/ebook-tools/APKBUILD4
-rw-r--r--community/gnunet/APKBUILD4
-rw-r--r--community/lilypond/APKBUILD4
-rw-r--r--community/okular/APKBUILD4
-rw-r--r--community/peruse/APKBUILD4
-rw-r--r--community/zathura/APKBUILD2
9 files changed, 16 insertions, 16 deletions
diff --git a/community/atril/APKBUILD b/community/atril/APKBUILD
index 0987ba75b78..cb2d694211c 100644
--- a/community/atril/APKBUILD
+++ b/community/atril/APKBUILD
@@ -5,8 +5,8 @@ pkgver=1.27.0
pkgrel=5
pkgdesc="A document viewer for MATE"
url="https://github.com/mate-desktop/atril"
-# ppc64le, s390x and riscv64 blocked by texlive
-arch="all !ppc64le !s390x !riscv64"
+# ppc64le, s390x, riscv64 and loongarch64 blocked by texlive
+arch="all !ppc64le !s390x !riscv64 !loongarch64"
license="GPL-2.0-or-later"
depends="mate-icon-theme"
# make check is broken: https://github.com/mate-desktop/atril/issues/167
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD
index 66a1f2ee2f1..9e90bfc2273 100644
--- a/community/biber/APKBUILD
+++ b/community/biber/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.20
pkgrel=0
pkgdesc="Backend processor for BibLaTeX"
url="https://github.com/plk/biber"
-arch="noarch !x86 !ppc64le !s390x !riscv64" # biblatex
+arch="noarch !x86 !ppc64le !s390x !riscv64 !loongarch64" # biblatex
license="GPL-2.0"
depends="perl perl-module-build perl-config-autoconf
perl-extutils-libbuilder perl-test-differences perl-file-which
diff --git a/community/biblatex/APKBUILD b/community/biblatex/APKBUILD
index 68fda534cf9..2d30b53a8ea 100644
--- a/community/biblatex/APKBUILD
+++ b/community/biblatex/APKBUILD
@@ -5,8 +5,8 @@ pkgver=3.20
pkgrel=0
pkgdesc="Sophisticated Bibliographies in LaTeX"
url="https://www.ctan.org/pkg/biblatex"
-# s390x and riscv64 blocked by texlive-luatex
-arch="noarch !x86 !ppc64le !s390x !riscv64"
+# s390x, riscv64 and loongarch64 blocked by texlive-luatex
+arch="noarch !x86 !ppc64le !s390x !riscv64 !loongarch64"
license="LPPL-1.3"
depends="texlive-luatex"
makedepends="bash perl"
diff --git a/community/ebook-tools/APKBUILD b/community/ebook-tools/APKBUILD
index 088d5cbce3c..3ab190c1214 100644
--- a/community/ebook-tools/APKBUILD
+++ b/community/ebook-tools/APKBUILD
@@ -5,8 +5,8 @@ pkgver=0.2.2
pkgrel=5
pkgdesc="Tools for accessing and converting various ebook file formats."
url="https://sourceforge.net/projects/ebook-tools/"
-# ppc64le, s390x and riscv64 blocked by texlive
-arch="all !s390x !riscv64 !ppc64le"
+# ppc64le, s390x, riscv64 and loongarch64 blocked by texlive
+arch="all !s390x !riscv64 !ppc64le !loongarch64"
license="MIT"
depends_dev="
libxml2-dev
diff --git a/community/gnunet/APKBUILD b/community/gnunet/APKBUILD
index b423ca71b00..45a78ffa0c8 100644
--- a/community/gnunet/APKBUILD
+++ b/community/gnunet/APKBUILD
@@ -6,8 +6,8 @@ pkgver=0.21.1
pkgrel=0
pkgdesc="A framework for secure and privacy enhancing peer-to-peer networking"
url="https://gnunet.org"
-# ppc64le, s390x, and riscv64 blocked by luatex -> texlive
-arch="all !s390x !ppc64le !riscv64"
+# ppc64le, s390x, riscv64 and loongarch64 blocked by luatex -> texlive
+arch="all !s390x !ppc64le !riscv64 !loongarch64"
license="AGPL-3.0-only"
depends="gnutls-utils bash which iptables coreutils runit"
depends_dev="libgpg-error-dev libgcrypt-dev nettle-dev unbound-dev gnutls-dev
diff --git a/community/lilypond/APKBUILD b/community/lilypond/APKBUILD
index 4a7c2ac193f..8551e028e31 100644
--- a/community/lilypond/APKBUILD
+++ b/community/lilypond/APKBUILD
@@ -5,9 +5,9 @@ pkgver=2.24.3
pkgrel=0
pkgdesc="Music engraving program"
url="https://lilypond.org"
-# ppc64le, s390x, riscv64: texlive
+# ppc64le, s390x, riscv64, loongarch64: texlive
# x86: hangs on build forever
-arch="all !ppc64le !s390x !riscv64 !x86"
+arch="all !ppc64le !s390x !riscv64 !x86 !loongarch64"
license="GPL-3.0-or-later"
depends="
ghostscript
diff --git a/community/okular/APKBUILD b/community/okular/APKBUILD
index 9fb300c7261..7d621d8f07e 100644
--- a/community/okular/APKBUILD
+++ b/community/okular/APKBUILD
@@ -7,8 +7,8 @@ pkgname=okular
pkgver=24.02.2
pkgrel=0
# armhf blocked by extra-cmake-modules
-# ppc64le, s390x and riscv64 blocked by qt5-qtwebengine -> purpose
-arch="all !armhf !ppc64le !s390x !riscv64"
+# ppc64le, s390x, riscv64 and loongarch64 blocked by qt5-qtwebengine -> purpose
+arch="all !armhf !ppc64le !s390x !riscv64 !loongarch64"
url="https://okular.kde.org/"
pkgdesc="A universal document viewer"
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
diff --git a/community/peruse/APKBUILD b/community/peruse/APKBUILD
index 844de5fdcd5..d542540da57 100644
--- a/community/peruse/APKBUILD
+++ b/community/peruse/APKBUILD
@@ -9,8 +9,8 @@ pkgrel=3
pkgdesc="A comic book viewer based on Frameworks 5, for use on multiple form factors"
# armhf blocked by extra-cmake-modules
# s390x blocked by kdeclarative
-# ppc64le and riscv64 blocked by okular
-arch="all !armhf !s390x !riscv64 !ppc64le"
+# ppc64le, riscv64 and loongarch64 blocked by okular
+arch="all !armhf !s390x !riscv64 !ppc64le !loongarch64"
url="https://invent.kde.org/graphics/peruse"
license="LGPL-2.1-or-later AND LicenseRef-KDE-Accepted-LGPL"
depends="
diff --git a/community/zathura/APKBUILD b/community/zathura/APKBUILD
index 7245bfd5baa..185f0ea0b14 100644
--- a/community/zathura/APKBUILD
+++ b/community/zathura/APKBUILD
@@ -36,7 +36,7 @@ subpackages="
source="$pkgname-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/$pkgver.tar.gz"
case "$CARCH" in
-ppc64le|s390x|riscv64) ;;
+ppc64le|s390x|riscv64|loongarch64) ;;
*) makedepends="$makedepends texlive-dev" ;;
esac