[arch-commits] Commit in (5 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 17:32:41 UTC 2014


    Date: Thursday, January 16, 2014 @ 18:32:41
  Author: flexiondotorg
Revision: 104221

Added mate-calc

Added:
  mate-calc/
  mate-calc/repos/
  mate-calc/trunk/
  mate-calc/trunk/PKGBUILD
  mate-calc/trunk/mate-calc.install

-------------------+
 PKGBUILD          |   31 +++++++++++++++++++++++++++++++
 mate-calc.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Added: mate-calc/trunk/PKGBUILD
===================================================================
--- mate-calc/trunk/PKGBUILD	                        (rev 0)
+++ mate-calc/trunk/PKGBUILD	2014-01-16 17:32:41 UTC (rev 104221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="Calculator for the Mate desktop environment"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./autogen.sh \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-calc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-calc/trunk/mate-calc.install
===================================================================
--- mate-calc/trunk/mate-calc.install	                        (rev 0)
+++ mate-calc/trunk/mate-calc.install	2014-01-16 17:32:41 UTC (rev 104221)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list