[arch-commits] Commit in spotifyd/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Thu Jan 14 16:03:03 UTC 2021


    Date: Thursday, January 14, 2021 @ 16:03:02
  Author: freswa
Revision: 820835

archrelease: copy trunk to community-x86_64

Added:
  spotifyd/repos/community-x86_64/PKGBUILD
    (from rev 820834, spotifyd/trunk/PKGBUILD)
Deleted:
  spotifyd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 35 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-14 16:02:58 UTC (rev 820834)
+++ PKGBUILD	2021-01-14 16:03:02 UTC (rev 820835)
@@ -1,40 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Bert Peters <bert at bertptrs.nl>
-# Contributor: Varakh <varakh at varakh.de>
-# Contributor: Florian Klink <flokli at flokli.de>
-
-pkgbase=spotifyd
-pkgname=('spotifyd')
-pkgver=0.2.25
-pkgrel=2
-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')
-makedepends=('rustup')
-source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('dd70d3c9f508afd5cfadfc887b3f8895e50830d903b1266ae9d9a9a99bae4afe0c6d83c1bb7fe8307f200f5194ee1f802a1371e4edcec488e2e58042bb94488a')
-
-prepare() {
-  cd spotifyd-${pkgver}
-  # fix FS#69308
-  echo "1.47.0" > rust-toolchain
-}
-
-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 820834, spotifyd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-14 16:03:02 UTC (rev 820835)
@@ -0,0 +1,35 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Bert Peters <bert at bertptrs.nl>
+# Contributor: Varakh <varakh at varakh.de>
+# Contributor: Florian Klink <flokli at 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
+}



More information about the arch-commits mailing list