Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=fe47f0228c4eba3d0c4622c12a59aa9d75840dfa

commit fe47f0228c4eba3d0c4622c12a59aa9d75840dfa
Author: Elentir <elen...@frugalware.org>
Date:   Thu Jul 15 14:36:48 2010 +0200

xorg-server-minimal-1.8.2-1-i686

* version bump
* enable udev support

diff --git a/source/x11-extra/xorg-server-minimal/10-evdev.conf 
b/source/x11-extra/xorg-server-minimal/10-evdev.conf
new file mode 100644
index 0000000..48c5791
--- /dev/null
+++ b/source/x11-extra/xorg-server-minimal/10-evdev.conf
@@ -0,0 +1,35 @@
+Section "InputClass"
+        Identifier "evdev keyboard catchall"
+        MatchIsKeyboard "on"
+        MatchDevicePath "/dev/input/event*"
+        Driver "evdev"
+       Option "xkb_layout" "us"
+EndSection
+
+Section "InputClass"
+        Identifier "evdev pointer catchall"
+        MatchIsPointer "on"
+        MatchDevicePath "/dev/input/event*"
+        Driver "evdev"
+EndSection
+
+Section "InputClass"
+        Identifier "evdev touchpad catchall"
+        MatchIsTouchpad "on"
+        MatchDevicePath "/dev/input/event*"
+        Driver "evdev"
+EndSection
+
+Section "InputClass"
+        Identifier "evdev tablet catchall"
+        MatchIsTablet "on"
+        MatchDevicePath "/dev/input/event*"
+        Driver "evdev"
+EndSection
+
+Section "InputClass"
+        Identifier "evdev touchscreen catchall"
+        MatchIsTouchscreen "on"
+        MatchDevicePath "/dev/input/event*"
+        Driver "evdev"
+EndSection
diff --git a/source/x11-extra/xorg-server-minimal/FrugalBuild 
b/source/x11-extra/xorg-server-minimal/FrugalBuild
index 109be44..165ca71 100644
--- a/source/x11-extra/xorg-server-minimal/FrugalBuild
+++ b/source/x11-extra/xorg-server-minimal/FrugalBuild
@@ -3,8 +3,8 @@

pkgname=xorg-server-minimal
_F_xorg_name=xorg-server
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
pkgdesc="X.Org X Server for Fwife Install CD"
groups=('x11-extra')
archs=('i686' 'x86_64' )
@@ -17,12 +17,14 @@ makedepends=('randrproto>=1.3.0' 'renderproto>=0.9.3' 
'fixesproto' 'damageproto>
'fontcacheproto' 'util-macros>=1.8.0' 'recordproto' 'font-util>=1.1.1')
Finclude xorg
## fix up2date by grepv'ing the beta and other weird version number
-up2date="lynx -dump $_F_xorg_url | grep -v '902' | grep -v '901' | Flasttar"
+up2date="lynx -dump $_F_xorg_url | grep -v '90[123456]' | Flasttar"
F_cd_path=$_F_xorg_name-$pkgver
options=("nodocs")
-source=($source hack-since-suffix-support-is-half-br0ken.patch)
-sha1sums=('cba0d3b3d28696609a1f9b110d4d129cd066e133' \
-          'a3d4c81bd6b5efea6734ea813923ead8930096a4')
+source=($source hack-since-suffix-support-is-half-br0ken.patch \
+       10-evdev.conf)
+sha1sums=('825d11757b729444800e0a3afd4e98d19d286b1a' \
+          'a3d4c81bd6b5efea6734ea813923ead8930096a4' \
+          '7a7802630be5a1477e247a1ce2e29f167c77bbfa')
Fconfopts="$Fconfopts --enable-install-setuid \
--disable-kdrive --disable-xvfb\
--disable-glx --disable-xvmc \
@@ -35,8 +37,8 @@ Fconfopts="$Fconfopts --enable-install-setuid \
--with-xkb-path=/usr/lib/X11/xkb --disable-xnest \
--disable-dbe  --program-suffix='-fwife' \
--with-module-dir=/usr/lib/xorg-fwife/modules \
-       --disable-config-dbus --disable-config-udev \
-       --with-sha1=libcrypto --disable-record"
+       --disable-config-dbus --with-sha1=libcrypto \
+       --disable-record --enable-config-udev"

export CFLAGS="`echo $CFLAGS |sed 's|-O2|-Os|g'`"

@@ -52,5 +54,7 @@ build()
Frm usr/lib/{xorg,pkgconfig}
Frm var/lib/xkb/README.compiled
Frm usr/lib/xorg-fwife/modules/multimedia
+       Fmkdir etc/X11/xorg.conf.d/
+       Fcp 10-evdev.conf etc/X11/xorg.conf.d/
}
# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to