summaryrefslogtreecommitdiff
path: root/gnome-unstable
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-23 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2011-09-23 23:14:53 +0000
commitcb2a1951e9cd1de18c0ab88c9d741e91a423fc36 (patch)
tree97c7682d2038f33c83b0b3910cea44bb38a3533f /gnome-unstable
parent919a63ffc80158b2a5610fa87eb51fd5f8f724ba (diff)
Fri Sep 23 23:14:53 UTC 2011
Diffstat (limited to 'gnome-unstable')
-rw-r--r--gnome-unstable/epiphany/PKGBUILD8
-rw-r--r--gnome-unstable/seed/PKGBUILD27
2 files changed, 31 insertions, 4 deletions
diff --git a/gnome-unstable/epiphany/PKGBUILD b/gnome-unstable/epiphany/PKGBUILD
index 8e9a640aa..985f2e6ce 100644
--- a/gnome-unstable/epiphany/PKGBUILD
+++ b/gnome-unstable/epiphany/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 137324 2011-09-07 06:50:13Z ibiru $
+# $Id: PKGBUILD 138420 2011-09-22 11:13:18Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=epiphany
-pkgver=3.1.91.1
+pkgver=3.1.92
pkgrel=1
install=epiphany.install
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
@@ -14,8 +14,8 @@ makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
options=('!libtool' '!emptydirs')
groups=('gnome')
url="http://www.gnome.org/projects/epiphany/"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('38dad200717463b833b847a05c63a64e079ad79e97a7b92b2053cef6f96d13e8')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b2bc72bbe7c431607538fc56532c8a8a05c8ab5b3f6412b489e79e2392e14331')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/gnome-unstable/seed/PKGBUILD b/gnome-unstable/seed/PKGBUILD
new file mode 100644
index 000000000..d20ff3499
--- /dev/null
+++ b/gnome-unstable/seed/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 138418 2011-09-22 08:07:08Z ibiru $
+#Maintainer : Ionut Biru <ibiru@archlinux.org>
+#Contributor: Jan de Groot <jgc@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
+}