From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/tea/PKGBUILD | 34 ---------------------------------- community/tea/tea.desktop | 10 ---------- community/tea/tea.install | 4 ---- 3 files changed, 48 deletions(-) delete mode 100644 community/tea/PKGBUILD delete mode 100644 community/tea/tea.desktop delete mode 100644 community/tea/tea.install (limited to 'community/tea') diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD deleted file mode 100644 index 0c234c9f6..000000000 --- a/community/tea/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 93973 2013-07-12 10:33:33Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Andrea Scarpino -# Contributor: Roman Kyrylych -# Contributor: Michal Kaliszka -# Contributor: Zsolt Varadi - -pkgname=tea -pkgver=36.0.2 -pkgrel=1 -pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." -arch=('i686' 'x86_64') -url="http://semiletov.org/tea/" -license=('GPL') -depends=('qt4' 'aspell' 'hunspell') -install=tea.install -source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2 - tea.desktop) -md5sums=('c8657c664af35d2032a78c645cb38d16' - '377ace3363124f4c086de0babb820761') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|i + j|(int)(i + j)|' textproc.cpp - qmake-qt4 PREFIX=/usr/bin - make -} - -package(){ - cd "${srcdir}/${pkgname}-${pkgver}" - make INSTALL_ROOT="${pkgdir}" install - install -Dm644 "${srcdir}/tea.desktop" "${pkgdir}/usr/share/applications/tea.desktop" - install -Dm644 icons/tea_icon_v2.png "${pkgdir}/usr/share/pixmaps/tea.png" -} diff --git a/community/tea/tea.desktop b/community/tea/tea.desktop deleted file mode 100644 index 818704a26..000000000 --- a/community/tea/tea.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Tea -Comment=A small programmer's QT editor -Exec=tea %U -Terminal=false -Type=Application -StartupNotify=true -Icon=tea.png -Categories=Application;Utility;TextEditor; diff --git a/community/tea/tea.install b/community/tea/tea.install deleted file mode 100644 index d7904254b..000000000 --- a/community/tea/tea.install +++ /dev/null @@ -1,4 +0,0 @@ -post_upgrade() { - echo "############################################" - echo "for the old GTK branch of TEA install teagtk" -} -- cgit v1.2.3-54-g00ecf