[arch-commits] Commit in glide/repos/community-x86_64 (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 18:33:08 UTC 2022


    Date: Monday, April 25, 2022 @ 18:33:08
  Author: arojas
Revision: 1190033

archrelease: copy trunk to community-x86_64

Added:
  glide/repos/community-x86_64/PKGBUILD
    (from rev 1190032, glide/trunk/PKGBUILD)
  glide/repos/community-x86_64/fix-build.patch
    (from rev 1190032, glide/trunk/fix-build.patch)
Deleted:
  glide/repos/community-x86_64/PKGBUILD

-----------------+
 PKGBUILD        |   58 +++++++++++++++++++++++++++++-------------------------
 fix-build.patch |    9 ++++++++
 2 files changed, 41 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 18:32:55 UTC (rev 1190032)
+++ PKGBUILD	2022-04-25 18:33:08 UTC (rev 1190033)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=glide
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Simple and minimalistic media player based on GStreamer and GTK'
-arch=('x86_64')
-url='https://github.com/philn/glide'
-license=('MIT')
-depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gtk3')
-makedepends=('meson' 'rust')
-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')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: glide/repos/community-x86_64/PKGBUILD (from rev 1190032, glide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 18:33:08 UTC (rev 1190033)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=glide
+pkgver=0.5.9
+pkgrel=2
+pkgdesc='Simple and minimalistic media player based on GStreamer and GTK'
+arch=('x86_64')
+url='https://github.com/philn/glide'
+license=('MIT')
+depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gtk3')
+makedepends=('meson' 'rust')
+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"
+         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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: glide/repos/community-x86_64/fix-build.patch (from rev 1190032, glide/trunk/fix-build.patch)
===================================================================
--- fix-build.patch	                        (rev 0)
+++ fix-build.patch	2022-04-25 18:33:08 UTC (rev 1190033)
@@ -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