[arch-commits] Commit in buoh/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Apr 25 06:59:18 UTC 2022


    Date: Monday, April 25, 2022 @ 06:59:17
  Author: arojas
Revision: 1189978

archrelease: copy trunk to community-x86_64

Added:
  buoh/repos/community-x86_64/PKGBUILD
    (from rev 1189977, buoh/trunk/PKGBUILD)
Deleted:
  buoh/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++++-------------------------
 1 file changed, 30 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 06:59:06 UTC (rev 1189977)
+++ PKGBUILD	2022-04-25 06:59:17 UTC (rev 1189978)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=buoh
-pkgver=0.8.2
-pkgrel=14
-pkgdesc='Online strips comics reader for GNOME'
-arch=('x86_64')
-url='http://buoh.steve-o.org/'
-license=('GPL')
-depends=('gtk3' 'libsoup')
-makedepends=('git' 'meson')
-_commit=f4bd061683b5dfccd31748dff43b3710185628c8  # master
-source=("git+https://gitlab.gnome.org/GNOME/buoh.git#commit=$_commit")
-sha256sums=('SKIP')
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: buoh/repos/community-x86_64/PKGBUILD (from rev 1189977, buoh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 06:59:17 UTC (rev 1189978)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=buoh
+pkgver=0.8.2
+pkgrel=15
+pkgdesc='Online strips comics reader for GNOME'
+arch=('x86_64')
+url='http://buoh.steve-o.org/'
+license=('GPL')
+depends=('gtk3' 'libsoup')
+makedepends=('git' 'meson')
+_commit=f4bd061683b5dfccd31748dff43b3710185628c8  # master
+source=("git+https://gitlab.gnome.org/GNOME/buoh.git#commit=$_commit")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 39d069ec0bd23e89afab7a69183149bb433ee7bd # Fix build with meson 0.61
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list