diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 05:28:03 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-19 05:28:03 (GMT) |
commit | 1e7bddfaa5a5aa41a8da065819711c453844f605 (patch) | |
tree | 2ae663a6cc68cba70e5e4c191dd458db6b132a7b /abs | |
parent | 5652b0a3bc791732e8610d1c91e64c738022622e (diff) | |
parent | a6c74e9e0b37d26ba7525d62602b812f7a6db61a (diff) | |
download | linhes_pkgbuild-1e7bddfaa5a5aa41a8da065819711c453844f605.zip linhes_pkgbuild-1e7bddfaa5a5aa41a8da065819711c453844f605.tar.gz linhes_pkgbuild-1e7bddfaa5a5aa41a8da065819711c453844f605.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/install_proxy.sh | 5 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/soundconfig.sh | 3 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/mythtv.install | 21 | ||||
-rwxr-xr-x | abs/extra-testing/wol/PKGBUILD | 2 |
6 files changed, 28 insertions, 7 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index ec0c0069..ebe19fa 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=267 +pkgrel=269 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh index 75ca6f0..3f626a1 100755 --- a/abs/core-testing/LinHES-config/install_proxy.sh +++ b/abs/core-testing/LinHES-config/install_proxy.sh @@ -216,6 +216,8 @@ full_install () { chmod -R 775 ${mountpoint}$SE chmod 775 "$mountpoint"/etc/systemconfig + mkdir -p "$mountpoint"/var/log/mythtv + chown mythtv "$mountpoint"/var/log/mythtv #copy over any updates that might have occured #cp -rp $MV_ROOT/bin/*.sh "$mountpoint"$MV_ROOT/bin/ cp_and_log "$MV_ROOT/bin/*.sh" "$mountpoint"$MV_ROOT/bin/ @@ -329,7 +331,8 @@ function upgrade () { cp_and_log /new_boot/etc.old/shadow /new_boot/etc/ cp_and_log /new_boot/etc.old/group /new_boot/etc/ fi - + mkdir -p "$mountpoint"/var/log/mythtv + chown mythtv "$mountpoint"/var/log/mythtv if [ x$rootfs = "xDo_not_format" ] then rootfs=`grep \/\ /tmp/etc/fstab |awk ' { print $3 } '` diff --git a/abs/core-testing/LinHES-config/soundconfig.sh b/abs/core-testing/LinHES-config/soundconfig.sh index 8985a06..75998d6 100755 --- a/abs/core-testing/LinHES-config/soundconfig.sh +++ b/abs/core-testing/LinHES-config/soundconfig.sh @@ -6,7 +6,8 @@ echo $@ >/tmp/audio.call BASE="" . /etc/profile #TEMPLATES="/usr/share/templates" -TESTFILE="$TEMPLATES/audio/space_battle_A.wav" +#TESTFILE="$TEMPLATES/audio/space_battle_A.wav" +TESTFILE="/usr/share/sounds/alsa/Front_Center.wav" OSSinstalled="false" function testaudio () { diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD index 1e5b87d..941452f 100644 --- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.21 -pkgrel=36 +pkgrel=39 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \ diff --git a/abs/core-testing/mythtv/stable/mythtv/mythtv.install b/abs/core-testing/mythtv/stable/mythtv/mythtv.install index c460f19..87507a5 100644 --- a/abs/core-testing/mythtv/stable/mythtv/mythtv.install +++ b/abs/core-testing/mythtv/stable/mythtv/mythtv.install @@ -1,11 +1,28 @@ # arg 1: the new package version post_install() { - echo "See \"MythTV\" on the Archlinux Wiki for installation information - Extensive!!" + if [ ! -d /var/log/mythtv ] + then + mkdir -p /var/log/mythv + chown -R mythtv /var/log/mythtv + echo "---" > /var/log/mythtv/mythbackend.log + chown mythtv /var/log/mythtv/mythbackend.log + + fi +} + +post_upgrade() { + if [ ! -d /var/log/mythtv ] + then + mkdir -p /var/log/mythv + chown -R mythtv /var/log/mythtv + fi } + # arg 1: the old package version post_remove() { - echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'" + /bin/true + } op=$1 diff --git a/abs/extra-testing/wol/PKGBUILD b/abs/extra-testing/wol/PKGBUILD index 1981453..a9bb4eb 100755 --- a/abs/extra-testing/wol/PKGBUILD +++ b/abs/extra-testing/wol/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Markus Volkmann <mcfock@counterstrike.de> pkgname=wol pkgver=0.7.1 -pkgrel=2 +pkgrel=3 pkgdesc="wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant." license="GPL" url="http://ahh.sourceforge.net/wol/" |