[arch-commits] Commit in tilda/repos (6 files)

2016-10-25 Thread Jaroslav Lichtblau
Date: Tuesday, October 25, 2016 @ 17:01:32
  Author: jlichtblau
Revision: 193359

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tilda/repos/community-staging-i686/
  tilda/repos/community-staging-i686/PKGBUILD
(from rev 193358, tilda/trunk/PKGBUILD)
  tilda/repos/community-staging-i686/tilda.changelog
(from rev 193358, tilda/trunk/tilda.changelog)
  tilda/repos/community-staging-x86_64/
  tilda/repos/community-staging-x86_64/PKGBUILD
(from rev 193358, tilda/trunk/PKGBUILD)
  tilda/repos/community-staging-x86_64/tilda.changelog
(from rev 193358, tilda/trunk/tilda.changelog)

--+
 community-staging-i686/PKGBUILD  |   30 ++
 community-staging-i686/tilda.changelog   |   61 +
 community-staging-x86_64/PKGBUILD|   30 ++
 community-staging-x86_64/tilda.changelog |   61 +
 4 files changed, 182 insertions(+)

Copied: tilda/repos/community-staging-i686/PKGBUILD (from rev 193358, 
tilda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-25 17:01:32 UTC (rev 193359)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=tilda
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('i686' 'x86_64')
+url="https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('71baa5572c498e5b3e94f5b57e8118c1ef0fdaea269a5b2425208e1adec284b1')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: tilda/repos/community-staging-i686/tilda.changelog (from rev 193358, 
tilda/trunk/tilda.changelog)
===
--- community-staging-i686/tilda.changelog  (rev 0)
+++ community-staging-i686/tilda.changelog  2016-10-25 17:01:32 UTC (rev 
193359)
@@ -0,0 +1,61 @@
+2016-10-25 Jaroslav Lichtblau 
+  * tilda 1.3.3-2 confuse 3.0 rebuild
+
+2016-04-28 Jaroslav Lichtblau 
+  * tilda 1.3.3-1
+
+2016-02-21 Jaroslav Lichtblau 
+  * tilda 1.3.2-1
+
+2016-01-02 Jaroslav Lichtblau 
+  * tilda 1.3.1-1
+
+2015-11-18 Jaroslav Lichtblau 
+  * tilda 1.3.0-1
+
+2015-06-28 Jaroslav Lichtblau 
+  * tilda 1.2.4-1
+
+2014-10-31 Jaroslav Lichtblau 
+  * tilda 1.2.2-1
+
+2014-10-17 Jaroslav Lichtblau 
+  * tilda 1.2.1-1
+
+2014-10-16 Jaroslav Lichtblau 
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau 
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau 
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau 
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau 
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin 
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau 
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau 
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau 
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych 
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade 
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade 
+  * Updated to newer version - 0.9.5
+

Copied: tilda/repos/community-staging-x86_64/PKGBUILD (from rev 193358, 
tilda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-25 17:01:32 UTC (rev 193359)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=tilda
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('i686' 'x86_64')
+url="https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)

[arch-commits] Commit in tilda/repos (6 files)

2014-10-07 Thread Evangelos Foutras
Date: Tuesday, October 7, 2014 @ 19:48:26
  Author: foutrelis
Revision: 120366

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  tilda/repos/community-testing-i686/
  tilda/repos/community-testing-i686/PKGBUILD
(from rev 120365, tilda/trunk/PKGBUILD)
  tilda/repos/community-testing-i686/tilda.changelog
(from rev 120365, tilda/trunk/tilda.changelog)
  tilda/repos/community-testing-x86_64/
  tilda/repos/community-testing-x86_64/PKGBUILD
(from rev 120365, tilda/trunk/PKGBUILD)
  tilda/repos/community-testing-x86_64/tilda.changelog
(from rev 120365, tilda/trunk/tilda.changelog)

--+
 community-testing-i686/PKGBUILD  |   33 
 community-testing-i686/tilda.changelog   |   34 +
 community-testing-x86_64/PKGBUILD|   33 
 community-testing-x86_64/tilda.changelog |   34 +
 4 files changed, 134 insertions(+)

Copied: tilda/repos/community-testing-i686/PKGBUILD (from rev 120365, 
tilda/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-07 17:48:26 UTC (rev 120366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=2
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Copied: tilda/repos/community-testing-i686/tilda.changelog (from rev 120365, 
tilda/trunk/tilda.changelog)
===
--- community-testing-i686/tilda.changelog  (rev 0)
+++ community-testing-i686/tilda.changelog  2014-10-07 17:48:26 UTC (rev 
120366)
@@ -0,0 +1,34 @@
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+ 2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
+  * Updated to newer version - 0.9.5
+

Copied: tilda/repos/community-testing-x86_64/PKGBUILD (from rev 120365, 
tilda/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-07 17:48:26 UTC (rev 120366)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=2
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Copied: tilda/repos/community-testing-x86_64/tilda.changelog (from rev 120365, 
tilda/trunk/tilda.changelog)
===
--- community-testing-x86_64/tilda.changelog