community/mythtv to 0.25.2-2

This commit is contained in:
Kevin Mihelich 2012-09-02 22:42:14 +00:00
parent c4629e31ca
commit a8009f92df
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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