summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzjeffer2024-07-21 13:49:59 +0200
committerzjeffer2024-07-21 13:49:59 +0200
commitf91714f956a077ac23b1e07ac398bc686a5d3d4a (patch)
treeb1b476e675a9f9218a9cfa465c2c647790b5fa96
parent685e51cffc44344d1d60ec98b32e5d88e67f3549 (diff)
downloadaur-f91714f956a077ac23b1e07ac398bc686a5d3d4a.tar.gz
Update PKGBUILD to use aquamarine, remove wlroots
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d531a27ee28f..87a7467ea7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-git
- pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.41.2.r43.293e6873
+ pkgdesc = A dynamic tiling Wayland compositor based on aquamarine that doesn't sacrifice on its looks.
+ pkgver = 0.41.2.r49.016da234
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = hyprland-git
makedepends = patch
makedepends = pkgconf
makedepends = xorgproto
+ depends = aquamarine-git
depends = cairo
depends = gcc-libs
depends = glib2
@@ -60,12 +61,10 @@ pkgbase = hyprland-git
provides = hyprland=0.41.2
conflicts = hyprland
source = git+https://github.com/hyprwm/Hyprland.git
- source = git+https://github.com/hyprwm/wlroots-hyprland.git
source = git+https://github.com/hyprwm/hyprland-protocols.git
source = git+https://github.com/canihavesomecoffee/udis86.git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
- b2sums = SKIP
pkgname = hyprland-git
diff --git a/PKGBUILD b/PKGBUILD
index e7d50dd4e809..f43341ea19bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Contributor: ThatOneCalculator <kainoa at t1c dot dev>
pkgname=hyprland-git
-pkgver=0.41.2.r43.293e6873
+pkgver=0.41.2.r49.016da234
pkgrel=1
-pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
+pkgdesc="A dynamic tiling Wayland compositor based on aquamarine that doesn't sacrifice on its looks."
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/Hyprland"
license=(BSD)
depends=(
+ aquamarine-git
cairo
gcc-libs
glib2
@@ -70,7 +71,6 @@ provides=("hyprland=${pkgver%%.r*}")
conflicts=(hyprland)
source=(
"git+https://github.com/hyprwm/Hyprland.git"
- "git+https://github.com/hyprwm/wlroots-hyprland.git"
"git+https://github.com/hyprwm/hyprland-protocols.git"
"git+https://github.com/canihavesomecoffee/udis86.git"
)
@@ -78,7 +78,6 @@ b2sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
)
pick_mr() {
@@ -88,7 +87,6 @@ pick_mr() {
prepare() {
cd Hyprland
git submodule init
- git config submodule.subprojects/wlroots-hyprland.url "$srcdir/wlroots-hyprland"
git config submodule.subprojects/hyprland-protocols.url "$srcdir/hyprland-protocols"
git config submodule.subprojects/udis86.url "$srcdir/udis86"
git config submodule.subprojects/tracy.update none
@@ -98,8 +96,6 @@ prepare() {
git config user.name local && git config user.email '<>' && git config commit.gpgsign false
fi
# Pick pull requests from github using `pick_mr <pull request number>`.
-
- git -C subprojects/wlroots-hyprland reset --hard
}
pkgver() {