Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
wingpanel-indicator-keyboard
Commits:
7522f991 by Maxime Gauduin at 2024-09-08T15:51:44+02:00
upgpkg: 2.4.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,24 @@
pkgbase = wingpanel-indicator-keyboard
pkgdesc = Wingpanel Keyboard Indicator
- pkgver = 2.4.1
- pkgrel = 3
+ pkgver = 2.4.2
+ pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-keyboard
arch = x86_64
groups = pantheon
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = meson
makedepends = vala
+ depends = dconf
+ depends = glibc
depends = glib2
depends = gtk3
depends = ibus
+ depends = libgranite.so
+ depends = libibus-1.0.so
depends = libxml2
- depends = wingpanel
- source =
git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=f9f58967e7f407949a6d631d068b2a61dcd4e4b0
- sha256sums = SKIP
+ depends = libwingpanel.so
+ source =
git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=bae22dd013703dbc534aba691106cb3259726715
+ b2sums =
a59ac3de2db9311352ccc8079e0aa8616719f733986361b9fcee0133a3b7dde81484fffc3206b2be5a60e6db443a79fbbff842dd49e2c4012490b503c792e2fe
pkgname = wingpanel-indicator-keyboard
=====================================
PKGBUILD
=====================================
@@ -1,28 +1,32 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=wingpanel-indicator-keyboard
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
pkgdesc='Wingpanel Keyboard Indicator'
arch=(x86_64)
url=https://github.com/elementary/wingpanel-indicator-keyboard
-license=(GPL3)
+license=(GPL-3.0-only)
groups=(pantheon)
depends=(
+ dconf
+ glibc
glib2
gtk3
ibus
+ libgranite.so
+ libibus-1.0.so
libxml2
- wingpanel
+ libwingpanel.so
)
makedepends=(
git
meson
vala
)
-_tag=f9f58967e7f407949a6d631d068b2a61dcd4e4b0
+_tag=bae22dd013703dbc534aba691106cb3259726715
source=(git+https://github.com/elementary/wingpanel-indicator-keyboard.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=('a59ac3de2db9311352ccc8079e0aa8616719f733986361b9fcee0133a3b7dde81484fffc3206b2be5a60e6db443a79fbbff842dd49e2c4012490b503c792e2fe')
pkgver() {
cd wingpanel-indicator-keyboard
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-keyboard/-/commit/7522f9915564de43de2f9948341a0390c81122a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-keyboard/-/commit/7522f9915564de43de2f9948341a0390c81122a2
You're receiving this email because of your account on gitlab.archlinux.org.