summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-06 17:31:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-06 17:31:54 (GMT)
commit9b21e2c89af805f7e2e3014075318587ae479396 (patch)
tree58f8fb0ba47e51295da23d0b43b2a76172dcce04 /abs
parent676db4cdf0ec3a29073ee4408b8a610b1b334bd3 (diff)
downloadlinhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.zip
linhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.tar.gz
linhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.tar.bz2
linhes-config:initial support for whiteglass icon theme
Diffstat (limited to 'abs')
-rw-r--r--abs/core/LinHES-config/PKGBUILD37
-rwxr-xr-xabs/core/LinHES-config/systemconfig.py3
2 files changed, 39 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD
index d51b233..57b5aa9 100644
--- a/abs/core/LinHES-config/PKGBUILD
+++ b/abs/core/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=2.2
-pkgrel=2
+pkgrel=3
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'
@@ -136,3 +136,38 @@ md5sums=('381de315bceff755c7c5106ee693059f'
'cf35353141b70145f3ee8b0bd852c9f1'
'cf60e7ba4cf3467bb5539d5c51da61b6'
'a63ff9ef5250965aeabc74bfa8e43981')
+md5sums=('381de315bceff755c7c5106ee693059f'
+ '1a4694fcd694b362c339bda781ed0f3e'
+ 'e36da536dd651ef182e7642337889e77'
+ '3baa23764e1b6bcb2d66d7d859096940'
+ 'd7a8cd4a0060399ae22e69f74e04eb07'
+ '7a45287a07145fde5aa664583d4f6fba'
+ 'f88d2fb88339a4bf8ec9217a3fbcdef7'
+ '8ac1cfd2eca0f641737da0d0aca416a7'
+ '9ae8d79f620c6d19973c55c32a921874'
+ '4620f6f498ef4523398635cb0bd59425'
+ '06188493e5ed79cb501d3c5694dee8ca'
+ 'e459ed069317bccb20351f037a9df3d2'
+ '22c5e24bf87ad94ee2244d9016a0eea2'
+ '6aff504ed5e860adc1b7317cd0780900'
+ '55fccb1da0417a896b724f7cfc32dd5a'
+ 'ab2aa42c2947148c2b1cac0ade6d1d55'
+ 'd429b59d3cfb37b0624c6a4a71a7c2c0'
+ 'a225143e3df6f56d451c2875e54ddbae'
+ '687555968d4ca688d8f95c8f13e1d8d4'
+ '3d1e4a119f38cff0498bf8a67e94e4b3'
+ '5b41cfc6f4ad5cdbcd28cf980110f135'
+ 'ee7c8e1f025ce1527ecfffabafb26806'
+ '41b03fb1e0a9d9ae7588e3b813212772'
+ 'a9ffe72c3ede99d505fdc97572a7c256'
+ 'df43bce1712320508d4eef8449c5d223'
+ '65d93f15ac85adf8299552581789a731'
+ '4badc3c664c55f87396a473e6c14d4bc'
+ '36f5953944f98c50c0212a584996028e'
+ 'fe5e31b833cc6707209e9d656b6eb53c'
+ 'd328d63eaa4252f3d4888476c79bbff6'
+ '23d0e12b7ca1cc6ea6b993c1d7ff20b9'
+ '857a831e8627727306208f0e776b1b98'
+ 'ca78d5533d02ade8f98a5dc0714ce0a6'
+ 'cf60e7ba4cf3467bb5539d5c51da61b6'
+ 'a63ff9ef5250965aeabc74bfa8e43981')
diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py
index 2e07b2f..3b44779 100755
--- a/abs/core/LinHES-config/systemconfig.py
+++ b/abs/core/LinHES-config/systemconfig.py
@@ -39,6 +39,9 @@ def setup_x(systemconfig):
if mv_common.read_config(mv_common.module_config,"xorg") == False :
logging.info("____Skipping of Xorg, config disabled____")
else:
+ if not os.path.exists('/usr/share/icons/default'):
+ os.symlink('/usr/share/icons/whiteglass','/usr/share/icons/default');
+
cmd = "%s/bin/xconfig.sh" %systemconfig["MVROOT"]
mv_common.runcmd(cmd)