[arch-commits] Commit in polari/repos (2 files)

Jan Steffens heftig at archlinux.org
Sun Mar 8 06:41:43 UTC 2020


    Date: Sunday, March 8, 2020 @ 06:41:43
  Author: heftig
Revision: 377028

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  polari/repos/gnome-unstable-x86_64/
  polari/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 377027, polari/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: polari/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377027, polari/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-03-08 06:41:43 UTC (rev 377028)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.36.0
+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 telepathy-logger gspell)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=42bed50c5920eb8e63de0ace0efa9487df1a8fb2  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list