[arch-commits] Commit in mate-calc/repos (6 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Jan 16 17:33:47 UTC 2014
Date: Thursday, January 16, 2014 @ 18:33:47
Author: flexiondotorg
Revision: 104222
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-calc/repos/community-i686/
mate-calc/repos/community-i686/PKGBUILD
(from rev 104221, mate-calc/trunk/PKGBUILD)
mate-calc/repos/community-i686/mate-calc.install
(from rev 104221, mate-calc/trunk/mate-calc.install)
mate-calc/repos/community-x86_64/
mate-calc/repos/community-x86_64/PKGBUILD
(from rev 104221, mate-calc/trunk/PKGBUILD)
mate-calc/repos/community-x86_64/mate-calc.install
(from rev 104221, mate-calc/trunk/mate-calc.install)
------------------------------------+
community-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-i686/mate-calc.install | 11 +++++++++++
community-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-x86_64/mate-calc.install | 11 +++++++++++
4 files changed, 84 insertions(+)
Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 104221, mate-calc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:33:47 UTC (rev 104222)
@@ -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
+}
Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104221, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-i686/mate-calc.install (rev 0)
+++ community-i686/mate-calc.install 2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 104221, mate-calc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-01-16 17:33:47 UTC (rev 104222)
@@ -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
+}
Copied: mate-calc/repos/community-x86_64/mate-calc.install (from rev 104221, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-x86_64/mate-calc.install (rev 0)
+++ community-x86_64/mate-calc.install 2014-01-16 17:33:47 UTC (rev 104222)
@@ -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