[arch-commits] Commit in tilda/trunk (PKGBUILD tab-count-fix.patch tilda.changelog)

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


    Date: Saturday, December 14, 2013 @ 12:48:02
  Author: jlichtblau
Revision: 102553

upgpkg: tilda 1.1.10-1

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog
Deleted:
  tilda/trunk/tab-count-fix.patch

---------------------+
 PKGBUILD            |   14 +++-----------
 tab-count-fix.patch |   11 -----------
 tilda.changelog     |    3 +++
 3 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-14 02:54:15 UTC (rev 102552)
+++ PKGBUILD	2013-12-14 11:48:02 UTC (rev 102553)
@@ -4,7 +4,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=tilda
-pkgver=1.1.8
+pkgver=1.1.10
 pkgrel=1
 pkgdesc="A Gtk based drop down terminal for Linux and Unix"
 arch=('i686' 'x86_64')
@@ -11,17 +11,9 @@
 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')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('292f98d344c88998a0f7d67372020f1c3c7192de94fabf14a0d4eae18726b267')
 
-prepare() {
-  cd $pkgname-$pkgname-$pkgver
-
-  patch -Np1 -i ../tab-count-fix.patch
-}
-
 build() {
   cd $pkgname-$pkgname-$pkgver
 

Deleted: tab-count-fix.patch
===================================================================
--- tab-count-fix.patch	2013-12-14 02:54:15 UTC (rev 102552)
+++ tab-count-fix.patch	2013-12-14 11:48:02 UTC (rev 102553)
@@ -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;
-     }
-  

Modified: tilda.changelog
===================================================================
--- tilda.changelog	2013-12-14 02:54:15 UTC (rev 102552)
+++ tilda.changelog	2013-12-14 11:48:02 UTC (rev 102553)
@@ -1,3 +1,6 @@
+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
 




More information about the arch-commits mailing list