Package Details: libadwaita-git 1.3.rc+311+ge810d86b-2

Git Clone URL: https://aur.archlinux.org/libadwaita-git.git (read-only, click to copy)
Package Base: libadwaita-git
Description: Building blocks for modern adaptive GNOME applications
Upstream URL: https://gnome.pages.gitlab.gnome.org/libadwaita
Licenses: LGPL
Conflicts: libadwaita
Provides: libadwaita, libadwaita-1.so
Submitter: tallero
Maintainer: tallero (truocolo)
Last Packager: truocolo
Votes: 7
Popularity: 0.000005
First Submitted: 2021-01-20 02:44 (UTC)
Last Updated: 2023-12-18 09:06 (UTC)

Required by (513)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

xiretza commented on 2023-08-23 08:57 (UTC)

Yep, still missing appstream dependency.

thomaseizinger commented on 2023-04-17 13:31 (UTC)

Had to install the appstream dependency to compile this on my machine.

tallero commented on 2023-03-14 03:44 (UTC)

@xiretza completely forgot about it since it didn't appear in the dashboard; will fix in next days.

Airon90 commented on 2022-09-26 07:03 (UTC)

libadwaita/src/meson.build:343:3: ERROR: Dependency "gobject-introspection-1.0"

gobject-introspection-1.0 is required but it isn't available in AUR

xiretza commented on 2022-09-20 19:50 (UTC)

The tests need to be run in a subshell, otherwise the trap will override make(chroot)pkg's existing traps and check() will hang forever (as reported twice below):

diff --git a/PKGBUILD b/PKGBUILD
index e71fcc6..5e7b057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ build() {
     meson compile -C build
 }

-check() {
+check() (
   export XDG_RUNTIME_DIR="$PWD/runtime-dir" WAYLAND_DISPLAY=wayland-5

   mkdir -p -m 700 "$XDG_RUNTIME_DIR"
@@ -43,7 +43,7 @@ check() {
   trap "kill $_w; wait" EXIT

   meson test -C build --print-errorlogs
-}
+)

 _pick() {
   local p="$1" f d; shift

herman_rimm commented on 2022-08-16 14:53 (UTC)

Please remove lines 23 and 24 with the provides and conflicts from the PKGBUILD. Only the libadwaita-git package needs them, which it has on lines 61 and 62.

1nikolas commented on 2022-08-16 09:19 (UTC)

@infirit for me the file was ~/.config/gtk-4.0/settings.ini (gtk-4.0 instead of gtk4). Thanks

xiretza commented on 2022-08-12 12:46 (UTC) (edited on 2022-08-12 13:04 (UTC) by xiretza)

Please set provides=("$_pkgname=1:$pkgver") so other packages can depend on e.g. libadwaita >= 1:1.2.alpha and pull in libadwaita-git until there's a proper release.

Prigoryan commented on 2022-08-09 08:46 (UTC)

@infirit thanks, was able to build with this fix.

Relms commented on 2022-08-06 19:01 (UTC)

there is no need to flag it as outdated as version gets updated automatically by git tags