summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-13 22:47:49 +0100
committerIsmael Luceno2021-02-13 22:49:12 +0100
commite9e5c97e7c5ceedbeb0936e58ec6e0e233a16506 (patch)
tree5bd07481aeb2158893a0410199a253d7bdfbdbf0 /editors
parent291fb3b71655f42c64a9911178ad11a008aa8f19 (diff)
tea 50.1.0
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/tea/DETAILS10
-rw-r--r--editors/tea/HISTORY4
-rwxr-xr-xeditors/tea/PRE_BUILD3
3 files changed, 9 insertions, 8 deletions
diff --git a/editors/tea/DETAILS b/editors/tea/DETAILS
index d4e63e34dc..9b38722148 100755
--- a/editors/tea/DETAILS
+++ b/editors/tea/DETAILS
@@ -1,9 +1,9 @@
SPELL=tea
- VERSION=38.0.0
- SOURCE_HASH=sha512:48847f3c13d3b06e77969e98a4633ceae5cdc4c06a71c0b889f34a63000a725b65f3ed461e9e79f69940a47443bb378366f3073673b08e62186bfc5e6a0e5d5e
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL=http://semiletov.org/tea/dloads/$SOURCE
+ VERSION=50.1.0
+ SOURCE_HASH=sha512:456d4b33234624f682ce301a102e8e75970315ff7a4c9c5de5711b849a4141b15f0681e1600a2b8bc72884591246a1cc877feaee7a9509f993550d4ebb7fa453
+ SOURCE=$SPELL-qt-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tar.gz}
+ SOURCE_URL=https://github.com/psemiletov/tea-qt/archive/$VERSION.tar.gz
WEB_SITE=http://semiletov.org/tea/
ENTERED=20070302
LICENSE[0]=GPL
diff --git a/editors/tea/HISTORY b/editors/tea/HISTORY
index 56ad5c8d7c..99d84da27d 100644
--- a/editors/tea/HISTORY
+++ b/editors/tea/HISTORY
@@ -1,3 +1,7 @@
+2021-02-13 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: Removed, no longer needed
+ * DETAILS: updated spell to 50.1.0
+
2014-10-16 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 38.0.0, WEB_SITE updated
* PRE_BUILD: added
diff --git a/editors/tea/PRE_BUILD b/editors/tea/PRE_BUILD
deleted file mode 100755
index 7caa822c67..0000000000
--- a/editors/tea/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i "s:PREFIX = /usr/local/bin:PREFIX = /usr/bin:" src.pro