chakra-init-live updates, gluon rebuild for new glew

This commit is contained in:
abveritas 2012-11-25 23:30:06 +00:00
parent 4fc1600509
commit 7b126304db
3 changed files with 8 additions and 12 deletions

View File

@ -5,7 +5,7 @@
pkgname=chakra-init-live pkgname=chakra-init-live
pkgver=2012.11 pkgver=2012.11
pkgrel=1 pkgrel=2
pkgdesc="Live-session systemd startup scripts" pkgdesc="Live-session systemd startup scripts"
arch=('x86_64') arch=('x86_64')
url="http://www.chakra-project.org" url="http://www.chakra-project.org"
@ -14,7 +14,7 @@ depends=('spun-live')
makedepends=('asciidoc') makedepends=('asciidoc')
install=${pkgname}.install install=${pkgname}.install
source=('live' 'locale_setup.sh' '10-keyboard.conf') source=('live' 'locale_setup.sh' '10-keyboard.conf')
md5sums=('1d40f2b5732b7eb1480038d2f646df5b' md5sums=('23d57a1388e1c2df66e0552a8112c115'
'd5640418bdfb4970ccec0f0392fc023b' 'd5640418bdfb4970ccec0f0392fc023b'
'4df9f3c64316cf8b7f93729b389d704f') '4df9f3c64316cf8b7f93729b389d704f')

View File

@ -53,9 +53,6 @@ set_locale # sets locale settings and hwclock
#do_configsforroot #do_configsforroot
cp -a /etc/skel/. /root/ cp -a /etc/skel/. /root/
#This will go into workspace soon
# sed -i -e 's/halt/poweroff/' /usr/share/config/kdm/kdmrc
# set correct permissions for live user # set correct permissions for live user
chown -R live:users /home/live chown -R live:users /home/live
@ -67,4 +64,7 @@ chmod 0440 /etc/sudoers
export KDE_NO_IPV6="TRUE" export KDE_NO_IPV6="TRUE"
export OPERAPLUGINWRAPPER_PRIORITY=0 export OPERAPLUGINWRAPPER_PRIORITY=0
# in case proprietary drivers load takes longer
systemctl restart kdm.service

View File

@ -1,18 +1,14 @@
# #
# Chakra Packages for Chakra, part of chakra-project.org # Chakra Packages for Chakra, part of chakra-project.org
# #
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org> # maintainer abveritas@chakra-project.org
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=gluon pkgname=gluon
pkgver=0.71.0 pkgver=0.71.0
_pkgver=0.71 _pkgver=0.71
pkgrel=6 pkgrel=7
pkgdesc="A high-level game development library for the KDE desktop enviornment." pkgdesc="A high-level game development library for the KDE desktop enviornment."
arch=('i686' 'x86_64') arch=('x86_64')
url="http://gluon.gamingfreedom.org/" url="http://gluon.gamingfreedom.org/"
license=('GPL') license=('GPL')
depends=('glew' 'kdelibs' 'libsndfile' 'openal' 'alure') depends=('glew' 'kdelibs' 'libsndfile' 'openal' 'alure')