[arch-commits] Commit in polari/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri Feb 11 22:34:25 UTC 2022


    Date: Friday, February 11, 2022 @ 22:34:24
  Author: heftig
Revision: 436948

41.0+r11+g0f0a4b54-1: FS#73733 fix GTK dep

Modified:
  polari/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 20:22:59 UTC (rev 436947)
+++ PKGBUILD	2022-02-11 22:34:24 UTC (rev 436948)
@@ -1,31 +1,31 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=polari
-pkgver=41.0
+pkgver=41.0+r11+g0f0a4b54
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari"
 arch=(x86_64)
 license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control
+depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
          telepathy-logger gspell libsoup3)
 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=0eab55718a07fcf7b3231ac565bf3f1651bfbe7e  # tags/41.0^0
+_commit=0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d  # main
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd polari
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd polari
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson polari build
   meson compile -C build
 }
 



More information about the arch-commits mailing list