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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:36:41 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:36:40
  Author: foutrelis
Revision: 1142424

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pantheon-calculator/repos/community-staging-x86_64/PKGBUILD (from rev 1142422, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:36:40 UTC (rev 1142424)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.7.2
+pkgrel=2
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=bcc44153cee994ff72e5b5058b7d0f8324b79a59
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+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