[arch-commits] CVS update of extra/system/v86d (PKGBUILD modprobe.uvesafb v86d)

Thomas Baechler thomas at archlinux.org
Sun Mar 2 14:48:31 UTC 2008


    Date: Sunday, March 2, 2008 @ 15:48:31
  Author: thomas
    Path: /home/cvs-extra/extra/system/v86d

   Added: modprobe.uvesafb (1.1)
Modified: PKGBUILD (1.1 -> 1.2) v86d (1.1 -> 1.2)

upgpkg: v86d 0.1.3-2


------------------+
 PKGBUILD         |   16 ++++++++++------
 modprobe.uvesafb |   10 ++++++++++
 v86d             |    1 +
 3 files changed, 21 insertions(+), 6 deletions(-)


Index: extra/system/v86d/PKGBUILD
diff -u extra/system/v86d/PKGBUILD:1.1 extra/system/v86d/PKGBUILD:1.2
--- extra/system/v86d/PKGBUILD:1.1	Fri Feb 29 19:47:36 2008
+++ extra/system/v86d/PKGBUILD	Sun Mar  2 15:48:31 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.1 2008/02/29 18:47:36 thomas Exp $
+# $Id: PKGBUILD,v 1.2 2008/03/02 14:48:31 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname="v86d"
-pkgver="0.1.3"
-pkgrel="1"
+pkgver=0.1.3
+pkgrel=2
 pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
 url="http://dev.gentoo.org/~spock/projects/uvesafb/"
 license=('GPL2')
@@ -11,10 +11,13 @@
 depends=('glibc' 'klibc>=1.5-4')
 _kernver="2.6.24-ARCH"
 source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d v86d_hook)
+        v86d
+        v86d_hook
+        modprobe.uvesafb)
 md5sums=('1c26f40af343bcc465f5832e2c9548d6'
-         'b026b6289024a217072038268d68f5ad'
-         '813958b8f6c75a7063e4858f31509694')
+         '4370f3c903fb005df0274b46ba4318e2'
+         '813958b8f6c75a7063e4858f31509694'
+         '33da6a93ce1b94c841836831e85d3b00')
 options=(!makeflags)
 
 build() {
@@ -33,4 +36,5 @@
 
   install -D -m644 $startdir/src/v86d $startdir/pkg/lib/initcpio/install/v86d || return 1
   install -D -m644 $startdir/src/v86d_hook $startdir/pkg/lib/initcpio/hooks/v86d || return 1
+  install -D -m644 $startdir/src/modprobe.uvesafb $startdir/pkg/etc/modprobe.d/uvesafb || return 1
 }
Index: extra/system/v86d/modprobe.uvesafb
diff -u /dev/null extra/system/v86d/modprobe.uvesafb:1.1
--- /dev/null	Sun Mar  2 15:48:31 2008
+++ extra/system/v86d/modprobe.uvesafb	Sun Mar  2 15:48:31 2008
@@ -0,0 +1,10 @@
+#
+# This file sets the parameters for uvesafb module.
+# The following format should be used:
+# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
+#
+# For more details see:
+# http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
+#
+ 
+options uvesafb mode=1024x768-32 scroll=ywrap
Index: extra/system/v86d/v86d
diff -u extra/system/v86d/v86d:1.1 extra/system/v86d/v86d:1.2
--- extra/system/v86d/v86d:1.1	Fri Feb 29 19:47:37 2008
+++ extra/system/v86d/v86d	Sun Mar  2 15:48:31 2008
@@ -1,5 +1,6 @@
 install() {
     add_binary "/sbin/v86d_klibc" "/sbin/v86d"
+    add_file "/etc/modprobe.d/uvesafb"
     MODULES="uvesafb"
     SCRIPT="v86d"
 }




More information about the arch-commits mailing list