diff options
author | James Meyer <james.meyer@operamail.com> | 2009-05-06 00:11:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-05-06 00:11:15 (GMT) |
commit | 5ffe7692d8df44a6e93146aeb96d3105e4b39d52 (patch) | |
tree | f051cbd06a4f3f0472bba44db744295f4183261d | |
parent | 20988fdeaf4910b85db57ba240145518ad732733 (diff) | |
parent | a14a8af402d2970fec1951314f384dadf440ec02 (diff) | |
download | linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.zip linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.tar.gz linhes_pkgbuild-5ffe7692d8df44a6e93146aeb96d3105e4b39d52.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
-rw-r--r-- | abs/extra-testing/community/cwiid-svn/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra-testing/linhes-theme3/PKGBUILD | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/abs/extra-testing/community/cwiid-svn/PKGBUILD b/abs/extra-testing/community/cwiid-svn/PKGBUILD index f02d179..eb9fe85 100644 --- a/abs/extra-testing/community/cwiid-svn/PKGBUILD +++ b/abs/extra-testing/community/cwiid-svn/PKGBUILD @@ -2,7 +2,7 @@ pkgname=cwiid-svn #pkgver=`date +%Y%m%d` pkgver=184 -pkgrel=2 +#pkgrel=3 pkgdesc="Cwiid-svn is the bleeding edge version of a wiimote's driver and utility tools" arch=(i686 x86_64) url="http://abstrakraft.org/cwiid/" diff --git a/abs/extra-testing/linhes-theme3/PKGBUILD b/abs/extra-testing/linhes-theme3/PKGBUILD deleted file mode 100644 index 76dc62a..0000000 --- a/abs/extra-testing/linhes-theme3/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ -# Maintainer: Cecil Watson<knoppmyth@gmail.com> - -pkgname=linhes-theme3 -pkgver=1 -pkgrel=1 -pkgdesc="Test LinHES theme." -arch=('i686' 'x86_64') -license=('GPL2') -url="http://linhes.org/" -source=(ftp://ftp.knoppmyth.net/R6/sources/linhes3.tar.bz2) - -build() { - cd $startdir/src/ - mkdir -p $startdir/pkg/usr/share/mythtv/themes - cp -a LinHES3 $startdir/pkg/usr/share/mythtv/themes -} |