mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/mythtv to 0.25.2-2
This commit is contained in:
parent
c4629e31ca
commit
a8009f92df
2 changed files with 5 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
pkgname=mythtv
|
pkgname=mythtv
|
||||||
pkgver=0.25.2
|
pkgver=0.25.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A Homebrew PVR project"
|
pkgdesc="A Homebrew PVR project"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -39,7 +39,7 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||||
md5sums=('2bf8c0aa75e88d39747e59c27aa6072e'
|
md5sums=('2bf8c0aa75e88d39747e59c27aa6072e'
|
||||||
'c8f935d42fb8617e9279bd539811ca5f'
|
'c8f935d42fb8617e9279bd539811ca5f'
|
||||||
'ab962d83614cbd0ac11ce3fcc929829d'
|
'ab962d83614cbd0ac11ce3fcc929829d'
|
||||||
'813008d14a44e9c6212f364723aeaa74')
|
'e4d572dcc307d6d8ae26bee5aebf9f3a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
|
@ -6,7 +6,9 @@ After=network.target mysqld.service
|
||||||
Type=simple
|
Type=simple
|
||||||
Environment=HOME=/var/lib/mythtv
|
Environment=HOME=/var/lib/mythtv
|
||||||
User=mythtv
|
User=mythtv
|
||||||
ExecStart=/usr/bin/mythbackend --daemon --logpath /var/log/mythtv
|
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
|
||||||
|
ExecStop=/usr/bin/mythshutdown --setscheduledwakeup
|
||||||
|
#ExecStop=/usr/bin/mythshutdown --shutdown
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue