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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 20:20:14
  Author: foutrelis
Revision: 157555

upgpkg: terminal 0.4.8-2

libxfce4util 4.10.0 rebuild.

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 00:15:58 UTC (rev 157554)
+++ PKGBUILD2012-04-29 00:20:14 UTC (rev 157555)
@@ -5,7 +5,7 @@
 
 pkgname=terminal
 pkgver=0.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/projects/terminal/;
@@ -16,12 +16,13 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.4/Terminal-$pkgver.tar.bz2)
-sha1sums=('2f12c3a0fffad18976d47e531d404ee308cb2f05')
+sha256sums=('fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d')
 
 build() {
   cd $srcdir/Terminal-$pkgver
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var \



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

2011-05-12 Thread Evangelos Foutras
Date: Thursday, May 12, 2011 @ 13:07:20
  Author: foutrelis
Revision: 123709

upgpkg: terminal 0.4.7-2
Add upstream patch for Xfce bug #7595.

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-12 16:46:51 UTC (rev 123708)
+++ PKGBUILD2011-05-12 17:07:20 UTC (rev 123709)
@@ -5,7 +5,7 @@
 
 pkgname=terminal
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,11 +16,18 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=terminal.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('34daa0090e1bc9014a5b9849103a129f')
+source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2
+
bug-7595-go-menu-single-tab-sensitivity.patch::http://git.xfce.org/apps/terminal/patch/?id=be9fca9ea8cedcf879c8e0c8cea96dd256a3591c)
+md5sums=('34daa0090e1bc9014a5b9849103a129f'
+ '043774c11e2f8c1c424510847dc82fae')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}
+
+  # Add upstream patch for Xfce bug #7595
+  # (Only make go menu action sensitive if tabs)
+  patch -Np1 -i ${srcdir}/bug-7595-go-menu-single-tab-sensitivity.patch
+
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \



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

2011-04-06 Thread andyrtr
Date: Wednesday, April 6, 2011 @ 03:52:59
  Author: andyrtr
Revision: 118239

upgpkg: terminal 0.4.7-1
upstream update 0.4.7

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-06 07:22:13 UTC (rev 118238)
+++ PKGBUILD2011-04-06 07:52:59 UTC (rev 118239)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=terminal
-pkgver=0.4.6
+pkgver=0.4.7
 pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 options=('!libtool')
 install=terminal.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('e5c592b56d260b4a7b57039882e18b81')
+md5sums=('34daa0090e1bc9014a5b9849103a129f')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}



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

2011-01-30 Thread andyrtr
Date: Sunday, January 30, 2011 @ 12:20:36
  Author: andyrtr
Revision: 108268

upgpkg: terminal 0.4.6-1
upstream update 0.4.6

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-30 17:12:52 UTC (rev 108267)
+++ PKGBUILD2011-01-30 17:20:36 UTC (rev 108268)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=terminal
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
 license=('GPL2')
@@ -17,7 +17,7 @@
 options=('!libtool')
 install=terminal.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('3c707628e2e97c6d9566cd74d400036a')
+md5sums=('e5c592b56d260b4a7b57039882e18b81')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}



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

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 14:33:51
  Author: andyrtr
Revision: 104715

upgpkg: terminal 0.4.5-2
rebuild for Xfce 4.8pre3 release candidate

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 19:26:34 UTC (rev 104714)
+++ PKGBUILD2011-01-04 19:33:51 UTC (rev 104715)
@@ -5,14 +5,14 @@
 
 pkgname=terminal
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/projects/terminal/;
 groups=('xfce4')
-depends=('exo=0.3.107' vte=0.24.1 'dbus-glib=0.86'
-'startup-notification=0.10' 'hicolor-icon-theme')
+depends=('exo=0.5.4' vte 'dbus-glib'
+'startup-notification' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=terminal.install
@@ -21,12 +21,16 @@
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/xfce4 \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/Terminal-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }



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

2010-05-22 Thread andyrtr
Date: Saturday, May 22, 2010 @ 11:58:57
  Author: andyrtr
Revision: 80889

upgpkg: terminal 0.4.5-1
new version 0.4.5

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-22 15:55:05 UTC (rev 80888)
+++ PKGBUILD2010-05-22 15:58:57 UTC (rev 80889)
@@ -1,27 +1,32 @@
 # $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=terminal
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/projects/terminal/;
 groups=('xfce4')
-depends=('exo=0.3.106' vte=0.22.5 'dbus-glib=0.82-2'
+depends=('exo=0.3.107' vte=0.24.1 'dbus-glib=0.86'
 'startup-notification=0.10' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=terminal.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('eba7da9acca699d168f4cc11ee9ed7a9')
+md5sums=('3c707628e2e97c6d9566cd74d400036a')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/Terminal-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }



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

2010-02-04 Thread Giovanni Scafora
Date: Thursday, February 4, 2010 @ 13:43:01
  Author: giovanni
Revision: 67212

upgpkg: terminal 0.4.4-1
upstream release

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-04 17:06:45 UTC (rev 67211)
+++ PKGBUILD2010-02-04 18:43:01 UTC (rev 67212)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=terminal
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!libtool')
 install=terminal.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('0ce66b16bcb7ff274d7f93a69993f717')
+md5sums=('eba7da9acca699d168f4cc11ee9ed7a9')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}



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

2009-12-17 Thread andyrtr
Date: Thursday, December 17, 2009 @ 16:05:27
  Author: andyrtr
Revision: 61520

upgpkg: terminal 0.4.3-1
new version 0.4.3

Modified:
  terminal/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-17 20:59:48 UTC (rev 61519)
+++ PKGBUILD2009-12-17 21:05:27 UTC (rev 61520)
@@ -3,20 +3,20 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=terminal
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/projects/terminal/;
 groups=('xfce4')
-depends=('exo=0.3.101' vte=0.20.5 'dbus-glib=0.80'
-'startup-notification=0.9' 'hicolor-icon-theme')
+depends=('exo=0.3.106' vte=0.22.5 'dbus-glib=0.82-2'
+'startup-notification=0.10' 'hicolor-icon-theme')
 makedepends=('pkgconfig')
 options=('!libtool')
 install=terminal.install
 
source=(http://archive.xfce.org/src/apps/${pkgname}/0.4/Terminal-${pkgver}.tar.bz2)
-md5sums=('9754afef6b79fa1df9aaf41fb8cc6374')
+md5sums=('0ce66b16bcb7ff274d7f93a69993f717')
 
 build() {
   cd ${srcdir}/Terminal-${pkgver}