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

Antonio Rojas arojas at archlinux.org
Wed Apr 11 10:16:11 UTC 2018


    Date: Wednesday, April 11, 2018 @ 10:16:09
  Author: arojas
Revision: 321529

archrelease: copy trunk to staging-x86_64

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

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 321528, qalculate-gtk/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-04-11 10:16:09 UTC (rev 321529)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=qalculate-gtk
+pkgver=2.4.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=('fe919e5e2b13e86f8a7308f339203a1f8deafaf9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list