Balló György pushed to branch main at Arch Linux / Packaging / Packages /
budgie-control-center
Commits:
fe652afc by Balló György at 2025-12-23T13:21:56+01:00
upgpkg: 1.4.1-3: Disable cheese webcam support
Cheese and Clutter are deprecated and no longer maintained.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = budgie-control-center
pkgdesc = Budgie's main interface to configure various aspects of the
system
pkgver = 1.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/BuddiesOfBudgie/budgie-control-center
arch = x86_64
groups = budgie
@@ -16,16 +16,16 @@ pkgbase = budgie-control-center
depends = gnome-bluetooth
depends = gnome-desktop
depends = gnome-settings-daemon
- depends = ibus
+ depends = libibus
depends = libgtop
depends = libpwquality
depends = smbclient
- depends = libcheese
depends = libnma
depends = udisks2
depends = libhandy
depends = gsound
depends = colord-gtk
+ depends = libwacom
optdepends = system-config-printer: Printer settings
optdepends = gnome-user-share: WebDAV file sharing
optdepends = rygel: Media sharing
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=budgie-control-center
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Budgie's main interface to configure various aspects of the system"
arch=(x86_64)
url="https://github.com/BuddiesOfBudgie/budgie-control-center"
license=("GPL-2.0-or-later")
groups=("budgie")
-depends=(accountsservice gcr gnome-bluetooth gnome-desktop
gnome-settings-daemon ibus libgtop libpwquality smbclient
- libcheese libnma udisks2 libhandy gsound colord-gtk)
+depends=(accountsservice gcr gnome-bluetooth gnome-desktop
gnome-settings-daemon libibus libgtop libpwquality smbclient
+ libnma udisks2 libhandy gsound colord-gtk libwacom)
makedepends=(docbook-xsl modemmanager meson glib2-devel colord)
optdepends=("system-config-printer: Printer settings"
"gnome-user-share: WebDAV file sharing"
@@ -33,7 +33,7 @@ prepare() {
}
build() {
- arch-meson "$pkgname-$pkgver" build -Ddocumentation=true
+ arch-meson "$pkgname-$pkgver" build -Ddocumentation=true -Dcheese=false
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-control-center/-/commit/fe652afc1f7d2f3e43d853f444172dd212da4ddc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-control-center/-/commit/fe652afc1f7d2f3e43d853f444172dd212da4ddc
You're receiving this email because of your account on gitlab.archlinux.org.