-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addpkg: fractal-git #3704
base: master
Are you sure you want to change the base?
addpkg: fractal-git #3704
Conversation
build() { | ||
cd "${srcdir}/${_gitname}/" | ||
arch-meson . _build | ||
ninja -C _build | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
==> ERROR: A failure occurred in build().
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra-x86_64-build -- -I gtk4-1%3A4.14.1-1-x86_64.pkg.tar.zst -I gtksourceview5-5.12.0-1-x86_64.pkg.tar.zst -I libadwaita-1%3A1.5.0-1-x86_64.pkg.tar.zst -I libshumate-1.2.0-1-x86_64.pkg.tar.zst
==> ERROR: A failure occurred in build().
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try gnome-unstable-x86_64-build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
archlinuxcn/fractal-git/PKGBUILD
Outdated
pkgrel=1 | ||
pkgdesc="Matrix messaging app for GNOME written in Rust" | ||
arch=('i686' 'x86_64') | ||
license=('GPL3') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license=('GPL3')
should be replaced withlicense=('GPL-3.0-only')
according to SPDX License Identifiers.
Does Fractal specify to use GPL 3 only? If I missed something lmk
|
|
Weird... |
lilac doesn't support gnome-unstable。 |
Okay, will check if Fractal builds with gtk4 from the repos |
Builds perfectly fine on top of `gtk4 1:4.14.2-1` and `libadwaita
1:1.5.0-1`, prefix `gnome-unstable` has been removed.
…--
Sincerely,
Kimiblock
|
No description provided.