[Lunar-commits] <moonbase> texmakerx: They have renamed this to TeXstudio. So making that change and
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Oct 18 13:11:14 CEST 2011
commit dc387b19ed021dae76e4191e9f2094bd53f6f19e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Oct 18 07:11:14 2011 -0400
texmakerx: They have renamed this to TeXstudio. So making that change and
moving it out of zbeta to doc-tools.
---
doc-tools/texstudio/BUILD | 7 +++++++
doc-tools/texstudio/DEPENDS | 1 +
doc-tools/texstudio/DETAILS | 18 ++++++++++++++++++
zbeta/texmakerx/BUILD | 7 -------
zbeta/texmakerx/DEPENDS | 1 -
zbeta/texmakerx/DETAILS | 18 ------------------
6 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/doc-tools/texstudio/BUILD b/doc-tools/texstudio/BUILD
new file mode 100644
index 0000000..389fc05
--- /dev/null
+++ b/doc-tools/texstudio/BUILD
@@ -0,0 +1,7 @@
+(
+
+ qmake texmakerx.pro &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/texstudio/DEPENDS b/doc-tools/texstudio/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/doc-tools/texstudio/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/doc-tools/texstudio/DETAILS b/doc-tools/texstudio/DETAILS
new file mode 100644
index 0000000..cd36071
--- /dev/null
+++ b/doc-tools/texstudio/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=texmakerx
+ VERSION=2.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+ SOURCE_VFY=sha1:4b742d00fab96f4320d77928ec28105830fa5bf8
+ WEB_SITE=http://texmakerx.sourceforge.net/
+ ENTERED=20110314
+ UPDATED=20110609
+ SHORT="Fork of the LaTeX IDE TexMaker"
+
+cat << EOF
+TexMakerX is a fork of the LaTeX IDE TexMaker, and gives you an
+environment where you can easily create and manage LaTeX documents. It
+provides modern writing support, like interactive spell checking, code
+folding and syntax highlighting. Also, it serves as a starting point
+from where you can easily run all necessary LaTeX tools.
+EOF
diff --git a/zbeta/texmakerx/BUILD b/zbeta/texmakerx/BUILD
deleted file mode 100644
index 389fc05..0000000
--- a/zbeta/texmakerx/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- qmake texmakerx.pro &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/texmakerx/DEPENDS b/zbeta/texmakerx/DEPENDS
deleted file mode 100644
index 428f269..0000000
--- a/zbeta/texmakerx/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends qt4
diff --git a/zbeta/texmakerx/DETAILS b/zbeta/texmakerx/DETAILS
deleted file mode 100644
index cd36071..0000000
--- a/zbeta/texmakerx/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- MODULE=texmakerx
- VERSION=2.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
- SOURCE_VFY=sha1:4b742d00fab96f4320d77928ec28105830fa5bf8
- WEB_SITE=http://texmakerx.sourceforge.net/
- ENTERED=20110314
- UPDATED=20110609
- SHORT="Fork of the LaTeX IDE TexMaker"
-
-cat << EOF
-TexMakerX is a fork of the LaTeX IDE TexMaker, and gives you an
-environment where you can easily create and manage LaTeX documents. It
-provides modern writing support, like interactive spell checking, code
-folding and syntax highlighting. Also, it serves as a starting point
-from where you can easily run all necessary LaTeX tools.
-EOF
More information about the Lunar-commits
mailing list