summaryrefslogtreecommitdiff
path: root/extra/gnome-terminal/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
commitad84169d66d20378d28533c216b73c9a6646d6d7 (patch)
tree2746e102687e113dd81d632b51933b62ff458934 /extra/gnome-terminal/PKGBUILD
parent0f78806d775c4d46c649425fcb67964d53531db8 (diff)
Sun Oct 2 23:14:32 UTC 2011
Diffstat (limited to 'extra/gnome-terminal/PKGBUILD')
-rw-r--r--extra/gnome-terminal/PKGBUILD21
1 files changed, 7 insertions, 14 deletions
diff --git a/extra/gnome-terminal/PKGBUILD b/extra/gnome-terminal/PKGBUILD
index a77e25b8b..f514e5470 100644
--- a/extra/gnome-terminal/PKGBUILD
+++ b/extra/gnome-terminal/PKGBUILD
@@ -1,32 +1,25 @@
-# $Id: PKGBUILD 121328 2011-04-30 15:31:28Z ibiru $
+# $Id: PKGBUILD 139326 2011-10-01 18:58:34Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-terminal
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="The GNOME Terminal Emulator"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
-makedepends=('gnome-doc-utils' 'gtk2' 'intltool')
-#gtk2 is needed for gtk-builder-convert
-#https://bugzilla.gnome.org/show_bug.cgi?id=588945
-#https://bugzilla.gnome.org/show_bug.cgi?id=588732
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2')
options=('!emptydirs')
url="http://www.gnome.org"
groups=('gnome')
install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2
- exitcode.patch)
-sha256sums=('388eda40663566cb785e2d92180e0b584c2c89acc3e7bcd30605601710fddc48'
- '263030e9905329d8e651421b575a80c37e30733373378896c94d2c6d6e0ee056')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('42ca48cff087de770d4783b19653794e82285334144b30557948f852521299b1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/exitcode.patch"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-scrollkeeper \
- --with-gtk=3.0
+ --localstatedir=/var --disable-scrollkeeper
make
}