[arch-commits] Commit in mate-calc/repos (8 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jan 28 10:51:00 UTC 2014


    Date: Tuesday, January 28, 2014 @ 11:51:00
  Author: flexiondotorg
Revision: 104914

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

Added:
  mate-calc/repos/community-i686/PKGBUILD
    (from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-i686/mate-calc.install
    (from rev 104913, mate-calc/trunk/mate-calc.install)
  mate-calc/repos/community-x86_64/PKGBUILD
    (from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/mate-calc.install
    (from rev 104913, mate-calc/trunk/mate-calc.install)
Deleted:
  mate-calc/repos/community-i686/PKGBUILD
  mate-calc/repos/community-i686/mate-calc.install
  mate-calc/repos/community-x86_64/PKGBUILD
  mate-calc/repos/community-x86_64/mate-calc.install

------------------------------------+
 /PKGBUILD                          |   58 +++++++++++++++++++++++++++++++++++
 /mate-calc.install                 |   22 +++++++++++++
 community-i686/PKGBUILD            |   31 ------------------
 community-i686/mate-calc.install   |   11 ------
 community-x86_64/PKGBUILD          |   31 ------------------
 community-x86_64/mate-calc.install |   11 ------
 6 files changed, 80 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/PKGBUILD	2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $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/PKGBUILD (from rev 104913, mate-calc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-calc
+pkgver=1.6.1
+pkgrel=1
+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=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-calc.install
===================================================================
--- community-i686/mate-calc.install	2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/mate-calc.install	2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104913, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-i686/mate-calc.install	                        (rev 0)
+++ community-i686/mate-calc.install	2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-28 10:50:41 UTC (rev 104913)
+++ community-x86_64/PKGBUILD	2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $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/PKGBUILD (from rev 104913, mate-calc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-calc
+pkgver=1.6.1
+pkgrel=1
+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=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-calc.install
===================================================================
--- community-x86_64/mate-calc.install	2014-01-28 10:50:41 UTC (rev 104913)
+++ community-x86_64/mate-calc.install	2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,11 +0,0 @@
-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/mate-calc.install (from rev 104913, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-x86_64/mate-calc.install	                        (rev 0)
+++ community-x86_64/mate-calc.install	2014-01-28 10:51:00 UTC (rev 104914)
@@ -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