Date: Wednesday, March 3, 2021 @ 21:29:44 Author: freswa Revision: 879491
archrelease: copy trunk to community-x86_64 Added: spotifyd/repos/community-x86_64/PKGBUILD (from rev 879490, spotifyd/trunk/PKGBUILD) Deleted: spotifyd/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 69 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-03-03 21:29:41 UTC (rev 879490) +++ PKGBUILD 2021-03-03 21:29:44 UTC (rev 879491) @@ -1,35 +0,0 @@ -# Maintainer: Frederik Schwan <freswa at archlinux dot org> -# Contributor: Bert Peters <b...@bertptrs.nl> -# Contributor: Varakh <var...@varakh.de> -# Contributor: Florian Klink <flo...@flokli.de> - -pkgbase=spotifyd -pkgname=('spotifyd') -pkgver=0.3.0 -pkgrel=1 -pkgdesc='Leightweigt spotify streaming daemon with spotify connect support' -arch=('x86_64') -url='https://github.com/Spotifyd/spotifyd' -license=('GPL3') -depends=('alsa-lib' 'libogg' 'libpulse' 'dbus') -# change to rust when https://github.com/librespot-org/librespot-tremor/pull/1 got merged -makedepends=('rustup') -source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -b2sums=('79bc74d6dc2e9acca439a9b5e5e1c6f6be143ea6fd376386f1649626f51473d56c0147057eba5dcdb5b97496733bafcdb9956f8a2bc824c61c13b61740359398') - -build() { - cd spotifyd-${pkgver} - cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend -} - - check() { - cd spotifyd-${pkgver} - cargo test --release --locked --target-dir=target - } - -package() { - cd spotifyd-${pkgver} - cargo install --locked --root "${pkgdir}"/usr --path "${srcdir}"/${pkgbase}-${pkgver} --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend - rm "${pkgdir}"/usr/{.crates.toml,.crates2.json} - install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ "${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service -} Copied: spotifyd/repos/community-x86_64/PKGBUILD (from rev 879490, spotifyd/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-03 21:29:44 UTC (rev 879491) @@ -0,0 +1,34 @@ +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: Bert Peters <b...@bertptrs.nl> +# Contributor: Varakh <var...@varakh.de> +# Contributor: Florian Klink <flo...@flokli.de> + +pkgbase=spotifyd +pkgname=('spotifyd') +pkgver=0.3.1 +pkgrel=1 +pkgdesc='Lightweigt spotify streaming daemon with spotify connect support' +arch=('x86_64') +url='https://github.com/Spotifyd/spotifyd' +license=('GPL3') +depends=('alsa-lib' 'libogg' 'libpulse' 'dbus') +makedepends=('rust') +source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") +b2sums=('71ce1ac319184b2f873be051defd3b1b40134067ff16e6b6921409488317af9b5f8619b259b52d35a881eb85fcffea6b32d30bf3dcbe12cd572957980308e6ff') + +build() { + cd spotifyd-${pkgver} + cargo build --release --locked --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend +} + +check() { + cd spotifyd-${pkgver} + cargo test --release --locked --target-dir=target + } + +package() { + cd spotifyd-${pkgver} + cargo install --locked --root "${pkgdir}"/usr --path "${srcdir}"/${pkgbase}-${pkgver} --features pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend + rm "${pkgdir}"/usr/{.crates.toml,.crates2.json} + install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ "${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service +}