summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Bryskin2022-10-26 15:41:22 +0300
committerNikolay Bryskin2022-10-26 15:41:22 +0300
commitab76e373aecff9d56c8c3d5ab7d72dc0b9cee260 (patch)
treed759da46b09a570af1afac4e72ad11f0b10b4ebe
parent32b4cc33722e28a35d95ab5344a4f9a27855b0d7 (diff)
downloadaur-ab76e373aecff9d56c8c3d5ab7d72dc0b9cee260.tar.gz
Add .gitignore and fix prepare()
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a8c273a23286
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/pkg/
+/src/
+/gnome-shell/
+/libgnome-volume-control/
+/*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index af82cb815c38..15b2ec145dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Flamelab <panosfilip@gmail.com
pkgname=gnome-shell-screencast-vaapi
-pkgver=42.4+r1+gec04b253a
+pkgver=42.4+r1+ga25c59695
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell (screencast records with VAAPI)"
@@ -42,7 +42,7 @@ pkgver() {
prepare() {
cd gnome-shell
- git cherry-pick d32c03488fcf6cdb0ca2e99b0ed6ade078460deb # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5585
+ git cherry-pick -n d32c03488fcf6cdb0ca2e99b0ed6ade078460deb # https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5585
patch -p1 < ../../screencast-vaapi.patch
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"