[arch-commits] Commit in pantheon-calculator (3 files)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 6 12:52:52 UTC 2019


    Date: Wednesday, March 6, 2019 @ 12:52:52
  Author: alucryd
Revision: 437841

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calculator/repos/
  pantheon-calculator/repos/community-x86_64/
  pantheon-calculator/repos/community-x86_64/PKGBUILD
    (from rev 437840, pantheon-calculator/trunk/PKGBUILD)

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

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 437840, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-03-06 12:52:52 UTC (rev 437841)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson pantheon-calculator build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list