diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-21 21:06:47 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-21 21:06:47 (GMT) |
commit | ddab9d26651122643ad4f993812c6bf38d9fd911 (patch) | |
tree | dbb2233c9dfc399faf00a70ca9fe3ddb12242010 /abs/core/LinHES-system/PKGBUILD | |
parent | 8e347fecbc74ed8a3dab9d78546ad9dd9cf2a232 (diff) | |
download | linhes_pkgbuild-ddab9d26651122643ad4f993812c6bf38d9fd911.zip linhes_pkgbuild-ddab9d26651122643ad4f993812c6bf38d9fd911.tar.gz linhes_pkgbuild-ddab9d26651122643ad4f993812c6bf38d9fd911.tar.bz2 |
LinHES-system/config: add install_supplemental_service.sh
This script will install and configure the extra web services and programs needed.
LinHES-session: additional work on making the startup process a bit more modular.
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index df31953..9cc0aa9 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=11 +pkgrel=12 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -8,7 +8,7 @@ install=LinHES.install pkgdesc="scripts and things related to having an automated system" depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd) backup=(etc/modprobe.d/alsa-base) -binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh unclutter-toggle.sh tvterm.sh myth_mtc.lr smolt.cron mythfrontend-start set_windowmanager.sh myth_status.py myth_status.sh" +binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run firstboot.sh load-modules-mythvantage.sh unclutter-toggle.sh tvterm.sh myth_mtc.lr smolt.cron mythfrontend-start set_windowmanager.sh myth_status.py myth_status.sh xmsg.py install_supplemental_service.sh" source=(LinHES-session LinHES-profile.sh $binfiles alsa-base) @@ -37,7 +37,7 @@ build() { mkdir $startdir/pkg/etc/logrotate.d cp $startdir/myth_mtc.lr $startdir/pkg/etc/logrotate.d } -md5sums=('2836a90e5d191faae80fad37025a5c9b' +md5sums=('989c22c2eae00501f5b46f215dbf5e59' '5881bdb43d578ec3a79d1f77ea58a3db' 'a875ee97f86e46f34a741c2bc455f894' '76b2637cac0452b3acdbeeb4e8a5474b' @@ -54,4 +54,6 @@ md5sums=('2836a90e5d191faae80fad37025a5c9b' 'dae4dfb638b11c8c79fb1424a60b762a' '361bf81a6a117d61c3bc32dda91c4cb9' 'ce72aad1fc66c575f863d4bfbf65ce16' + 'd03aedeeeda0f5e9c1eb437411c88477' + '94ce8f1d5085c0db7b267db8c2e9a3ff' 'eb879fee9603a05d5420d4ce8ed9e450') |