Balló György pushed to branch main at Arch Linux / Packaging / Packages /
mugshot
Commits:
3b31339e by Balló György at 2026-01-17T05:33:59+01:00
upgpkg: 0.4.3-7: Remove opdepends that are no longer in the repos
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mugshot
pkgdesc = User Management Utility for Linux
pkgver = 0.4.3
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/bluesabre/mugshot
arch = any
license = GPL-3.0-only
@@ -19,8 +19,6 @@ pkgbase = mugshot
depends = accountsservice
depends = hicolor-icon-theme
depends = which
- optdepends = cheese: webcam support
- optdepends = pidgin: update buddy icon
optdepends = gnome-control-center: collection of stock face icons
source =
git+https://github.com/bluesabre/mugshot.git#tag=mugshot-0.4.3?signed
validpgpkeys = 21D00B5001E804E5DE6E4BF876E6FEEC95FC5E22
=====================================
PKGBUILD
=====================================
@@ -4,16 +4,14 @@
pkgname=mugshot
pkgver=0.4.3
-pkgrel=6
+pkgrel=7
pkgdesc="User Management Utility for Linux"
url="https://github.com/bluesabre/mugshot"
arch=('any')
license=('GPL-3.0-only')
depends=('gtk3' 'python' 'python-pexpect' 'python-cairo' 'python-gobject'
'accountsservice' 'hicolor-icon-theme' 'which')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-distutils-extra' 'intltool')
-optdepends=('cheese: webcam support'
- 'pidgin: update buddy icon'
- 'gnome-control-center: collection of stock face icons')
+optdepends=('gnome-control-center: collection of stock face icons')
source=("git+${url}.git#tag=${pkgname}-${pkgver}?signed")
sha256sums=('18162cb0bbd5f852612e233cb53975a132635c03533f019a95e9017b473287a2')
validpgpkeys=(21D00B5001E804E5DE6E4BF876E6FEEC95FC5E22) # Sean Davis
<[email protected]>, retrieved from https://github.com/bluesabre.gpg
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mugshot/-/commit/3b31339ec7d1534098dbcdb6845841c383f3e523
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mugshot/-/commit/3b31339ec7d1534098dbcdb6845841c383f3e523
You're receiving this email because of your account on gitlab.archlinux.org.