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

Antonio Rojas arojas at archlinux.org
Mon Mar 18 16:29:31 UTC 2019


    Date: Monday, March 18, 2019 @ 16:29:29
  Author: arojas
Revision: 348598

archrelease: copy trunk to staging-x86_64

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

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

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 348597, qalculate-gtk/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-03-18 16:29:29 UTC (rev 348598)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=qalculate-gtk
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="GTK 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=('2e6e7ad1025d1430b028e0f690574f8ddff4f6bd')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list