mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
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
|
pkgname=Adapta
|
||||||
version=3.93.1.1
|
version=3.93.1.1
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
wrksrc="adapta-gtk-theme-$version"
|
wrksrc="adapta-gtk-theme-$version"
|
||||||
hostmakedepends="automake glib-devel gnome-shell inkscape parallel pkg-config
|
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"
|
distfiles="https://github.com/adapta-project/adapta-gtk-theme/archive/$version.tar.gz"
|
||||||
checksum=edb029bb476b51b3ba635bad41b0514225d0993a0b684294977c02cad2a147db
|
checksum=edb029bb476b51b3ba635bad41b0514225d0993a0b684294977c02cad2a147db
|
||||||
|
|
||||||
noarch=y
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken="unbreak aarch64* builders"
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue