Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
wingpanel-indicator-a11y
Commits:
9414184b by Maxime Gauduin at 2024-09-08T15:34:44+02:00
upgpkg: 1.0.2-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,17 @@
pkgbase = wingpanel-indicator-a11y
pkgdesc = Wingpanel Universal Access Indicator
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elementary/wingpanel-indicator-a11y
arch = x86_64
groups = pantheon
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = meson
makedepends = vala
+ depends = dconf
depends = glib2
+ depends = glibc
depends = gtk3
depends = libgranite.so
depends = libwingpanel.so
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,16 @@
pkgname=wingpanel-indicator-a11y
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Wingpanel Universal Access Indicator'
arch=(x86_64)
url=https://github.com/elementary/wingpanel-indicator-a11y
-license=(GPL3)
+license=(GPL-3.0-only)
groups=(pantheon)
depends=(
+ dconf
glib2
+ glibc
gtk3
libgranite.so
libwingpanel.so
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-a11y/-/commit/9414184b757f29ec1e2151d523d32f333b712b69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-a11y/-/commit/9414184b757f29ec1e2151d523d32f333b712b69
You're receiving this email because of your account on gitlab.archlinux.org.