George Hu pushed to branch main at Arch Linux / Packaging / Packages /
extension-manager
Commits:
70f32f03 by George Hu at 2025-09-24T15:26:15+08:00
Format PKGBUILD
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -7,33 +7,33 @@ pkgver=0.6.4
pkgrel=1
pkgdesc="A native tool for browsing, installing, and managing GNOME Shell
Extensions"
arch=('x86_64')
-url="https://github.com/mjakeman/extension-manager"
+url="https://github.com/mjakeman/${pkgname}"
license=('GPL-3.0-or-later')
depends=(
- 'gtk4'
- 'json-glib'
- 'libadwaita'
- 'libsoup3'
- 'libxml2'
+ 'gtk4'
+ 'json-glib'
+ 'libadwaita'
+ 'libsoup3'
+ 'libxml2'
)
makedepends=(
- 'blueprint-compiler'
- 'glib2-devel'
- 'gobject-introspection'
- 'meson'
+ 'blueprint-compiler'
+ 'glib2-devel'
+ 'gobject-introspection'
+ 'meson'
)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('170c6756178718479b73ffb7c36633183d1734687bd6b42401a179f04134f0c5')
build() {
- arch-meson "${pkgname}-${pkgver}" build -Dbacktrace=false
- meson compile -C build
+ arch-meson "${pkgname}-${pkgver}" build -Dbacktrace=false
+ meson compile -C build
}
check() {
- meson test -C build --print-errorlogs
+ meson test -C build --print-errorlogs
}
package() {
- meson install -C build --destdir "${pkgdir}"
+ meson install -C build --destdir "${pkgdir}"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extension-manager/-/commit/70f32f038e2bf63771b3597620c12e7b5acbbf0a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extension-manager/-/commit/70f32f038e2bf63771b3597620c12e7b5acbbf0a
You're receiving this email because of your account on gitlab.archlinux.org.