[arch-commits] Commit in glide/trunk (PKGBUILD fix-build.patch)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 18:32:55 UTC 2022


    Date: Monday, April 25, 2022 @ 18:32:55
  Author: arojas
Revision: 1190032

CE0BDE71A759A87F23F0F7D8B61DBCE10901C163 key rebuild

Added:
  glide/trunk/fix-build.patch
Modified:
  glide/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   12 +++++++++---
 fix-build.patch |    9 +++++++++
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 18:11:26 UTC (rev 1190031)
+++ PKGBUILD	2022-04-25 18:32:55 UTC (rev 1190032)
@@ -2,7 +2,7 @@
 
 pkgname=glide
 pkgver=0.5.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple and minimalistic media player based on GStreamer and GTK'
 arch=('x86_64')
 url='https://github.com/philn/glide'
@@ -12,9 +12,15 @@
 optdepends=('gst-libav: Extra media codecs'
             'gst-plugins-ugly: Extra media codecs')
 replaces=('glide-player')
-source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('e426e8b085a89e7dc384fc241bf161732735f083ddc4099342859c289951c6a3')
+source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+         fix-build.patch)
+sha256sums=('e426e8b085a89e7dc384fc241bf161732735f083ddc4099342859c289951c6a3'
+            'd90a7cb94bc7be015167d40c2f8d5e1019ca2c77647bcfcbf2dbaa633eb4983d')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < fix-build.patch
+}
+
 build() {
   arch-meson $pkgname-$pkgver build
   meson compile -C build

Added: fix-build.patch
===================================================================
--- fix-build.patch	                        (rev 0)
+++ fix-build.patch	2022-04-25 18:32:55 UTC (rev 1190032)
@@ -0,0 +1,9 @@
+diff --git a/scripts/grabber.sh b/scripts/grabber.sh
+index 992dce3..12ebe76 100755
+--- a/scripts/grabber.sh
++++ b/scripts/grabber.sh
+@@ -1,3 +1,3 @@
+ #!/bin/sh
+ 
+-find src/ -name *.rs
++find src/ -name '*.rs'



More information about the arch-commits mailing list