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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Feb 9 17:09:59 UTC 2020


    Date: Sunday, February 9, 2020 @ 17:09:58
  Author: jlichtblau
Revision: 565490

archrelease: copy trunk to community-testing-x86_64

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

-----------------+
 PKGBUILD        |   30 +++++++++++++++++++++++
 tilda.changelog |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

Copied: tilda/repos/community-testing-x86_64/PKGBUILD (from rev 565489, tilda/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-02-09 17:09:58 UTC (rev 565490)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=tilda
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A Gtk based drop down terminal for Linux and Unix"
+arch=('x86_64')
+url="https://github.com/lanoxx/tilda"
+license=('GPL')
+depends=('vte3' 'confuse')
+makedepends=('python')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('f664c17daca2a2900f49de9eb65746ced03c867b02144149ef21260cbcd61039')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: tilda/repos/community-testing-x86_64/tilda.changelog (from rev 565489, tilda/trunk/tilda.changelog)
===================================================================
--- community-testing-x86_64/tilda.changelog	                        (rev 0)
+++ community-testing-x86_64/tilda.changelog	2020-02-09 17:09:58 UTC (rev 565490)
@@ -0,0 +1,70 @@
+2020-02-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.5.0-1
+
+2018-02-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.4.1-1
+
+2017-05-25 Baptiste Jonglez <archlinux at bitsofnetworks.org>
+  * tilda 1.3.3-3 confuse 3.1 rebuild
+
+2016-10-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.3.3-2 confuse 3.0 rebuild
+
+2016-04-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.3.3-1
+
+2016-02-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.3.2-1
+
+2016-01-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.3.1-1
+
+2015-11-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.3.0-1
+
+2015-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.2.4-1
+
+2014-10-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.2.2-1
+
+2014-10-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.2.1-1
+
+2014-10-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau <svetlemodry at 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 <svetlemodry at archlinux.org>
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau <svetlemodry at 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