Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
wingpanel-indicator-bluetooth
Commits:
2ef2768e by Maxime Gauduin at 2024-09-08T15:39:25+02:00
upgpkg: 8.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,23 @@
pkgbase = wingpanel-indicator-bluetooth
pkgdesc = Wingpanel Bluetooth Indicator
- pkgver = 7.0.1
+ pkgver = 8.0.0
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-bluetooth
arch = x86_64
groups = pantheon
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = meson
makedepends = vala
depends = bluez
+ depends = dconf
depends = glib2
+ depends = glibc
depends = gtk3
+ depends = libgee
depends = libgranite.so
depends = libwingpanel.so
- source =
git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=97623fce7706e2a09a4719b83870d6636b8f0691
- sha256sums = SKIP
+ source =
git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=7bc59f1f9d8710c28d64ca951d7ca1d558bbfc18
+ sha256sums =
e9a186ac11ed4e5d1f2468ddeeca24cadba432d425e1feab34f22b848f0c48fa
pkgname = wingpanel-indicator-bluetooth
=====================================
PKGBUILD
=====================================
@@ -1,17 +1,20 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=wingpanel-indicator-bluetooth
-pkgver=7.0.1
+pkgver=8.0.0
pkgrel=1
pkgdesc='Wingpanel Bluetooth Indicator'
arch=(x86_64)
url=https://github.com/elementary/wingpanel-indicator-bluetooth
-license=(GPL3)
+license=(GPL-3.0-only)
groups=(pantheon)
depends=(
bluez
+ dconf
glib2
+ glibc
gtk3
+ libgee
libgranite.so
libwingpanel.so
)
@@ -20,9 +23,9 @@ makedepends=(
meson
vala
)
-_tag=97623fce7706e2a09a4719b83870d6636b8f0691
+_tag=7bc59f1f9d8710c28d64ca951d7ca1d558bbfc18
source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=${_tag})
-sha256sums=(SKIP)
+sha256sums=('e9a186ac11ed4e5d1f2468ddeeca24cadba432d425e1feab34f22b848f0c48fa')
pkgver() {
cd wingpanel-indicator-bluetooth
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-bluetooth/-/commit/2ef2768eb21f27c3ac1808648284b0f288628ba0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wingpanel-indicator-bluetooth/-/commit/2ef2768eb21f27c3ac1808648284b0f288628ba0
You're receiving this email because of your account on gitlab.archlinux.org.