[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD gnome-terminal.install)

Jan Steffens heftig at archlinux.org
Tue May 10 19:04:03 UTC 2016


    Date: Tuesday, May 10, 2016 @ 21:04:02
  Author: heftig
Revision: 267624

3.20.2-1

Modified:
  gnome-terminal/trunk/PKGBUILD
Deleted:
  gnome-terminal/trunk/gnome-terminal.install

------------------------+
 PKGBUILD               |   18 +++++++-----------
 gnome-terminal.install |   13 -------------
 2 files changed, 7 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 19:03:49 UTC (rev 267623)
+++ PKGBUILD	2016-05-10 19:04:02 UTC (rev 267624)
@@ -2,26 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-terminal
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal"
 arch=(i686 x86_64)
 license=(GPL)
 depends=(vte3 gsettings-desktop-schemas dconf)
-makedepends=(intltool itstool docbook-xsl desktop-file-utils
-             libnautilus-extension appdata-tools gnome-shell gconf vala)
-optdepends=('gconf: settings migration when upgrading from older version')
-options=('!emptydirs')
-url="http://www.gnome.org"
-groups=('gnome')
-install=gnome-terminal.install
+makedepends=(intltool itstool docbook-xsl libnautilus-extension appdata-tools
+             gnome-shell gconf vala)
+options=(!emptydirs)
+groups=(gnome)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('98b7f48b13b37f05c92aa6b09006f608985efaf5440a1d76c28eda5f46b50894')
+sha256sums=('f5383060730f1de70af35e917f82d5b6a14d963ad9cfd6a0e705f90011645a23')
 
 build() {
   cd $pkgname-$pkgver
-  # Build with prerelease, no tarball yet
-  sed -i -e 's/0.44.0/0.43.92/' configure
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib/$pkgname --disable-static --with-nautilus-extension
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Deleted: gnome-terminal.install
===================================================================
--- gnome-terminal.install	2016-05-10 19:03:49 UTC (rev 267623)
+++ gnome-terminal.install	2016-05-10 19:04:02 UTC (rev 267624)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
-    gconfpkg --uninstall gnome-terminal
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}



More information about the arch-commits mailing list