New hwinfo without hal dependencies

This commit is contained in:
Manuel 2011-01-09 12:04:30 +00:00
parent 9f6b46d35e
commit 1eeb4a42e5
3 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=akonadi
pkgver=1.4.90
pkgver=1.4.95
pkgrel=1
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ depends=('shared-mime-info' 'boost' 'mysql' 'soprano>=2.5.63')
makedepends=('pkgconfig' 'cmake' 'automoc4')
install=$pkgname.install
source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2")
md5sums=('238e8aaf9d9a179058e05c9e136602ad')
md5sums=('7eba7b6725e306e7e8cce4a8f77e6ac5')
build() {
cd ${srcdir}

View File

@ -8,14 +8,14 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=hwinfo
pkgver=17.3
_minorver=1.1
pkgver=18.1
_minorver=3.5
pkgrel=1
pkgdesc="A simple program that lists results from the hardware detection library."
arch=('i686' 'x86_64')
url="http://www.opensuse.org"
license=('GPL2')
depends=('hal' 'perl' 'libx86emu')
depends=('perl' 'libx86emu')
makedepends=('sysfsutils' 'rpmextract' 'flex')
options=('!emptydirs')
source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/${pkgname}-${pkgver}-${_minorver}.src.rpm"
@ -39,5 +39,5 @@ build() {
make DESTDIR=${pkgdir} install || return 1
}
md5sums=('9bcc3f6b057c31d6f309fac7666ce0af'
md5sums=('17c2a703643d1f007859c5e743589bb8'
'1500ecfa26f6aaf4d7967eea74e86e5d')

View File

@ -13,7 +13,7 @@ pkgver=7.10
pkgrel=1
arch=(i686 x86_64)
makedepends=('glproto>=1.4.12' 'pkgconfig' 'libdrm>=2.4.23' 'libxxf86vm>=1.1.0' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.3.5' 'libxt>=1.0.8'
'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'talloc' 'libxml2')
'gcc-libs>=4.5' 'dri2proto=2.3' 'python2' 'talloc' 'libxml2' 'imake')
url="http://mesa3d.sourceforge.net"
license=('custom')
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
@ -182,4 +182,4 @@ package_nouveau-dri() {
make -C nouveau DESTDIR="${pkgdir}" install
# gallium3D driver for nv30 - nv40 - nv50 nouveau_dri.so
make -C ${srcdir}/Mesa-${pkgver}/src/gallium/targets/dri-nouveau DESTDIR="${pkgdir}" install
}
}