🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: libpanel
pkgver: '1.10.4'
pkgrel: '1'
pkgdesc: 'Dock/panel library for GTK 4'
url: 'https://gitlab.gnome.org/GNOME/libpanel'
arch: x86_64
depends: []
makedepends:
- 'gobject-introspection'
- vala
- gtk4
- graphene
- 'hicolor-icon-theme'
- libadwaita
source:
- 'https://gitlab.gnome.org/GNOME/libpanel/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libpanel-1.10.4 builddir -Ddocs=disabled
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir