mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
quassel: move system_accounts to quassel-core package
This commit is contained in:
parent
607b207e2d
commit
d62240b2be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue