summaryrefslogtreecommitdiff
path: root/community/tilda
diff options
context:
space:
mode:
Diffstat (limited to 'community/tilda')
-rw-r--r--community/tilda/PKGBUILD29
-rw-r--r--community/tilda/tilda.changelog18
2 files changed, 0 insertions, 47 deletions
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD
deleted file mode 100644
index 787e5f40d..000000000
--- a/community/tilda/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 95282 2013-08-08 19:28:31Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=tilda
-pkgver=1.1.7
-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' 'gtk3')
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7')
-
-build() {
- cd $srcdir/$pkgname-$pkgname-$pkgver
-
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/tilda/tilda.changelog b/community/tilda/tilda.changelog
deleted file mode 100644
index f5a9e46d9..000000000
--- a/community/tilda/tilda.changelog
+++ /dev/null
@@ -1,18 +0,0 @@
-2013-08-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#25762 fixed
-
-2008-04-29 Mateusz Herych <heniekk@gmail.com>
- * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade <dsa@aur.archlinux.org>
- * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade <dsa@aur.archlinux.org>
- * Updated to newer version - 0.9.5
-