diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-03 17:41:19 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-03 17:41:40 +0000 |
commit | d4d3b143285dfac19774537974354ceb13eb1b11 (patch) | |
tree | 2a3ca8ed946c7784f0950635d1c5d3ad99825963 | |
parent | e614ba1564defe25152f269cf6efb8ddcdf1b660 (diff) |
community: mask librsvg dependencies on mips and mips64
48 files changed, 48 insertions, 46 deletions
diff --git a/community/abiword/APKBUILD b/community/abiword/APKBUILD index 3ef40d2fd7a..83567b3dc93 100644 --- a/community/abiword/APKBUILD +++ b/community/abiword/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.0.4 pkgrel=3 pkgdesc="A fully-featured word processor" url="http://www.abisource.com" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg options="!check" # Test suite requires valgrind, etc license="GPL-2.0-or-later" makedepends="gtk+3.0-dev readline-dev libgsf-dev enchant2-dev fribidi-dev wv-dev diff --git a/community/accerciser/APKBUILD b/community/accerciser/APKBUILD index 2d250816453..7d94cb0c6d0 100644 --- a/community/accerciser/APKBUILD +++ b/community/accerciser/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.0 pkgrel=0 pkgdesc="Interactive Python accessibility explorer" url="https://wiki.gnome.org/Apps/Accerciser" -arch="noarch !s390x" #librsvg +arch="noarch !s390x !mips !mips64" #librsvg license="BSD-3-Clause" depends="libwnck3 py3-gobject3 py3-atspi gtk+3.0 librsvg py3-xlib ipython" makedepends="gtk+3.0-dev py3-gobject3-dev glib-dev at-spi2-core-dev itstool" diff --git a/community/adwaita-icon-theme/APKBUILD b/community/adwaita-icon-theme/APKBUILD index d0b0d90467b..bca95e88108 100644 --- a/community/adwaita-icon-theme/APKBUILD +++ b/community/adwaita-icon-theme/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.36.0 pkgrel=0 pkgdesc="Adwaita icon theme" url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg options="!check" # Icons only, no binaries. license="LGPL-3.0-or-later OR CC-BY-SA-3.0" depends="librsvg" diff --git a/community/aisleriot/APKBUILD b/community/aisleriot/APKBUILD index 984d65e0612..5f8d47b72a7 100644 --- a/community/aisleriot/APKBUILD +++ b/community/aisleriot/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.22.11 pkgrel=0 pkgdesc="Solitaire and other card games for GNOME" url="https://wiki.gnome.org/Apps/Aisleriot" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-3.0-or-later" depends="guile" makedepends="meson bash librsvg-dev guile-dev libxml2 libxml2-dev libxml2-utils diff --git a/community/dunst/APKBUILD b/community/dunst/APKBUILD index 1e9e470a6c5..fb75e6d89c6 100644 --- a/community/dunst/APKBUILD +++ b/community/dunst/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.1 pkgrel=0 pkgdesc="A customizable and lightweight notification-daemon" url="http://knopwob.org/dunst/" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="BSD-3-Clause" makedepends="gtk+2.0-dev libxscrnsaver-dev libxinerama-dev libxrandr-dev libnotify-dev dbus-dev" diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index 47c2dc8ddcd..6b79762b9ba 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -4,7 +4,7 @@ pkgname=emacs pkgver=26.3 pkgrel=2 pkgdesc="The extensible, customizable, self-documenting real-time display editor" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg depends="emacs-nox" url="https://www.gnu.org/software/emacs/emacs.html" license="GPL-3.0-or-later" diff --git a/community/eog/APKBUILD b/community/eog/APKBUILD index a770a144616..6e2f471d70c 100644 --- a/community/eog/APKBUILD +++ b/community/eog/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="An image viewer for GNOME" url="https://wiki.gnome.org/Apps/EyeOfGnome" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" depends_dev="gvfs-dev libxml2-dev jpeg-dev libexif-dev lcms2-dev diff --git a/community/eom/APKBUILD b/community/eom/APKBUILD index 30da913cff8..8814bfa24fe 100644 --- a/community/eom/APKBUILD +++ b/community/eom/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0 pkgrel=0 pkgdesc="A simple graphics viewer for the MATE" url="https://github.com/mate-desktop/eom" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0" depends="mate-icon-theme libxml2-utils" makedepends="glib-dev gtk+3.0-dev itstool mate-desktop-dev diff --git a/community/evince/APKBUILD b/community/evince/APKBUILD index 92867d7c862..8ba8ffa68cc 100644 --- a/community/evince/APKBUILD +++ b/community/evince/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.36.0 pkgrel=5 pkgdesc="simple document viewer for GTK+" url="https://wiki.gnome.org/Apps/Evince" -arch="all !s390x" # Limited by adwaita-icon-theme needing librsvg +arch="all !s390x !mips !mips64" # Limited by adwaita-icon-theme needing librsvg license="GPL-2.0-or-later" depends="adwaita-icon-theme gsettings-desktop-schemas" depends_dev="gtk+3.0-dev poppler-dev libsm-dev libevent-dev libxrandr-dev diff --git a/community/gedit/APKBUILD b/community/gedit/APKBUILD index d6e24d753f4..376b12980e8 100644 --- a/community/gedit/APKBUILD +++ b/community/gedit/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="gedit is the GNOME text editor" url="https://wiki.gnome.org/Apps/Gedit" -arch="all !s390x" # Limited by librsvg +arch="all !s390x !mips !mips64" # Limited by librsvg license="GPL-2.0-only" depends_dev="gedit=$pkgver-r$pkgrel" makedepends="meson glib-dev gtk+3.0-dev gtksourceview4-dev libpeas-dev diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index aa746fe0c6c..d8dcda73ad5 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.4.22 pkgrel=0 pkgdesc="Graph based image processing framework" url="http://www.gegl.org/" -arch="all !s390x" # Limited by librsvg +arch="all !s390x !mips !mips64" # Limited by librsvg license="GPL-3.0-or-later AND LGPL-3.0-or-later" makedepends="babl-dev bash gobject-introspection-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev lua5.1-dev gexiv2-dev diff --git a/community/gimp/APKBUILD b/community/gimp/APKBUILD index e61f4abda68..35ec862cc36 100644 --- a/community/gimp/APKBUILD +++ b/community/gimp/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.10.18 pkgrel=0 pkgdesc="GNU Image Manipulation Program" url="https://www.gimp.org/" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="GPL-3.0-or-later" depends="dbus" makedepends="gtk+-dev libxpm-dev libxmu-dev librsvg-dev dbus-glib-dev diff --git a/community/gnome-books/APKBUILD b/community/gnome-books/APKBUILD index 50711b0d4b5..e07b2651675 100644 --- a/community/gnome-books/APKBUILD +++ b/community/gnome-books/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.34.0 pkgrel=8 pkgdesc="GNOME Ebook Manager" url="https://wiki.gnome.org/Apps/Books" -arch="all !s390x" # missing gjs +arch="all !s390x !mips !mips64" # missing gjs, librsvg license="LGPL-2.0-or-later" depends="gsettings-desktop-schemas libgepub" makedepends="meson gjs-dev evince-dev gnome-desktop-dev gtk+3.0-dev glib-dev diff --git a/community/gnome-chess/APKBUILD b/community/gnome-chess/APKBUILD index 18ab404572a..2ae70f9a72f 100644 --- a/community/gnome-chess/APKBUILD +++ b/community/gnome-chess/APKBUILD @@ -3,7 +3,7 @@ pkgname=gnome-chess pkgver=3.36.0 pkgrel=0 -arch="all !s390x" # Blocked by librsvg -> rust +arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Chess" pkgdesc="Play the classic two-player boardgame of chess" license="GPL-3.0-or-later" diff --git a/community/gnome-documents/APKBUILD b/community/gnome-documents/APKBUILD index 19896ee0654..1115db677a0 100644 --- a/community/gnome-documents/APKBUILD +++ b/community/gnome-documents/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.34.0 pkgrel=0 pkgdesc="GNOME Documents is a document manager for GNOME 3" url="https://wiki.gnome.org/Apps/Documents" -arch="all !s390x" # gjs +arch="all !s390x !mips !mips64" # gjs, librsvg license="GPL-2.0-or-later" # Needs the GIR data of these during runtime depends="gnome-online-accounts libgdata libzapojit" diff --git a/community/gnome-games/APKBUILD b/community/gnome-games/APKBUILD index c4e4cadd612..840c9e7fd0c 100644 --- a/community/gnome-games/APKBUILD +++ b/community/gnome-games/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="Browse and play your games" url="https://wiki.gnome.org/Apps/Games" -arch="all !s390x" # needs librsvg +arch="all !s390x !mips !mips64" # needs librsvg license="GPL-3.0-or-later" makedepends="meson gtk+3.0-dev vala grilo-dev libhandy-dev librsvg-dev libmanette-dev libsoup-dev tracker-dev sqlite-dev libxml2-dev libarchive-dev retro-gtk-dev" diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD index 5dbdabf83f1..4b49b4a7ee9 100644 --- a/community/gnome-shell/APKBUILD +++ b/community/gnome-shell/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.1 pkgrel=0 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" -arch="all !s390x !ppc64le" +arch="all !s390x !ppc64le !mips !mips64" license="GPL-2.0-or-later" depends="accountsservice caribou diff --git a/community/gnome-system-monitor/APKBUILD b/community/gnome-system-monitor/APKBUILD index 956a98b7ee8..4032b261b1a 100644 --- a/community/gnome-system-monitor/APKBUILD +++ b/community/gnome-system-monitor/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.36.0 pkgrel=1 pkgdesc="GNOME system monitor" url="https://www.gnome.org/" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" makedepends="gnome-desktop-dev libgtop-dev gtkmm3-dev libxml2-dev librsvg-dev itstool libxml2-utils libxslt diff --git a/community/gnome-taquin/APKBUILD b/community/gnome-taquin/APKBUILD index c6887a5a14f..7dd83b1354c 100644 --- a/community/gnome-taquin/APKBUILD +++ b/community/gnome-taquin/APKBUILD @@ -3,7 +3,7 @@ pkgname=gnome-taquin pkgver=3.36.0 pkgrel=0 -arch="all !s390x" # Blocked by librsvg -> rust +arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Taquin" pkgdesc="Move tiles so that they reach their places" license="GPL-3.0-or-later AND CC-BY-SA-3.0" diff --git a/community/gnome-themes-extra/APKBUILD b/community/gnome-themes-extra/APKBUILD index a1baf91f19c..0c980477b2b 100644 --- a/community/gnome-themes-extra/APKBUILD +++ b/community/gnome-themes-extra/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.28 pkgrel=1 pkgdesc="Misc themes and theme-y tidbits" url="https://gitlab.gnome.org/GNOME/gnome-themes-extra" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="LGPL-2.1-only" depends="ttf-cantarell librsvg adwaita-gtk2-theme" makedepends="intltool gtk+3.0-dev gtk+2.0-dev librsvg-dev" diff --git a/community/goffice/APKBUILD b/community/goffice/APKBUILD index 0d1bc432303..6321020c6d2 100644 --- a/community/goffice/APKBUILD +++ b/community/goffice/APKBUILD @@ -7,7 +7,7 @@ _min=${pkgver#$_maj.} _min=${_min%%.*} pkgdesc="Library of document-centric objects and utilities built on top of GLib and Gtk+" url="http://www.gnome.org" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later OR GPL-3.0-or-later" makedepends="librsvg-dev intltool gtk+-dev autoconf automake libtool gtk-doc libxslt-dev gobject-introspection-dev glib-dev libgsf-dev cairo-dev diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index b036780eb57..51ebc57cd24 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -23,6 +23,7 @@ makedepends="alsa-lib-dev bluez-dev bzip2-dev curl-dev directfb-dev faac-dev case "$CARCH" in s390x) ;; + mips*) ;; armv7|armhf) makedepends="$makedepends librsvg-dev" ;; *) makedepends="$makedepends librsvg-dev aom-dev" ;; esac diff --git a/community/gtksourceview4/APKBUILD b/community/gtksourceview4/APKBUILD index dc6497a9535..fc462faa868 100644 --- a/community/gtksourceview4/APKBUILD +++ b/community/gtksourceview4/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.6.0 pkgrel=0 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="https://wiki.gnome.org/Projects/GtkSourceView" -arch="all !s390x" # Limited by ibus -> librsvg +arch="all !s390x !mips !mips64" # Limited by ibus -> librsvg license="GPL-2.0-or-later" replaces="gtksourceview" depends_dev="gtk+3.0-dev libxml2-dev" diff --git a/community/ibus/APKBUILD b/community/ibus/APKBUILD index 685e3afe6b2..60fd843d2e3 100644 --- a/community/ibus/APKBUILD +++ b/community/ibus/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.5.22 pkgrel=1 pkgdesc="Next Generation Input Bus for Linux" url="https://github.com/ibus/ibus/wiki" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="LGPL-2.1-or-later" depends=" dconf hicolor-icon-theme iso-codes dbus py3-gobject3 diff --git a/community/imagemagick/APKBUILD b/community/imagemagick/APKBUILD index c2e9ad037cb..62d00677c3c 100644 --- a/community/imagemagick/APKBUILD +++ b/community/imagemagick/APKBUILD @@ -19,6 +19,7 @@ makedepends="zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev case "$CARCH" in s390x) ;; + mips*) ;; *) makedepends="$makedepends librsvg-dev" ;; esac diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD index be55738a52f..fd37c8a4dde 100644 --- a/community/imagemagick6/APKBUILD +++ b/community/imagemagick6/APKBUILD @@ -9,7 +9,7 @@ _abiver=${pkgname#imagemagick} pkgrel=0 pkgdesc="A collection of tools and libraries for many image formats (legacy version $_abiver)" url="https://www.imagemagick.org/" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="Apache-2.0" options="libtool" depends_dev="!${pkgname%$_abiver}-dev" diff --git a/community/imv/APKBUILD b/community/imv/APKBUILD index d799815b028..747464f5af4 100644 --- a/community/imv/APKBUILD +++ b/community/imv/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.1.0 pkgrel=1 pkgdesc="Image viewer for X11/Wayland" url="https://github.com/eXeC64/imv" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="MIT" makedepends=" asciidoc diff --git a/community/jwm/APKBUILD b/community/jwm/APKBUILD index 2febe335f86..4e4e44596c5 100644 --- a/community/jwm/APKBUILD +++ b/community/jwm/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A lightweight window manager for the X11 Window System" options="!check" # No testsuite url="http://joewing.net/projects/jwm/" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="MIT" makedepends="libx11-dev libxext-dev libxft-dev libxmu-dev libxinerama-dev libxpm-dev libxrender-dev libjpeg-turbo-dev libpng-dev librsvg-dev" diff --git a/community/librsvg/APKBUILD b/community/librsvg/APKBUILD index c1284ec5707..0b9b042bac7 100644 --- a/community/librsvg/APKBUILD +++ b/community/librsvg/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.48.2 pkgrel=0 pkgdesc="SAX-based renderer for SVG files into a GdkPixbuf" url="https://wiki.gnome.org/Projects/LibRsvg" -arch="all !s390x" # rust +arch="all !s390x !mips !mips64" # rust license="LGPL-2.1-or-later" options="!check" # Failing subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg $pkgname-lang" diff --git a/community/libwacom/APKBUILD b/community/libwacom/APKBUILD index efef11e093b..e5529582c4b 100644 --- a/community/libwacom/APKBUILD +++ b/community/libwacom/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3 pkgrel=0 pkgdesc="Library to help implement Wacom tablet settings" url="https://github.com/linuxwacom/libwacom/wiki" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="MIT" makedepends="librsvg-dev gtk+2.0-dev glib-dev libgudev-dev libxml2-dev meson" checkdepends="bash findutils diffutils" diff --git a/community/lightdm-gtk-greeter/APKBUILD b/community/lightdm-gtk-greeter/APKBUILD index 361a882aba9..69aa0b5f606 100644 --- a/community/lightdm-gtk-greeter/APKBUILD +++ b/community/lightdm-gtk-greeter/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.0.7 pkgrel=0 pkgdesc="Gtk based greeter for lightdm." url="https://launchpad.net/lightdm-gtk-greeter" -arch="all !s390x" # Limited by librsvg +arch="all !s390x !mips !mips64" # Limited by librsvg license="GPL-3.0-or-later" depends="lightdm" makedepends="gtk+3.0-dev lightdm-dev exo exo-dev" diff --git a/community/lightdm/APKBUILD b/community/lightdm/APKBUILD index ae3ddc990be..e9c812370a2 100644 --- a/community/lightdm/APKBUILD +++ b/community/lightdm/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.30.0 pkgrel=1 pkgdesc="A cross-desktop display manager" url="https://www.freedesktop.org/wiki/Software/LightDM" -arch="all !s390x" # gnome-themes-standard missing due to librsvg +arch="all !s390x !mips !mips64" # gnome-themes-standard missing due to librsvg license="GPL-3.0-or-later" depends="dbus xinit accountsservice gnome-themes-standard adwaita-icon-theme" diff --git a/community/lightsoff/APKBUILD b/community/lightsoff/APKBUILD index f82802265f7..9098b36bd33 100644 --- a/community/lightsoff/APKBUILD +++ b/community/lightsoff/APKBUILD @@ -3,7 +3,7 @@ pkgname=lightsoff pkgver=3.36.0 pkgrel=1 -arch="all !s390x" # Blocked by librsvg -> rust +arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Lightsoff" pkgdesc="Turn off all the lights" license="GPL-2.0-or-later" diff --git a/community/mate-desktop/APKBUILD b/community/mate-desktop/APKBUILD index 8974458a0df..e3ea47f3015 100644 --- a/community/mate-desktop/APKBUILD +++ b/community/mate-desktop/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0 pkgrel=0 pkgdesc="The MATE Desktop Environment" url="https://wiki.mate-desktop.org/mate-desktop" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later AND LGPL-2.0-or-later" depends="mate-common yelp-tools" makedepends="startup-notification itstool intltool dconf-dev gtk+3.0-dev diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD index ee4990ce725..32e543dc474 100644 --- a/community/mate-panel/APKBUILD +++ b/community/mate-panel/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0 pkgrel=0 pkgdesc="The MATE panel is the area on your desktop from which you can run applications" url="https://github.com/mate-desktop/mate-panel" -arch="all !s390x" # mate-desktop +arch="all !s390x !mips !mips64" # mate-desktop license="GPL-2.0-or-later AND LGPL-2.0-or-later" depends="mate-common mate-desktop" makedepends="librsvg-dev libmateweather-dev libtool intltool itstool diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index 6220f77e7db..cad3d76fd37 100644 --- a/community/mate-system-monitor/APKBUILD +++ b/community/mate-system-monitor/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.24.0 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" depends="mate-icon-theme" makedepends="gtk+3.0-dev libwnck3-dev gtkmm3-dev libgtop-dev diff --git a/community/midori/APKBUILD b/community/midori/APKBUILD index a66b6790f38..6c7d47522b8 100644 --- a/community/midori/APKBUILD +++ b/community/midori/APKBUILD @@ -4,7 +4,7 @@ pkgver=9.0 pkgrel=2 pkgdesc="A lightweight web browser based on Gtk WebKit" url="https://www.midori-browser.org" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="LGPL-2.1-or-later" makedepends="cmake librsvg-dev paxmark python3 vala gtk+3.0-dev gcr-dev libarchive-dev libunique-dev json-glib-dev webkit2gtk-dev libpeas-dev diff --git a/community/nautilus/APKBUILD b/community/nautilus/APKBUILD index 9d88eb9bdb7..cfad144e80d 100644 --- a/community/nautilus/APKBUILD +++ b/community/nautilus/APKBUILD @@ -10,7 +10,7 @@ pkgver=3.36.1.1 pkgrel=0 pkgdesc="GNOME file manager" url="https://wiki.gnome.org/Apps/Nautilus" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" depends="tracker-miners gsettings-desktop-schemas" depends_dev="gnome-desktop-dev gnome-autoar-dev" diff --git a/community/ocaml-lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD index 91e3cd215d4..167a7cbbe3c 100644 --- a/community/ocaml-lablgtk/APKBUILD +++ b/community/ocaml-lablgtk/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.18.6 pkgrel=2 pkgdesc="An OCaml interface to GTK+ 2.x" url="http://lablgtk.forge.ocamlcore.org/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later-WITH-OCaml-LGPL-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel diff --git a/community/openbox/APKBUILD b/community/openbox/APKBUILD index 67004e1b13b..95ad75eb6e2 100644 --- a/community/openbox/APKBUILD +++ b/community/openbox/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.1 pkgrel=2 pkgdesc="A highly configurable and standards-compliant X11 window manager" url="http://openbox.org" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" depends_dev="libxcursor-dev libxrandr-dev libxinerama-dev startup-notification-dev" makedepends="$depends_dev pango-dev libxml2-dev imlib2-dev librsvg-dev diff --git a/community/rawtherapee/APKBUILD b/community/rawtherapee/APKBUILD index db7d2671e12..5ffb498c0bc 100644 --- a/community/rawtherapee/APKBUILD +++ b/community/rawtherapee/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.8 pkgrel=0 pkgdesc="Powerful cross-platform raw image processing program" url="https://rawtherapee.com" -arch="all !s390x" # Limited by librsvg which in turn is limited by rust +arch="all !s390x !mips !mips64" # Limited by librsvg which in turn is limited by rust license="GPL-3.0-or-later" makedepends="bzip2-dev cmake exiv2-dev expat-dev fftw-dev glib-dev gtk+3.0-dev gtk-engines-dev gtkmm3-dev lcms2-dev lensfun-dev libcanberra-dev diff --git a/community/rofi/APKBUILD b/community/rofi/APKBUILD index 12aa66664bc..877f7bf5a88 100644 --- a/community/rofi/APKBUILD +++ b/community/rofi/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 _libnkutils=8adccd3b1b33b2a9a29dd12a7e686907bbafc5d4 pkgdesc="A window switcher, application launcher and dmenu replacement" url="https://github.com/DaveDavenport/rofi" -arch="all !s390x" # Limited by librsvg +arch="all !s390x !mips !mips64" # Limited by librsvg license="MIT" makedepends="meson bison flex pangomm-dev pango-dev libxcb-dev xcb-util-dev xcb-util-wm-dev xcb-util-xrm-dev glib-dev cairo-dev libxkbcommon-dev diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 2c3df005a9c..7d39846e87d 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.30.8 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="CC-BY-SA-3.0 AND LGPL-2.1-or-later" subpackages="$pkgname-lang $pkgname-doc" makedepends="vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev diff --git a/community/tint2/APKBUILD b/community/tint2/APKBUILD index db51997e634..04d136b8e97 100644 --- a/community/tint2/APKBUILD +++ b/community/tint2/APKBUILD @@ -6,7 +6,7 @@ pkgver=16.7 pkgrel=1 pkgdesc="tint2 is a simple unintrusive panel/taskbar" url="https://gitlab.com/o9000/tint2" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0" options="!check" depends="imlib2 glib pango cairo libxcomposite libxdamage diff --git a/community/vips/APKBUILD b/community/vips/APKBUILD index 599a4109bd3..d1d9c72b190 100644 --- a/community/vips/APKBUILD +++ b/community/vips/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A fast image processing library with low memory needs" options="!check" # oss-fuzz fails url="http://www.vips.ecs.soton.ac.uk/" -arch="all !s390x !ppc64le" # test_seq.sh fails on ppc64le +arch="all !s390x !ppc64le !mips !mips64" # test_seq.sh fails on ppc64le license="LGPL-2.1-or-later" makedepends="expat-dev fftw-dev giflib-dev glib-dev lcms2-dev libexif-dev libjpeg-turbo-dev libpng-dev libwebp-dev diff --git a/community/vlc/APKBUILD b/community/vlc/APKBUILD index 6a428384335..fd4815f3472 100644 --- a/community/vlc/APKBUILD +++ b/community/vlc/APKBUILD @@ -9,7 +9,7 @@ triggers="vlc-libs.trigger=/usr/lib/vlc/plugins" pkgusers="vlc" pkggroups="vlc" url="https://www.videolan.org/vlc/" -arch="all !s390x" +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc diff --git a/community/xfburn/APKBUILD b/community/xfburn/APKBUILD index 955d6a137d2..b48f5384c9e 100644 --- a/community/xfburn/APKBUILD +++ b/community/xfburn/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="a simple CD/DVD burning tool based on libburnia libraries" options="!check" # No testsuite url="https://goodies.xfce.org/projects/applications/xfburn" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="GPL-2.0-or-later" depends="desktop-file-utils hicolor-icon-theme" makedepends="libburn-dev libisofs-dev libxfce4ui-dev thunar-dev librsvg-dev diff --git a/community/xfce4-xkb-plugin/APKBUILD b/community/xfce4-xkb-plugin/APKBUILD index c1e5e79c9ea..ac7ab3036e8 100644 --- a/community/xfce4-xkb-plugin/APKBUILD +++ b/community/xfce4-xkb-plugin/APKBUILD @@ -8,7 +8,7 @@ _ver=${_maj}.${_min} pkgrel=1 pkgdesc="plugin to switch keyboard layouts for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin" -arch="all !s390x" # librsvg +arch="all !s390x !mips !mips64" # librsvg license="custom" options="!check" # No test suite depends="" |