summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-02-25 14:50:25 +0100
committerSefa Eyeoglu2021-02-25 14:50:25 +0100
commitdd829a009a1cb49094f9f5f4ad107e7f96c75433 (patch)
treee0f3aafbd2b75956a0c9e7f43bee3d0df9646684
parentf2eb83c32232e0b2c6e520fea68752e81dbde364 (diff)
downloadaur-dd829a009a1cb49094f9f5f4ad107e7f96c75433.tar.gz
upgpkg: gamescope-git 3.7.1.r40.g79acc09-1
Fix missing libliftoff
-rw-r--r--.SRCINFO6
-rw-r--r--0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch25
-rw-r--r--0002-fix-wlserver-update-wlr_headless_backend_create-call.patch (renamed from fix-wlserver-update-wlr_headless_backend_create-call.patch)0
-rw-r--r--PKGBUILD9
4 files changed, 35 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a311d45f71..d548c7df1b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.7.1.r35.g7eb7e8e
+ pkgver = 3.7.1.r40.g79acc09
pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
@@ -22,8 +22,10 @@ pkgbase = gamescope-git
conflicts = gamescope
conflicts = steamcompmgr
source = git+https://github.com/Plagman/gamescope.git
- source = fix-wlserver-update-wlr_headless_backend_create-call.patch
+ source = 0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch
+ source = 0002-fix-wlserver-update-wlr_headless_backend_create-call.patch
sha512sums = SKIP
+ sha512sums = 7876353d4e7f4f81083dede3d77dc778e65a87dd8ae021e3976d4999431f6a30ab305c79f13d4ff9280ad2bae294525f45bf791b65b7e2af3efa65a76397a4cf
sha512sums = c79e380f2307744de7fff7d719da6b5ecdaf8daf03771acb2c4bf1770e34692876fa37ce5efc8441dee9d8d386a17331f6991fe635730c59012faaba7db4b50b
pkgname = gamescope-git
diff --git a/0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch b/0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch
new file mode 100644
index 000000000000..4ff3ff893d71
--- /dev/null
+++ b/0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch
@@ -0,0 +1,25 @@
+From 092bb654230a28432e8c8aba59ba7f2d7e15254e Mon Sep 17 00:00:00 2001
+From: Sefa Eyeoglu <contact@scrumplex.net>
+Date: Thu, 25 Feb 2021 14:45:56 +0100
+Subject: [PATCH] [packaging/archlinux] Use libliftoff's new pkg-config name
+
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index e59cf77..f740e9d 100644
+--- a/meson.build
++++ b/meson.build
+@@ -76,7 +76,7 @@ liftoff_proj = subproject('libliftoff', required: false, default_options:
+ if liftoff_proj.found()
+ liftoff_dep = liftoff_proj.get_variable('liftoff')
+ else
+- liftoff_dep = dependency('liftoff')
++ liftoff_dep = dependency('libliftoff')
+ endif
+
+ executable(
+--
+2.30.1
+
diff --git a/fix-wlserver-update-wlr_headless_backend_create-call.patch b/0002-fix-wlserver-update-wlr_headless_backend_create-call.patch
index 284e7f40459e..284e7f40459e 100644
--- a/fix-wlserver-update-wlr_headless_backend_create-call.patch
+++ b/0002-fix-wlserver-update-wlr_headless_backend_create-call.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0415095cc513..4454f2d7781a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.7.1.r35.g7eb7e8e
+pkgver=3.7.1.r40.g79acc09
pkgrel=1
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
@@ -13,8 +13,10 @@ makedepends=("git" "meson" "ninja" "patch" "vulkan-headers" "glslang")
provides=($_pkgname "steamcompmgr")
conflicts=($_pkgname "steamcompmgr")
source=("git+https://github.com/Plagman/gamescope.git"
- "fix-wlserver-update-wlr_headless_backend_create-call.patch")
+ "0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch"
+ "0002-fix-wlserver-update-wlr_headless_backend_create-call.patch")
sha512sums=('SKIP'
+ '7876353d4e7f4f81083dede3d77dc778e65a87dd8ae021e3976d4999431f6a30ab305c79f13d4ff9280ad2bae294525f45bf791b65b7e2af3efa65a76397a4cf'
'c79e380f2307744de7fff7d719da6b5ecdaf8daf03771acb2c4bf1770e34692876fa37ce5efc8441dee9d8d386a17331f6991fe635730c59012faaba7db4b50b')
@@ -31,7 +33,8 @@ prepare() {
cd "$srcdir/$_pkgname"
- patch -Np1 < "$srcdir/fix-wlserver-update-wlr_headless_backend_create-call.patch"
+ patch -Np1 < "$srcdir/0001-packaging-archlinux-Use-libliftoff-s-new-pkg-config-.patch"
+ patch -Np1 < "$srcdir/0002-fix-wlserver-update-wlr_headless_backend_create-call.patch"
}
build() {