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

Antonio Rojas arojas at archlinux.org
Wed Jan 17 11:12:18 UTC 2018


    Date: Wednesday, January 17, 2018 @ 11:12:17
  Author: arojas
Revision: 314980

archrelease: copy trunk to staging-x86_64

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

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 314979, qalculate-gtk/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-01-17 11:12:17 UTC (rev 314980)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=qalculate-gtk
+pkgver=2.2.1
+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=('62da0db83cc758830e6a9da85557b952ea60f418')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list