summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-12-14 11:09:30 +0100
committerFabioLolix2020-12-14 11:09:30 +0100
commit225aabe0336b81243d45b1a002b64e9bf03319fc (patch)
tree97775a688060c50ec634dc5b4cf860e19a5c242d
parent4ab0060bfd73dcd60977f3c532b70d03d7da8179 (diff)
downloadaur-225aabe0336b81243d45b1a002b64e9bf03319fc.tar.gz
re-add sysuser.conf file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD21
-rw-r--r--bubbleupnpserver-sysuser.conf (renamed from sysuser.conf)0
-rw-r--r--bubbleupnpserver.install4
4 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b20fce4c0ae..2e1a6324edc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bubbleupnpserver
pkgdesc = Stream content to Android devices over the Internet, requires UPNP/DNLA backend e.g. miniDLNA, Gerbera, Mediatomb
pkgver = 0.9.38
- pkgrel = 2
+ pkgrel = 3
url = http://www.bubblesoftapps.com/bubbleupnpserver/
install = bubbleupnpserver.install
arch = any
@@ -13,6 +13,7 @@ pkgbase = bubbleupnpserver
source = launch.sh
source = bubbleupnpserver.service
source = bubbleupnpserver.config
+ source = bubbleupnpserver-sysuser.conf
source = bubbleupnpserver
source = https://bubblesoftapps.com/bubbleupnpserver/core/bcprov-jdk16-146.jar
source = https://bubblesoftapps.com/bubbleupnpserver/core/BubbleUPnPServerLauncher.jar
@@ -20,6 +21,7 @@ pkgbase = bubbleupnpserver
sha256sums = 7df801995e65a79eb5140814ca80c4caeee7e1282b69acff9e74201cbaafdaf3
sha256sums = b99d60122343959f2118f6f74968e105d63e8ca2c8ff71efc120415378b1175a
sha256sums = 61bf63a84b839b85c0fdf0210310c94242bbb6e1aa69bf0d6c46efa013b52ae5
+ sha256sums = fd764bb4c785ab0e2481d26f4f30656ba756949afa8ed949234e722ded87bf04
sha256sums = 105bfe44a43d141457bf87ef89c76a5be57f54cdb3493ae3af99c8ad6a938c36
sha256sums = d0ae14598f9c528d2ab7bb8ed00e785a5440f692712cd362d69328aba25efb57
sha256sums = 75f31ca14d65f0e077283d15e5715636ea74c7faa0e200c5dd34e6ca50b9a06c
diff --git a/PKGBUILD b/PKGBUILD
index 653599a91558..bc7819e8d00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Lolix
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: TilmanV
# Contributor: Dave Blair <mail@dave-blair.de>
# Contributor: Nick Bair <njbair at gmail dot com>
pkgname=bubbleupnpserver
pkgver=0.9.38
-pkgrel=2
+pkgrel=3
pkgdesc="Stream content to Android devices over the Internet, requires UPNP/DNLA backend e.g. miniDLNA, Gerbera, Mediatomb"
arch=(any)
url="http://www.bubblesoftapps.com/bubbleupnpserver/"
@@ -18,6 +18,7 @@ source=(
launch.sh
bubbleupnpserver.service
bubbleupnpserver.config
+ bubbleupnpserver-sysuser.conf
bubbleupnpserver
"https://bubblesoftapps.com/bubbleupnpserver/core/bcprov-jdk16-146.jar"
"https://bubblesoftapps.com/bubbleupnpserver/core/BubbleUPnPServerLauncher.jar"
@@ -26,6 +27,7 @@ source=(
sha256sums=('7df801995e65a79eb5140814ca80c4caeee7e1282b69acff9e74201cbaafdaf3'
'b99d60122343959f2118f6f74968e105d63e8ca2c8ff71efc120415378b1175a'
'61bf63a84b839b85c0fdf0210310c94242bbb6e1aa69bf0d6c46efa013b52ae5'
+ 'fd764bb4c785ab0e2481d26f4f30656ba756949afa8ed949234e722ded87bf04'
'105bfe44a43d141457bf87ef89c76a5be57f54cdb3493ae3af99c8ad6a938c36'
'd0ae14598f9c528d2ab7bb8ed00e785a5440f692712cd362d69328aba25efb57'
'75f31ca14d65f0e077283d15e5715636ea74c7faa0e200c5dd34e6ca50b9a06c'
@@ -36,11 +38,12 @@ package() {
install -d "${pkgdir}"/var/lib/bubbleupnp
- install -D -m644 "${srcdir}"/bcprov-jdk16-146.jar "${pkgdir}"/usr/share/${pkgname}/bcprov-jdk16-146.jar
- install -D -m644 "${srcdir}"/BubbleUPnPServerLauncher.jar "${pkgdir}"/usr/share/${pkgname}/BubbleUPnPServerLauncher.jar
- install -D -m755 "${srcdir}"/launch.sh "${pkgdir}"/usr/share/${pkgname}/launch.sh
- install -D -m644 "${srcdir}"/bubbleupnpserver.service "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
- install -D -m644 "${srcdir}"/bubbleupnpserver.config "${pkgdir}"/etc/conf.d/bubbleupnpserver.config
- install -D -m644 "${srcdir}"/bubbleupnpserver "${pkgdir}"/etc/default/bubbleupnpserver
- install -D -m644 "${srcdir}"/${pkgname}-LICENCE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE.txt
+ install -D -m644 "${srcdir}"/bcprov-jdk16-146.jar "${pkgdir}/usr/share/${pkgname}/bcprov-jdk16-146.jar"
+ install -D -m644 "${srcdir}"/BubbleUPnPServerLauncher.jar "${pkgdir}/usr/share/${pkgname}/BubbleUPnPServerLauncher.jar"
+ install -D -m755 "${srcdir}"/launch.sh "${pkgdir}/usr/share/${pkgname}/launch.sh"
+ install -D -m644 "${srcdir}"/bubbleupnpserver.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+ install -D -m644 "${srcdir}"/bubbleupnpserver.config "${pkgdir}/etc/conf.d/bubbleupnpserver.config"
+ install -D -m644 "${srcdir}"/bubbleupnpserver-sysuser.conf "${pkgdir}/usr/lib/sysusers.d/bubbleupnpserver.conf"
+ install -D -m644 "${srcdir}"/bubbleupnpserver "${pkgdir}/etc/default/bubbleupnpserver"
+ install -D -m644 "${srcdir}/${pkgname}-LICENCE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE.txt"
}
diff --git a/sysuser.conf b/bubbleupnpserver-sysuser.conf
index 847280818e16..847280818e16 100644
--- a/sysuser.conf
+++ b/bubbleupnpserver-sysuser.conf
diff --git a/bubbleupnpserver.install b/bubbleupnpserver.install
index d68182a1fbe6..a1ca909cc8df 100644
--- a/bubbleupnpserver.install
+++ b/bubbleupnpserver.install
@@ -1,13 +1,13 @@
post_install() {
- systemd-sysusers bubbleupnpserver.conf
+ systemd-sysusers bubbleupnpserver-sysuser.conf
chown bubbleupnp:bubbleupnp /var/lib/bubbleupnp
chown bubbleupnp:bubbleupnp /usr/share/bubbleupnpserver
}
post_upgrade() {
- systemd-sysusers bubbleupnpserver.conf
+ systemd-sysusers bubbleupnpserver-sysuser.conf
chown bubbleupnp:bubbleupnp /var/lib/bubbleupnp
chown bubbleupnp:bubbleupnp /usr/share/bubbleupnpserver
}