summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-03-07 10:43:03 +0200
committerStelios Tsampas2023-03-07 10:43:03 +0200
commit74c28e8bf93d2477d97c2b92b9a2874c6bdabdf1 (patch)
treee182cff536a3186e96df3b3b15db951bbf4f9477
parent155f68d415710a59f37eef8f41742e4080a840a8 (diff)
downloadaur-74c28e8bf93d2477d97c2b92b9a2874c6bdabdf1.tar.gz
[proton-ge-custom][no ci] Rename libdisplay-info dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.testing4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b07a9b3722..0e71e40811a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -239,7 +239,7 @@ pkgbase = proton-ge-custom
source = gst-plugins-rs::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
source = dxil-spirv::git+https://github.com/HansKristian-Work/dxil-spirv.git
source = graphene::git+https://github.com/ebassi/graphene.git
- source = libdisplay-info::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
+ source = libdisplay-info-dxvk::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
source = wine-staging::git+https://github.com/wine-staging/wine-staging.git
source = protonfixes-gloriouseggroll::git+https://github.com/gloriouseggroll/protonfixes.git
source = gst-plugins-bad::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
diff --git a/PKGBUILD b/PKGBUILD
index f775ce033211..d611f0ef7485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -126,7 +126,7 @@ source=(
gst-plugins-rs::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
dxil-spirv::git+https://github.com/HansKristian-Work/dxil-spirv.git
graphene::git+https://github.com/ebassi/graphene.git
- libdisplay-info::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
+ libdisplay-info-dxvk::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
wine-staging::git+https://github.com/wine-staging/wine-staging.git
protonfixes-gloriouseggroll::git+https://github.com/gloriouseggroll/protonfixes.git
gst-plugins-bad::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
@@ -231,7 +231,7 @@ prepare() {
git -c protocol.file.allow=always submodule update include/{vulkan,spirv}
git submodule init subprojects/libdisplay-info
- git submodule set-url subprojects/libdisplay-info "$srcdir/libdisplay-info"
+ git submodule set-url subprojects/libdisplay-info "$srcdir/libdisplay-info-dxvk"
git -c protocol.file.allow=always submodule update subprojects/libdisplay-info
popd
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 97576d6017da..a897b44bdad3 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -126,7 +126,7 @@ source=(
gst-plugins-rs::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
dxil-spirv::git+https://github.com/HansKristian-Work/dxil-spirv.git
graphene::git+https://github.com/ebassi/graphene.git
- libdisplay-info::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
+ libdisplay-info-dxvk::git+https://gitlab.freedesktop.org/JoshuaAshton/libdisplay-info.git
wine-staging::git+https://github.com/wine-staging/wine-staging.git
protonfixes-gloriouseggroll::git+https://github.com/gloriouseggroll/protonfixes.git
gst-plugins-bad::git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
@@ -231,7 +231,7 @@ prepare() {
git -c protocol.file.allow=always submodule update include/{vulkan,spirv}
git submodule init subprojects/libdisplay-info
- git submodule set-url subprojects/libdisplay-info "$srcdir/libdisplay-info"
+ git submodule set-url subprojects/libdisplay-info "$srcdir/libdisplay-info-dxvk"
git -c protocol.file.allow=always submodule update subprojects/libdisplay-info
popd