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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Dec 14 11:48:13 UTC 2013


    Date: Saturday, December 14, 2013 @ 12:48:13
  Author: jlichtblau
Revision: 102554

archrelease: copy trunk to community-x86_64

Added:
  tilda/repos/community-x86_64/PKGBUILD
    (from rev 102553, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
    (from rev 102553, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tab-count-fix.patch
  tilda/repos/community-x86_64/tilda.changelog

---------------------+
 PKGBUILD            |   70 ++++++++++++++++++++++----------------------------
 tab-count-fix.patch |   11 -------
 tilda.changelog     |   50 ++++++++++++++++++++---------------
 3 files changed, 59 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-14 11:48:02 UTC (rev 102553)
+++ PKGBUILD	2013-12-14 11:48:13 UTC (rev 102554)
@@ -1,39 +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.8
-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')
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz
-        tab-count-fix.patch)
-sha256sums=('f339974080db3fe6eb33d23c4fe3eca0b2d432a356808920f1c465695babb724'
-            '5d80a76f904a2094cd7b156654ea6d1860c319fc6c18927f2fb342c0f477c110')
-
-prepare() {
-  cd $pkgname-$pkgname-$pkgver
-
-  patch -Np1 -i ../tab-count-fix.patch
-}
-
-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:

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 102553, tilda/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-14 11:48:13 UTC (rev 102554)
@@ -0,0 +1,31 @@
+# $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.10
+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')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('292f98d344c88998a0f7d67372020f1c3c7192de94fabf14a0d4eae18726b267')
+
+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:

Deleted: tab-count-fix.patch
===================================================================
--- tab-count-fix.patch	2013-12-14 11:48:02 UTC (rev 102553)
+++ tab-count-fix.patch	2013-12-14 11:48:13 UTC (rev 102554)
@@ -1,11 +0,0 @@
---- a/src/tilda_window.c
-+++ b/src/tilda_window.c
-@@ -378,7 +378,7 @@ static gboolean goto_tab_generic (tilda_window *tw, guint tab_number)
- 
-     if (g_list_length (tw->terms) > (tab_number-1))
-     {
--        goto_tab (tw, g_list_length (tw->terms) - tab_number);
-+        goto_tab (tw, tab_number - 1);
-         return TRUE;
-     }
-  

Deleted: tilda.changelog
===================================================================
--- tilda.changelog	2013-12-14 11:48:02 UTC (rev 102553)
+++ tilda.changelog	2013-12-14 11:48:13 UTC (rev 102554)
@@ -1,22 +0,0 @@
-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 102553, tilda/trunk/tilda.changelog)
===================================================================
--- tilda.changelog	                        (rev 0)
+++ tilda.changelog	2013-12-14 11:48:13 UTC (rev 102554)
@@ -0,0 +1,28 @@
+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