[arch-commits] Commit in gnome-terminal/repos (4 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:34:08 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:34:07
  Author: heftig
Revision: 155150

db-move: moved gnome-terminal from [gnome-unstable] to [testing] (i686)

Added:
  gnome-terminal/repos/testing-i686/
  gnome-terminal/repos/testing-i686/PKGBUILD
    (from rev 155005, gnome-terminal/repos/gnome-unstable-i686/PKGBUILD)
  gnome-terminal/repos/testing-i686/gnome-terminal.install
    (from rev 155005, gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install)
Deleted:
  gnome-terminal/repos/gnome-unstable-i686/

------------------------+
 PKGBUILD               |   33 +++++++++++++++++++++++++++++++++
 gnome-terminal.install |   17 +++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: gnome-terminal/repos/testing-i686/PKGBUILD (from rev 155005, gnome-terminal/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:34:07 UTC (rev 155150)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-terminal
+pkgver=3.4.0.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
+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/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1369298498d62993b075dc6d4b9669bbce1acb7ba1f670a0ba39e40a2a25a092')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" --domain gnome-terminal "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Copied: gnome-terminal/repos/testing-i686/gnome-terminal.install (from rev 155005, gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install)
===================================================================
--- testing-i686/gnome-terminal.install	                        (rev 0)
+++ testing-i686/gnome-terminal.install	2012-04-01 11:34:07 UTC (rev 155150)
@@ -0,0 +1,17 @@
+pkgname=gnome-terminal
+
+post_install() {
+  gconfpkg --install $pkgname
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}




More information about the arch-commits mailing list