Date: Thursday, October 16, 2014 @ 23:58:26
  Author: foutrelis
Revision: 120841

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

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

----------------------------------+
 /PKGBUILD                        |   60 ++++++++++++++++++++++++++++++
 /tilda.changelog                 |   74 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   30 ---------------
 community-i686/tilda.changelog   |   37 ------------------
 community-x86_64/PKGBUILD        |   30 ---------------
 community-x86_64/tilda.changelog |   37 ------------------
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-10-16 21:58:00 UTC (rev 120840)
+++ community-i686/PKGBUILD     2014-10-16 21:58:26 UTC (rev 120841)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: William Rea <[email protected]>
-
-pkgname=tilda
-pkgver=1.2
-pkgrel=1
-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=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 120840, 
tilda/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-10-16 21:58:26 UTC (rev 120841)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=tilda
+pkgver=1.2
+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=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/tilda.changelog
===================================================================
--- community-i686/tilda.changelog      2014-10-16 21:58:00 UTC (rev 120840)
+++ community-i686/tilda.changelog      2014-10-16 21:58:26 UTC (rev 120841)
@@ -1,37 +0,0 @@
-2014-10-16 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin <[email protected]>
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau <[email protected]>
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau <[email protected]>
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych <[email protected]>
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade <[email protected]>
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade <[email protected]>
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 120840, 
tilda/trunk/tilda.changelog)
===================================================================
--- community-i686/tilda.changelog                              (rev 0)
+++ community-i686/tilda.changelog      2014-10-16 21:58:26 UTC (rev 120841)
@@ -0,0 +1,37 @@
+2014-10-16 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin <[email protected]>
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau <[email protected]>
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau <[email protected]>
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych <[email protected]>
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade <[email protected]>
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade <[email protected]>
+  * Updated to newer version - 0.9.5
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-10-16 21:58:00 UTC (rev 120840)
+++ community-x86_64/PKGBUILD   2014-10-16 21:58:26 UTC (rev 120841)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: William Rea <[email protected]>
-
-pkgname=tilda
-pkgver=1.2
-pkgrel=1
-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=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 120840, 
tilda/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-16 21:58:26 UTC (rev 120841)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=tilda
+pkgver=1.2
+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=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/tilda.changelog
===================================================================
--- community-x86_64/tilda.changelog    2014-10-16 21:58:00 UTC (rev 120840)
+++ community-x86_64/tilda.changelog    2014-10-16 21:58:26 UTC (rev 120841)
@@ -1,37 +0,0 @@
-2014-10-16 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin <[email protected]>
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau <[email protected]>
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau <[email protected]>
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau <[email protected]>
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych <[email protected]>
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade <[email protected]>
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade <[email protected]>
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-x86_64/tilda.changelog (from rev 120840, 
tilda/trunk/tilda.changelog)
===================================================================
--- community-x86_64/tilda.changelog                            (rev 0)
+++ community-x86_64/tilda.changelog    2014-10-16 21:58:26 UTC (rev 120841)
@@ -0,0 +1,37 @@
+2014-10-16 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin <[email protected]>
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau <[email protected]>
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau <[email protected]>
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau <[email protected]>
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych <[email protected]>
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade <[email protected]>
+  * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade <[email protected]>
+  * Updated to newer version - 0.9.5
+

Reply via email to