summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-24 00:40:15 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-24 00:40:23 (GMT)
commit3a594ad38241da5087d34584ba70ca06e7be97c4 (patch)
tree617a14e327af8a1fe159a025b5d1afcad2edde19 /abs/core/LinHES-config/PKGBUILD
parent282e9e588e6d8a62a7b1d3f18963e3787fb6f88a (diff)
downloadlinhes_pkgbuild-3a594ad38241da5087d34584ba70ca06e7be97c4.zip
linhes_pkgbuild-3a594ad38241da5087d34584ba70ca06e7be97c4.tar.gz
linhes_pkgbuild-3a594ad38241da5087d34584ba70ca06e7be97c4.tar.bz2
LinHES-config: added print_xorg_res.py this feeds the ui to list valid modelines as X detects them. This provides a consistent interface.
Also updated xconfig.sh todo something with the XRes value and configuring xorg.
Diffstat (limited to 'abs/core/LinHES-config/PKGBUILD')
-rw-r--r--abs/core/LinHES-config/PKGBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD
index d395bbc..0ea9210 100644
--- a/abs/core/LinHES-config/PKGBUILD
+++ b/abs/core/LinHES-config/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=LinHES-config
pkgver=2.3
-pkgrel=81
+pkgrel=83
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config )
pkgdesc="Install and configure your system"
depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted'
'sg3_utils' 'nmbscan' 'system-templates' 'rsync' 'python-parted'
- 'python-pexpect' 'python-netifaces'
+ 'python-pexpect' 'python-netifaces'
'python-iplib' 'mythinstall>=2-10' 'sudo')
#LinHES-timezone
arch=('i686' 'x86_64')
@@ -46,8 +46,9 @@ source=(mv_install.py 09_mythvantge_runit_grub
systemconfig.py
myth_user_call.py
mythvantage.cfg
- config-sudo.rules
- hdhr.conf blacklist_nouveau.conf blacklist_pcspkr.conf )
+ config-sudo.rules
+ hdhr.conf blacklist_nouveau.conf blacklist_pcspkr.conf
+ print_xorg_res.py )
backup=(etc/mythvantage.cfg)
install=config.install
@@ -95,6 +96,7 @@ build() {
install -m 0755 mv_hostype.py $MVDIR/bin/
install -m 0755 mv_supplemental.py $MVDIR/bin/
install -m 0755 systemconfig.py $MVDIR/bin/
+ install -m 0755 print_xorg_res.py $MVDIR/bin/
install -m 0755 mythvantage.cfg $startdir/pkg/etc/
#README file displayed on install
@@ -107,13 +109,13 @@ build() {
#sudo rules
mkdir -p $startdir/pkg/etc/sudoers.d/
- chmod 750 $startdir/pkg/etc/sudoers.d/
- chown -R root:root $startdir/pkg/etc/sudoers.d
+ chmod 750 $startdir/pkg/etc/sudoers.d/
+ chown -R root:root $startdir/pkg/etc/sudoers.d
install -o root -g root -m 0750 config-sudo.rules $startdir/pkg/etc/sudoers.d/config_sudo
#sysctrl conf
install -o root -g root -D -m 0755 hdhr.conf $startdir/pkg/etc/sysctl.d/hdhr.conf
-
+
#modules blacklist files
install -o root -g root -D -m 0755 blacklist_pcspkr.conf $startdir/pkg/etc/modprobe.d/blacklist_pcspkr.conf
install -o root -g root -D -m 0755 blacklist_nouveau.conf $startdir/pkg/etc/modprobe.d/blacklist_nouveau.conf
@@ -129,7 +131,7 @@ md5sums=('0b29bb0819aad086f612699815132ec5'
'68199e861c2933ccbb84735b9b440157'
'2a7f3b34e522acfd08283b86c8926aba'
'60103d94ada98ac583fea620294f14d3'
- '36b0ce0589fd522217f90e0d0e5315c0'
+ '61e1e5cc957a0ce99a8a24501efab88c'
'ecf9e5df20683a769c4a8a8f2d65de85'
'895d4e842d7457a48a6d2ce0e9c833b7'
'8ba06c2ce6129371548cc360ccca27f8'
@@ -158,4 +160,5 @@ md5sums=('0b29bb0819aad086f612699815132ec5'
'4804aa93aaad3dfcfff08cd9ffd68836'
'0fa6fffd87f350380d45f1f8a5b7babe'
'6ec39b010c0ed8901ea896c7e153d330'
- '3866086e6af5e3528a66eff492f2f4dd')
+ '3866086e6af5e3528a66eff492f2f4dd'
+ 'c9279fa095af624ee3d9bc75d3328360')