diff --git a/xf86-video-nouveau.be0 b/xf86-video-nouveau.be0 index d8f4b41fa..b54f5bc0b 100755 --- a/xf86-video-nouveau.be0 +++ b/xf86-video-nouveau.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xf86-video-nouveau-1.0.16-0 +# BEE_VERSION xf86-video-nouveau-1.0.17-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-nouveau-${PKGVERSION}.tar.gz" +#SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-nouveau-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/e4fe1a12f9cbc075b2200773099df96f/xf86-video-nouveau-1.0.17.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -49,9 +50,12 @@ SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-nouveau-${PKG # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + # https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=e80e73ced69b15662103d0fd6837db4ce6c6eb5b + # https://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-nouveau-driver + start_cmd grep -rl slave | xargs sed -i s/slave/secondary/ +} #mee_configure() { # bee_configure