[arch-commits] Commit in qalculate-gtk/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 31 23:30:35 UTC 2018


    Date: Saturday, March 31, 2018 @ 23:30:34
  Author: arojas
Revision: 320781

archrelease: copy trunk to staging-x86_64

Added:
  qalculate-gtk/repos/staging-x86_64/
  qalculate-gtk/repos/staging-x86_64/PKGBUILD
    (from rev 320780, qalculate-gtk/trunk/PKGBUILD)

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 320780, qalculate-gtk/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-03-31 23:30:34 UTC (rev 320781)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=qalculate-gtk
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('x86_64')
+url="http://qalculate.github.io/"
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('f3e7e52c7865087207e684ed0b8fcdb81e89f15a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list