summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhafeoz2023-03-04 18:51:09 +0000
committerhafeoz2023-03-04 18:51:09 +0000
commit4bfeaf3fc4c451228548eac2b4e5b052396d2446 (patch)
treecfcab00f3cc35194ed0f633a19378a22074abfce
parent5bfa25f74e97ba04b4dc866f153458f32e0dd8ce (diff)
downloadaur-4bfeaf3fc4c451228548eac2b4e5b052396d2446.tar.gz
attempt to fix build by using lilydjwg's wlroot
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab4d6bbdc6a..7277b313fd11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -49,14 +49,12 @@ pkgbase = hyprland-nvidia-hidpi-git
options = !buildflags
options = !strip
source = hyprland::git+https://github.com/hyprwm/Hyprland.git
- source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
+ source = git+https://gitlab.freedesktop.org/lilydjwg/wlroots.git
source = git+https://github.com/hyprwm/hyprland-protocols.git
- source = https://gitlab.freedesktop.org/lilydjwg/wlroots/-/commit/629d73889cb96cddecc75c48ab1e143b96338dac.patch
source = nvidia.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 6b9e7f444a958711c9610a464577b5abd18a2a6ca2ebffde990f3381b871fe9c
sha256sums = 522b19656d7c1627ec615b6720182590570560e346c1670f9df002015707b340
pkgname = hyprland-nvidia-hidpi-git
diff --git a/PKGBUILD b/PKGBUILD
index fef1ed1b870c..d1a2bae143c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,16 +50,14 @@ makedepends=(
wayland-protocols
xorgproto)
source=("${_pkgname}::git+https://github.com/hyprwm/Hyprland.git"
- "git+https://gitlab.freedesktop.org/wlroots/wlroots.git"
+ "git+https://gitlab.freedesktop.org/lilydjwg/wlroots.git"
"git+https://github.com/hyprwm/hyprland-protocols.git"
- "https://gitlab.freedesktop.org/lilydjwg/wlroots/-/commit/629d73889cb96cddecc75c48ab1e143b96338dac.patch"
"nvidia.patch")
conflicts=("${_pkgname}")
provides=(hyprland)
sha256sums=('SKIP'
'SKIP'
'SKIP'
- '6b9e7f444a958711c9610a464577b5abd18a2a6ca2ebffde990f3381b871fe9c'
'522b19656d7c1627ec615b6720182590570560e346c1670f9df002015707b340')
options=(!makeflags !buildflags !strip)
@@ -82,7 +80,6 @@ prepare() {
git -c protocol.file.allow=always submodule update subprojects/hyprland-protocols
cd subprojects/wlroots
git revert -n 18595000f3a21502fd60bf213122859cc348f9af
- patch --forward --strip=1 --input="${srcdir}"/629d73889cb96cddecc75c48ab1e143b96338dac.patch
patch --forward --strip=0 --input="${srcdir}"/nvidia.patch
}