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

Jan Steffens heftig at archlinux.org
Wed Sep 5 21:16:54 UTC 2018


    Date: Wednesday, September 5, 2018 @ 21:16:54
  Author: heftig
Revision: 333573

archrelease: copy trunk to gnome-unstable-x86_64

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

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

Copied: polari/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333572, polari/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 21:16:54 UTC (rev 333573)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.30.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 appdata-tools yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=272912ac8f4cf49b0436031c191aa452bfa64497  # tags/3.30.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
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list