[arch-commits] Commit in tilda/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Oct 16 13:12:05 UTC 2014


    Date: Thursday, October 16, 2014 @ 15:12:05
  Author: jlichtblau
Revision: 120817

archrelease: copy trunk to community-x86_64

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

-----------------+
 PKGBUILD        |   63 ++++++++++++++++++++++-------------------------
 tilda.changelog |   71 ++++++++++++++++++++++++++++--------------------------
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-16 13:11:56 UTC (rev 120816)
+++ PKGBUILD	2014-10-16 13:12:05 UTC (rev 120817)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at 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-x86_64/PKGBUILD (from rev 120816, tilda/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-16 13:12:05 UTC (rev 120817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+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
+}

Deleted: tilda.changelog
===================================================================
--- tilda.changelog	2014-10-16 13:11:56 UTC (rev 120816)
+++ tilda.changelog	2014-10-16 13:12:05 UTC (rev 120817)
@@ -1,34 +0,0 @@
-2014-09-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * tilda 1.1.13-1
-
- 2014-06-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin <alucryd at gmail.com>
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych <heniekk at gmail.com>
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-  * Updated to newer version - 0.9.5
-

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



More information about the arch-commits mailing list