quassel: move system_accounts to quassel-core package

This commit is contained in:
Johannes Brechtmann 2018-08-12 21:01:45 +02:00 committed by Johannes
parent 607b207e2d
commit d62240b2be

View file

@ -1,7 +1,7 @@
# Template file for 'quassel' # Template file for 'quassel'
pkgname=quassel pkgname=quassel
version=0.12.5 version=0.12.5
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DEMBED_DATA=ON -DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON configure_args="-DEMBED_DATA=ON -DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON
-DUSE_QT5=ON" -DUSE_QT5=ON"
@ -17,7 +17,6 @@ license="GPL-2.0, GPL-3.0"
homepage="https://www.quassel-irc.org" homepage="https://www.quassel-irc.org"
distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2" distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2"
checksum=1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2 checksum=1894574dfd79654152a5b7427e7df592b055ae908230504f98a4cb48961e74e2
system_accounts="quassel"
post_install() { post_install() {
vsv quasselcore vsv quasselcore
@ -40,6 +39,7 @@ quassel-core_package() {
conflicts="quasselcore>=0" conflicts="quasselcore>=0"
depends="qt5-plugin-sqlite" depends="qt5-plugin-sqlite"
short_desc="${_desc} - server" short_desc="${_desc} - server"
system_accounts="quassel"
pkg_install() { pkg_install() {
vmove /usr/bin/quasselcore vmove /usr/bin/quasselcore
vmove /etc/sv vmove /etc/sv