[arch-commits] Commit in polari/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Jul 5 00:04:17 UTC 2022


    Date: Tuesday, July 5, 2022 @ 00:04:17
  Author: heftig
Revision: 449891

archrelease: copy trunk to extra-x86_64

Added:
  polari/repos/extra-x86_64/PKGBUILD
    (from rev 449890, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-05 00:03:43 UTC (rev 449890)
+++ PKGBUILD	2022-07-05 00:04:17 UTC (rev 449891)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=polari
-pkgver=42.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari"
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
-         telepathy-logger gspell libsoup3 libadwaita)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-options=(debug)
-_commit=e236b2916c1762509be65ac5e9c933193b9e7e16  # tags/42.0^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd polari
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd polari
-}
-
-build() {
-  arch-meson polari build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 449890, polari/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-05 00:04:17 UTC (rev 449891)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=polari
+pkgver=42.1
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari"
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
+         telepathy-logger gspell libsoup3 libadwaita)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+options=(debug)
+_commit=e110e9d434371d61bcb743b953d6438f8e0c3ef8  # tags/42.1^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd polari
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd polari
+}
+
+build() {
+  arch-meson polari build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list