[arch-commits] Commit in gnome-terminal/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Mon Apr 15 18:49:54 UTC 2013
Date: Monday, April 15, 2013 @ 20:49:54
Author: heftig
Revision: 182845
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-terminal/repos/testing-i686/PKGBUILD
(from rev 182844, gnome-terminal/trunk/PKGBUILD)
gnome-terminal/repos/testing-i686/gnome-terminal.install
(from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
gnome-terminal/repos/testing-x86_64/PKGBUILD
(from rev 182844, gnome-terminal/trunk/PKGBUILD)
gnome-terminal/repos/testing-x86_64/gnome-terminal.install
(from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
Deleted:
gnome-terminal/repos/testing-i686/PKGBUILD
gnome-terminal/repos/testing-i686/gnome-terminal.install
gnome-terminal/repos/testing-x86_64/PKGBUILD
gnome-terminal/repos/testing-x86_64/gnome-terminal.install
---------------------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++
/gnome-terminal.install | 26 +++++++++++
testing-i686/PKGBUILD | 35 ----------------
testing-i686/gnome-terminal.install | 13 -----
testing-x86_64/PKGBUILD | 35 ----------------
testing-x86_64/gnome-terminal.install | 13 -----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-i686/PKGBUILD 2013-04-15 18:49:54 UTC (rev 182845)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-terminal
-pkgver=3.8.0.1
-pkgrel=3
-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)
-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=('b9218598ff4cf24ad317160d37d463f9823519295ac4de7417139c43958c565e')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-terminal/repos/testing-i686/PKGBUILD (from rev 182844, gnome-terminal/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-terminal
+pkgver=3.8.1
+pkgrel=1
+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)
+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=('c49afab26973225f41ed35a9d5b5180d6207757e524056656146b30692f39fff')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-i686/gnome-terminal.install
===================================================================
--- testing-i686/gnome-terminal.install 2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-i686/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -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
-}
Copied: gnome-terminal/repos/testing-i686/gnome-terminal.install (from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
===================================================================
--- testing-i686/gnome-terminal.install (rev 0)
+++ testing-i686/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,13 @@
+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
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:49:54 UTC (rev 182845)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-terminal
-pkgver=3.8.0.1
-pkgrel=3
-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)
-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=('b9218598ff4cf24ad317160d37d463f9823519295ac4de7417139c43958c565e')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --disable-static
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-terminal/repos/testing-x86_64/PKGBUILD (from rev 182844, gnome-terminal/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-terminal
+pkgver=3.8.1
+pkgrel=1
+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)
+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=('c49afab26973225f41ed35a9d5b5180d6207757e524056656146b30692f39fff')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/gnome-terminal.install
===================================================================
--- testing-x86_64/gnome-terminal.install 2013-04-15 18:48:36 UTC (rev 182844)
+++ testing-x86_64/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -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
-}
Copied: gnome-terminal/repos/testing-x86_64/gnome-terminal.install (from rev 182844, gnome-terminal/trunk/gnome-terminal.install)
===================================================================
--- testing-x86_64/gnome-terminal.install (rev 0)
+++ testing-x86_64/gnome-terminal.install 2013-04-15 18:49:54 UTC (rev 182845)
@@ -0,0 +1,13 @@
+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