[arch-commits] Commit in tea/repos (12 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Oct 15 10:54:07 UTC 2014
Date: Wednesday, October 15, 2014 @ 12:54:07
Author: spupykin
Revision: 120705
archrelease: copy trunk to community-i686, community-x86_64
Added:
tea/repos/community-i686/PKGBUILD
(from rev 120704, tea/trunk/PKGBUILD)
tea/repos/community-i686/tea.desktop
(from rev 120704, tea/trunk/tea.desktop)
tea/repos/community-i686/tea.install
(from rev 120704, tea/trunk/tea.install)
tea/repos/community-x86_64/PKGBUILD
(from rev 120704, tea/trunk/PKGBUILD)
tea/repos/community-x86_64/tea.desktop
(from rev 120704, tea/trunk/tea.desktop)
tea/repos/community-x86_64/tea.install
(from rev 120704, tea/trunk/tea.install)
Deleted:
tea/repos/community-i686/PKGBUILD
tea/repos/community-i686/tea.desktop
tea/repos/community-i686/tea.install
tea/repos/community-x86_64/PKGBUILD
tea/repos/community-x86_64/tea.desktop
tea/repos/community-x86_64/tea.install
------------------------------+
/PKGBUILD | 78 +++++++++++++++++++++++++++++++++++++++++
/tea.desktop | 20 ++++++++++
/tea.install | 8 ++++
community-i686/PKGBUILD | 34 -----------------
community-i686/tea.desktop | 10 -----
community-i686/tea.install | 4 --
community-x86_64/PKGBUILD | 34 -----------------
community-x86_64/tea.desktop | 10 -----
community-x86_64/tea.install | 4 --
9 files changed, 106 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-i686/PKGBUILD 2014-10-15 10:54:07 UTC (rev 120705)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Michal Kaliszka <desmont at gmail.com>
-# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
-
-pkgname=tea
-pkgver=37.2.1
-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=('a74c2d18cc2cace9d961d1a215b19e31'
- '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"
-}
Copied: tea/repos/community-i686/PKGBUILD (from rev 120704, tea/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Michal Kaliszka <desmont at gmail.com>
+# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
+
+pkgname=tea
+pkgver=38.0.0
+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=('4c7527843f0a3fd558476babe4ec7f78'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+# sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+ sed -i 's|/usr/local|/usr|g' src.pro
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ qmake-qt4
+ 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"
+}
Deleted: community-i686/tea.desktop
===================================================================
--- community-i686/tea.desktop 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-i686/tea.desktop 2014-10-15 10:54:07 UTC (rev 120705)
@@ -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;
Copied: tea/repos/community-i686/tea.desktop (from rev 120704, tea/trunk/tea.desktop)
===================================================================
--- community-i686/tea.desktop (rev 0)
+++ community-i686/tea.desktop 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,10 @@
+[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;
Deleted: community-i686/tea.install
===================================================================
--- community-i686/tea.install 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-i686/tea.install 2014-10-15 10:54:07 UTC (rev 120705)
@@ -1,4 +0,0 @@
-post_upgrade() {
- echo "############################################"
- echo "for the old GTK branch of TEA install teagtk"
-}
Copied: tea/repos/community-i686/tea.install (from rev 120704, tea/trunk/tea.install)
===================================================================
--- community-i686/tea.install (rev 0)
+++ community-i686/tea.install 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo "############################################"
+ echo "for the old GTK branch of TEA install teagtk"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-x86_64/PKGBUILD 2014-10-15 10:54:07 UTC (rev 120705)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Michal Kaliszka <desmont at gmail.com>
-# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
-
-pkgname=tea
-pkgver=37.2.1
-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=('a74c2d18cc2cace9d961d1a215b19e31'
- '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"
-}
Copied: tea/repos/community-x86_64/PKGBUILD (from rev 120704, tea/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Michal Kaliszka <desmont at gmail.com>
+# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
+
+pkgname=tea
+pkgver=38.0.0
+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=('4c7527843f0a3fd558476babe4ec7f78'
+ '377ace3363124f4c086de0babb820761')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+# sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+ sed -i 's|/usr/local|/usr|g' src.pro
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ qmake-qt4
+ 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"
+}
Deleted: community-x86_64/tea.desktop
===================================================================
--- community-x86_64/tea.desktop 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-x86_64/tea.desktop 2014-10-15 10:54:07 UTC (rev 120705)
@@ -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;
Copied: tea/repos/community-x86_64/tea.desktop (from rev 120704, tea/trunk/tea.desktop)
===================================================================
--- community-x86_64/tea.desktop (rev 0)
+++ community-x86_64/tea.desktop 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,10 @@
+[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;
Deleted: community-x86_64/tea.install
===================================================================
--- community-x86_64/tea.install 2014-10-15 10:53:53 UTC (rev 120704)
+++ community-x86_64/tea.install 2014-10-15 10:54:07 UTC (rev 120705)
@@ -1,4 +0,0 @@
-post_upgrade() {
- echo "############################################"
- echo "for the old GTK branch of TEA install teagtk"
-}
Copied: tea/repos/community-x86_64/tea.install (from rev 120704, tea/trunk/tea.install)
===================================================================
--- community-x86_64/tea.install (rev 0)
+++ community-x86_64/tea.install 2014-10-15 10:54:07 UTC (rev 120705)
@@ -0,0 +1,4 @@
+post_upgrade() {
+ echo "############################################"
+ echo "for the old GTK branch of TEA install teagtk"
+}
More information about the arch-commits
mailing list