Date: Thursday, March 6, 2014 @ 00:24:16
  Author: flexiondotorg
Revision: 106605

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

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

--------------------------------------------+
 community-staging-i686/PKGBUILD            |   30 +++++++++++++++++++++++++++
 community-staging-i686/mate-calc.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD          |   30 +++++++++++++++++++++++++++
 community-staging-x86_64/mate-calc.install |   11 +++++++++
 4 files changed, 82 insertions(+)

Copied: mate-calc/repos/community-staging-i686/PKGBUILD (from rev 106604, 
mate-calc/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2014-03-05 23:24:16 UTC (rev 106605)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress <[email protected]>
+
+pkgname=mate-calc
+pkgver=1.8.0
+pkgrel=2
+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' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-staging-i686/mate-calc.install (from rev 
106604, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-staging-i686/mate-calc.install                            (rev 0)
+++ community-staging-i686/mate-calc.install    2014-03-05 23:24:16 UTC (rev 
106605)
@@ -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-staging-x86_64/PKGBUILD (from rev 106604, 
mate-calc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-05 23:24:16 UTC (rev 106605)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress <[email protected]>
+
+pkgname=mate-calc
+pkgver=1.8.0
+pkgrel=2
+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' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-staging-x86_64/mate-calc.install (from rev 
106604, mate-calc/trunk/mate-calc.install)
===================================================================
--- community-staging-x86_64/mate-calc.install                          (rev 0)
+++ community-staging-x86_64/mate-calc.install  2014-03-05 23:24:16 UTC (rev 
106605)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to