[arch-commits] Commit in v86d/trunk (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Wed May 14 12:09:47 UTC 2008


    Date: Wednesday, May 14, 2008 @ 08:09:47
  Author: thomas
Revision: 1648

Rebuild klibc for 2.6.25, add new klibc-VERSION metapackage and remove some unnecessary binaries from klibc

Modified:
  v86d/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-14 12:09:42 UTC (rev 1647)
+++ PKGBUILD	2008-05-14 12:09:47 UTC (rev 1648)
@@ -2,14 +2,16 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname="v86d"
 pkgver=0.1.3
-pkgrel=3.1
+pkgrel=4
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
 license=('GPL2')
 arch=("i686" "x86_64")
-makedepends=('kernel26>=2.6.24' 'kernel26<2.6.25')
-depends=('glibc' 'klibc>=1.5-4')
-_kernver="2.6.24-ARCH"
+# The kernel is only required for building
+# There is no kernel-specific dependency
+makedepends=('kernel26>=2.6.25' 'kernel26<2.6.26')
+_kernver="2.6.25-ARCH"
+depends=('glibc' 'klibc' $(basename /lib/klibc-*.so .so))
 backup=(etc/modprobe.d/uvesafb)
 source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
         v86d





More information about the arch-commits mailing list