[arch-commits] Commit in seed/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 19:01:18 UTC 2011


    Date: Saturday, October 1, 2011 @ 15:01:18
  Author: ibiru
Revision: 139429

db-move: moved seed from [testing] to [extra] (x86_64)

Added:
  seed/repos/extra-x86_64/PKGBUILD
    (from rev 139207, seed/repos/testing-x86_64/PKGBUILD)
Deleted:
  seed/repos/extra-x86_64/PKGBUILD
  seed/repos/testing-x86_64/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-01 19:01:17 UTC (rev 139428)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:01:18 UTC (rev 139429)
@@ -1,27 +0,0 @@
-# $Id$
-#Maintainer : Ionut Biru <ibiru at archlinux.org>
-#Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=seed
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Seed/"
-license=('LGPL')
-options=('!libtool')
-depends=('mpfr' 'libwebkit3' 'gnome-js-common' 'gobject-introspection')
-makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c7ef8e0c7cfe633c6bf9bfc13ab56458f053dfb12b784c75cc50dfa7cf828be6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: seed/repos/extra-x86_64/PKGBUILD (from rev 139207, seed/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 19:01:18 UTC (rev 139429)
@@ -0,0 +1,27 @@
+# $Id$
+#Maintainer : Ionut Biru <ibiru at archlinux.org>
+#Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=seed
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Seed/"
+license=('LGPL')
+options=('!libtool')
+depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
+makedepends=('intltool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list