summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-29 16:29:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-29 16:29:33 (GMT)
commit1e88e460238ec219db6a617e3f79cda3936796ad (patch)
tree293673243f4e98aa221eb5b64fe73d4d669bacd3 /abs/extra-testing/mythappletrailers/PKGBUILD
parent25c30209666f591371476d272712e92e7173ce7c (diff)
parent428e5178d79eb900bbe515665b2d6c6a4b0d0f89 (diff)
downloadlinhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.zip
linhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.tar.gz
linhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD: mkvtoolnix mythnuv2xvid: new versions mythtv-svn: fix pretty script made mythvideo ignore php files, for fresh installs mythtv-svn: bumped to svn 21495 vdpinfo: bumped to 185.18.36 nvidia: bumped to 185.18.36 nvidia-utils: bumped to 185.18.36 skvm:removed, not needed. udev:Let's make automounting just work for USB storage devices. skvm:initial inclusion. lightweight volume manager. pmount:initial inclusion. mythappletrailers:Loading . . . mythappletrailers:Bumped. pciutils:Updated to fetch latest IDs.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r--abs/extra-testing/mythappletrailers/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD
index ce1c793..7cb7f7a 100644
--- a/abs/extra-testing/mythappletrailers/PKGBUILD
+++ b/abs/extra-testing/mythappletrailers/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythappletrailers
pkgver=0.04.3
-pkgrel=27
+pkgrel=29
pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -11,7 +11,7 @@ url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers"
depends=('php' 'mythtv' 'mplayer-wrapper')
install=mythappletrailers.install
source=('myth_trailers_grabber' 'appletrailer.xml'
- 'trailers')
+ 'trailers' 'loading.sh')
build() {
mkdir -p $startdir/pkg/usr/bin
@@ -22,6 +22,8 @@ build() {
chown 1000:1000 $startdir/pkg/home/mythtv/appletrailer.xml
chmod 755 trailers
chmod 755 myth_trailers_grabber
+ chmod 755 loading.sh
cp myth_trailers_grabber $startdir/pkg/usr/bin/
+ cp loading.sh $startdir/pkg/usr/bin/
cp trailers $startdir/pkg/etc/cron.daily/
}