Adapta: mark as broken for aarch64*
This commit is contained in:
parent
8880ba2efe
commit
d089fcf1c3
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgname=Adapta
|
||||
version=3.93.1.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
wrksrc="adapta-gtk-theme-$version"
|
||||
hostmakedepends="automake glib-devel gnome-shell inkscape parallel pkg-config
|
||||
|
@ -14,7 +15,9 @@ homepage=https://github.com/adapta-project/adapta-gtk-theme
|
|||
distfiles="https://github.com/adapta-project/adapta-gtk-theme/archive/$version.tar.gz"
|
||||
checksum=edb029bb476b51b3ba635bad41b0514225d0993a0b684294977c02cad2a147db
|
||||
|
||||
noarch=y
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="unbreak aarch64* builders"
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue