Skip to content
Snippets Groups Projects
Commit 0ee44451 authored by Sören Tempel's avatar Sören Tempel
Browse files

community/snapcast: remove snapcast-client.pre-install

The pre-install script initiates the snapcast users. However, I believe
that the snapcast user is only required for snapcast-server, not for
snapcast-client. Therefore, the script isn't needed for the latter.
parent 5d9ca1b5
2 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1
......@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=snapcast
pkgver=0.19.0
pkgrel=1
pkgrel=2
pkgdesc="Synchronous multi-room audio player"
url="https://github.com/badaix/snapcast"
arch="all"
......@@ -11,7 +11,7 @@ depends="$pkgname-client $pkgname-server"
makedepends="cmake asio-dev avahi-dev flac-dev libvorbis-dev alsa-lib-dev opus-dev"
pkgusers="$pkgname"
pkggroups="$pkgname audio"
install="$pkgname-client.pre-install $pkgname-server.pre-install"
install="$pkgname-server.pre-install"
subpackages="$pkgname-doc $pkgname-client $pkgname-server"
source="$pkgname-$pkgver.tar.gz::https://github.com/badaix/snapcast/archive/v$pkgver.tar.gz
$pkgname-client.initd
  • Developer

    We did forget that this init script actually uses the user we just got rid off...

  • Author Maintainer

    Arrrrgghhh, totally forgot about the init script.

  • Author Maintainer

    I use snapcast-client without the init script, what about splitting both (the server and the client) init script into an -openrc subpackage and making that subpackage depend on the user?

  • Developer

    Fine by me, but I'm not sure everybody likes an unnecessary init script being installed when you only need the other.

  • Please register or sign in to reply
......
snapcast.pre-install
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment