Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2803 from mariux64/update-xf86-video-nouveau-from…
…-1.0.16-to-1.0.17

Update xf86-video-nouveau from 1.0.16 to 1.0.17
  • Loading branch information
pmenzel committed Dec 9, 2022
2 parents 1175a33 + 0a0d207 commit eff3102
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions 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.)
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eff3102

Please sign in to comment.