[arch-commits] Commit in mash/repos (4 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:11:20
  Author: jgc
Revision: 206387

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 206386, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206386, mash/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   25 +
 gnome-unstable-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 206386, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:11:20 UTC (rev 206387)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=4
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206386, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 10:11:20 UTC (rev 206387)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=4
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mash/repos (4 files)

2013-09-19 Thread Jan de Groot
Date: Thursday, September 19, 2013 @ 21:02:07
  Author: jgc
Revision: 194620

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 194619, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194619, mash/trunk/PKGBUILD)

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

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 194619, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-19 19:02:07 UTC (rev 194620)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=3
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194619, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-19 19:02:07 UTC (rev 194620)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=3
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mash/repos (4 files)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 23:34:03
  Author: jgc
Revision: 180464

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 180463, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180463, mash/trunk/PKGBUILD)

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

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 180463, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 22:34:03 UTC (rev 180464)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=2
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180463, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 22:34:03 UTC (rev 180464)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=2
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mash/repos (4 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 15:08:27
  Author: heftig
Revision: 154821

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 154820, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154820, mash/trunk/PKGBUILD)

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

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 154820, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 19:08:27 UTC (rev 154821)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154820, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-30 19:08:27 UTC (rev 154821)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mash/repos (4 files)

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 17:50:38
  Author: ibiru
Revision: 138299

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 138298, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138298, mash/trunk/PKGBUILD)
Deleted:
  mash/repos/gnome-unstable-i686/PKGBUILD
  mash/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-19 21:49:45 UTC (rev 138298)
+++ gnome-unstable-i686/PKGBUILD2011-09-19 21:50:38 UTC (rev 138299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=mash
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=A small library for using 3D models within a Clutter scene
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('clutter')
-makedepends=('gtk-doc' 'gobject-introspection')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 138298, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-19 21:50:38 UTC (rev 138299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.1.0
+pkgrel=2
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-19 21:49:45 UTC (rev 138298)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-19 21:50:38 UTC (rev 138299)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=mash
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=A small library for using 3D models within a Clutter scene
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('clutter')
-makedepends=('gtk-doc' 'gobject-introspection')
-source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 138298, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-19 21:50:38 UTC (rev 138299)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.1.0
+pkgrel=2
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in mash/repos (4 files)

2011-09-02 Thread Jan Steffens
Date: Friday, September 2, 2011 @ 09:21:16
  Author: heftig
Revision: 136860

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mash/repos/gnome-unstable-i686/
  mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 136859, mash/trunk/PKGBUILD)
  mash/repos/gnome-unstable-x86_64/
  mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136859, mash/trunk/PKGBUILD)

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

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 136859, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-02 13:21:16 UTC (rev 136860)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136859, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-02 13:21:16 UTC (rev 136860)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}