Date: Sunday, December 6, 2015 @ 17:22:26
  Author: bluewind
Revision: 148863

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  tea/repos/community-staging-i686/
  tea/repos/community-staging-i686/PKGBUILD
    (from rev 148862, tea/trunk/PKGBUILD)
  tea/repos/community-staging-i686/tea.desktop
    (from rev 148862, tea/trunk/tea.desktop)
  tea/repos/community-staging-i686/tea.install
    (from rev 148862, tea/trunk/tea.install)
  tea/repos/community-staging-x86_64/
  tea/repos/community-staging-x86_64/PKGBUILD
    (from rev 148862, tea/trunk/PKGBUILD)
  tea/repos/community-staging-x86_64/tea.desktop
    (from rev 148862, tea/trunk/tea.desktop)
  tea/repos/community-staging-x86_64/tea.install
    (from rev 148862, tea/trunk/tea.install)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++
 community-staging-i686/tea.desktop   |   10 ++++++++
 community-staging-i686/tea.install   |    4 +++
 community-staging-x86_64/PKGBUILD    |   39 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/tea.desktop |   10 ++++++++
 community-staging-x86_64/tea.install |    4 +++
 6 files changed, 106 insertions(+)

Copied: tea/repos/community-staging-i686/PKGBUILD (from rev 148862, 
tea/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 16:22:26 UTC (rev 148863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Michal Kaliszka <[email protected]>
+# Contributor: Zsolt Varadi <[email protected]>
+
+pkgname=tea
+pkgver=41.1.0
+pkgrel=2
+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=('8a41da9884f98b8ca6f57296243f8fbc'
+         '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"
+}

Copied: tea/repos/community-staging-i686/tea.desktop (from rev 148862, 
tea/trunk/tea.desktop)
===================================================================
--- community-staging-i686/tea.desktop                          (rev 0)
+++ community-staging-i686/tea.desktop  2015-12-06 16:22:26 UTC (rev 148863)
@@ -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;

Copied: tea/repos/community-staging-i686/tea.install (from rev 148862, 
tea/trunk/tea.install)
===================================================================
--- community-staging-i686/tea.install                          (rev 0)
+++ community-staging-i686/tea.install  2015-12-06 16:22:26 UTC (rev 148863)
@@ -0,0 +1,4 @@
+post_upgrade() {
+  echo "############################################"
+  echo "for the old GTK branch of TEA install teagtk"
+}

Copied: tea/repos/community-staging-x86_64/PKGBUILD (from rev 148862, 
tea/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 16:22:26 UTC (rev 148863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Michal Kaliszka <[email protected]>
+# Contributor: Zsolt Varadi <[email protected]>
+
+pkgname=tea
+pkgver=41.1.0
+pkgrel=2
+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=('8a41da9884f98b8ca6f57296243f8fbc'
+         '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"
+}

Copied: tea/repos/community-staging-x86_64/tea.desktop (from rev 148862, 
tea/trunk/tea.desktop)
===================================================================
--- community-staging-x86_64/tea.desktop                                (rev 0)
+++ community-staging-x86_64/tea.desktop        2015-12-06 16:22:26 UTC (rev 
148863)
@@ -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;

Copied: tea/repos/community-staging-x86_64/tea.install (from rev 148862, 
tea/trunk/tea.install)
===================================================================
--- community-staging-x86_64/tea.install                                (rev 0)
+++ community-staging-x86_64/tea.install        2015-12-06 16:22:26 UTC (rev 
148863)
@@ -0,0 +1,4 @@
+post_upgrade() {
+  echo "############################################"
+  echo "for the old GTK branch of TEA install teagtk"
+}

Reply via email to