diff options
author | Juergen Daubert <jue@jue.li> | 2012-07-17 17:16:37 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-07-17 17:16:37 +0200 |
commit | c470b3b713a2d7ce0f66777fe9ea29e14f4c0bb2 (patch) | |
tree | 5e77f6b9e90e1f6414e787ad958ac259ec1a16f6 /xorg | |
parent | 702ecd732d53bc1f3683b2de63ec991c09541185 (diff) | |
download | xorg-c470b3b713a2d7ce0f66777fe9ea29e14f4c0bb2.tar.gz xorg-c470b3b713a2d7ce0f66777fe9ea29e14f4c0bb2.tar.xz |
[notify] xorg: update to 7.7
Note:
-----
- the recommended way to update to Xorg 7.7 is to run
'prt-get sysup --install-scripts"
- xorg-xf86-input-synaptics has a new dependecy to mtdev,
running 'prt-get install mtdev' prior to the sysup command
is necessary if xorg-xf86-input-synaptics is installed.
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.footprint | 2 | ||||
-rw-r--r-- | xorg/Pkgfile | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xorg/.footprint b/xorg/.footprint index 9c4dffa8..5cf0c395 100644 --- a/xorg/.footprint +++ b/xorg/.footprint @@ -1 +1,3 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/etc/ +-rw-r--r-- root/root usr/etc/xorg diff --git a/xorg/Pkgfile b/xorg/Pkgfile index ba698ee7..07e95f34 100644 --- a/xorg/Pkgfile +++ b/xorg/Pkgfile @@ -1,13 +1,14 @@ # Description: x.org's implementation of X11 # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-server, xorg-xf86-input-mouse, xorg-xf86-input-keyboard, xorg-xf86-input-evdev, xorg-xf86-video-vesa, xorg-xinit, xorg-xauth, xorg-rgb, xkeyboard-config name=xorg -version=7.6 +version=7.7 release=1 source=() build() { - install -d $PKG/usr + install -d $PKG/usr/etc + echo "$name version $version" > $PKG/usr/etc/$name } |