diff options
author | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-08 02:34:09 -0700 |
commit | 3a0ad5dc35d5cff379cdfc736b9cae856416fe6a (patch) | |
tree | a6af20a38d47d7a7ae8e1b98f70005c54644bbdd /extra/gnome-terminal | |
parent | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (diff) |
Tue Oct 8 02:32:53 PDT 2013
Diffstat (limited to 'extra/gnome-terminal')
-rw-r--r-- | extra/gnome-terminal/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/gnome-terminal/PKGBUILD b/extra/gnome-terminal/PKGBUILD index ac374672a..00cb6b89e 100644 --- a/extra/gnome-terminal/PKGBUILD +++ b/extra/gnome-terminal/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 189824 2013-07-08 16:53:47Z heftig $ +# $Id: PKGBUILD 196084 2013-10-07 11:52:02Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-terminal -pkgver=3.8.4 -pkgrel=1 +pkgver=3.10.0 +pkgrel=2 pkgdesc="The GNOME Terminal Emulator" arch=(i686 x86_64) license=(GPL) -depends=(vte3 gsettings-desktop-schemas libsm dconf) -makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils python2 gconf) +depends=(vte3 gsettings-desktop-schemas dconf) +makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils gconf libnautilus-extension) optdepends=('gconf: settings migration when upgrading from older version') options=('!emptydirs' '!libtool') url="http://www.gnome.org" groups=('gnome') install=gnome-terminal.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('5c1a1db9b4c5eb5780137bed5ed6a05afd82053bd5b2ad41180d4617c56a3f22') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('2f7cc56d39e083eee0419c7d7e9ae43e00dca8bc55bdd31271fb193ec7f63796') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static + --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension make } |