Skip to content

Update xf86-video-nouveau from 1.0.16 to 1.0.17 #2803

Merged
merged 3 commits into from
Dec 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions xf86-video-nouveau.be0
Original file line number Diff line number Diff line change
@@ -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