[arch-commits] Commit in mate-calc (5 files)

Balló György bgyorgy at archlinux.org
Thu Mar 30 20:30:46 UTC 2017


    Date: Thursday, March 30, 2017 @ 20:30:45
  Author: bgyorgy
Revision: 220129

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-calc/repos/
  mate-calc/repos/community-i686/
  mate-calc/repos/community-i686/PKGBUILD
    (from rev 220128, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/
  mate-calc/repos/community-x86_64/PKGBUILD
    (from rev 220128, mate-calc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 220128, mate-calc/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 220128, mate-calc/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list