Date: Wednesday, March 14, 2018 @ 08:55:23
  Author: bpiotrowski
Revision: 318957

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-calculator/repos/gnome-unstable-x86_64/
  gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 318956, gnome-calculator/trunk/PKGBUILD)

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

Copied: gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318956, 
gnome-calculator/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2018-03-14 08:55:23 UTC (rev 318957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-calculator
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview3 mpfr libsoup libmpc)
+makedepends=(intltool yelp-tools vala git appstream-glib meson)
+groups=(gnome)
+options=(!emptydirs)
+_commit=d1d38fb5af568f73452de9271590fda74e172715  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-calculator#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to