Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gpsd
Commits: e841bb70 by Antonio Rojas at 2024-08-23T22:59:00+02:00 Add all direct dependencies Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/gpsd/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gpsd pkgdesc = GPS daemon and library to support USB/serial GPS devices pkgver = 3.25 - pkgrel = 3 + pkgrel = 4 url = http://catb.org/gpsd/ arch = x86_64 license = BSD ===================================== PKGBUILD ===================================== @@ -6,12 +6,18 @@ pkgname=gpsd pkgver=3.25 -pkgrel=3 +pkgrel=4 pkgdesc="GPS daemon and library to support USB/serial GPS devices" arch=('x86_64') url="http://catb.org/gpsd/" license=('BSD') -depends=('python' 'libusb' 'bluez-libs' 'pps-tools') +depends=('dbus' + 'gcc-libs' + 'glibc' + 'python' + 'libusb' + 'bluez-libs' + 'pps-tools') optdepends=('gtk3: GUI frontends' 'php: generate a PHP status page for your GPS' 'php-gd: image support for the PHP status page' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpsd/-/commit/e841bb7092e28dee1debe5d209051ad703d1d7a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpsd/-/commit/e841bb7092e28dee1debe5d209051ad703d1d7a9 You're receiving this email because of your account on gitlab.archlinux.org.
