[Lunar-commits] <moonbase> lyx: move it from x11-apps to qt4-apps where it belongs.

Florin Braescu florin at lunar-linux.org
Sat Jul 26 16:50:53 CEST 2008


commit 1b94fede3cfbe33b2a7ebca6fdcf2d1c78b6ffe3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jul 26 17:50:53 2008 +0300

    lyx: move it from x11-apps to qt4-apps where it belongs.
---
 qt4-apps/lyx/BUILD   |    9 +++++++++
 qt4-apps/lyx/DEPENDS |   20 ++++++++++++++++++++
 qt4-apps/lyx/DETAILS |   24 ++++++++++++++++++++++++
 x11-apps/lyx/BUILD   |    9 ---------
 x11-apps/lyx/DEPENDS |   20 --------------------
 x11-apps/lyx/DETAILS |   24 ------------------------
 6 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/qt4-apps/lyx/BUILD b/qt4-apps/lyx/BUILD
new file mode 100644
index 0000000..fa765ab
--- /dev/null
+++ b/qt4-apps/lyx/BUILD
@@ -0,0 +1,9 @@
+(
+
+  . /etc/profile.d/qt4.rc
+
+  OPTS="$OPTS --enable-build-type=release"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/lyx/DEPENDS b/qt4-apps/lyx/DEPENDS
new file mode 100644
index 0000000..d84f5e0
--- /dev/null
+++ b/qt4-apps/lyx/DEPENDS
@@ -0,0 +1,20 @@
+depends Python
+depends ImageMagick
+depends teTeX
+depends qt4
+
+optional_depends "perl"            ""                          \
+                                   ""                          \
+                                   "to import LaTeX documents into LyX"
+
+optional_depends "aspell"          ""                          \
+                                   ""                          \
+                                   "to do spellchecking"
+
+optional_depends "latex-xft-fonts" ""                          \
+                                   ""                          \
+                                   "to enable math preview"
+
+optional_depends "boost"           "--without-included-boost"  \
+                                   ""                          \
+                                   "use with system or included boost"
diff --git a/qt4-apps/lyx/DETAILS b/qt4-apps/lyx/DETAILS
new file mode 100644
index 0000000..5c764be
--- /dev/null
+++ b/qt4-apps/lyx/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=lyx
+         VERSION=1.5.6
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable
+   SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable
+      SOURCE_VFY=sha1:9ac2d712ada5b8e6920ce94e509352533754fb99
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://www.lyx.org
+      MAINTAINER=jannis at lunar-linux.org
+         ENTERED=20020904
+         UPDATED=20080726
+           SHORT="A GUI LaTeX editor"
+
+cat << EOF
+LyX is an advanced open source document processor that encourages an
+approach to writing based on the structure of your documents, not their
+appearance. LyX lets you concentrate on writing, leaving details of
+visual layout to the software.
+
+LyX produces high quality, professional output -- using LaTeX, an
+industrial strength typesetting engine, in the background; LyX is far
+more than a front-end to LaTeX, however. No knowledge of LaTeX is
+necessary to use LyX, although it will give a user more power.
+EOF
diff --git a/x11-apps/lyx/BUILD b/x11-apps/lyx/BUILD
deleted file mode 100644
index fa765ab..0000000
--- a/x11-apps/lyx/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
-  . /etc/profile.d/qt4.rc
-
-  OPTS="$OPTS --enable-build-type=release"
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/x11-apps/lyx/DEPENDS b/x11-apps/lyx/DEPENDS
deleted file mode 100644
index d84f5e0..0000000
--- a/x11-apps/lyx/DEPENDS
+++ /dev/null
@@ -1,20 +0,0 @@
-depends Python
-depends ImageMagick
-depends teTeX
-depends qt4
-
-optional_depends "perl"            ""                          \
-                                   ""                          \
-                                   "to import LaTeX documents into LyX"
-
-optional_depends "aspell"          ""                          \
-                                   ""                          \
-                                   "to do spellchecking"
-
-optional_depends "latex-xft-fonts" ""                          \
-                                   ""                          \
-                                   "to enable math preview"
-
-optional_depends "boost"           "--without-included-boost"  \
-                                   ""                          \
-                                   "use with system or included boost"
diff --git a/x11-apps/lyx/DETAILS b/x11-apps/lyx/DETAILS
deleted file mode 100644
index 5c764be..0000000
--- a/x11-apps/lyx/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
-          MODULE=lyx
-         VERSION=1.5.6
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=ftp://ftp.ntua.gr/pub/X11/LyX/stable
-   SOURCE_URL[1]=ftp://ftp.lyx.org/pub/lyx/stable
-      SOURCE_VFY=sha1:9ac2d712ada5b8e6920ce94e509352533754fb99
-   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
-        WEB_SITE=http://www.lyx.org
-      MAINTAINER=jannis at lunar-linux.org
-         ENTERED=20020904
-         UPDATED=20080726
-           SHORT="A GUI LaTeX editor"
-
-cat << EOF
-LyX is an advanced open source document processor that encourages an
-approach to writing based on the structure of your documents, not their
-appearance. LyX lets you concentrate on writing, leaving details of
-visual layout to the software.
-
-LyX produces high quality, professional output -- using LaTeX, an
-industrial strength typesetting engine, in the background; LyX is far
-more than a front-end to LaTeX, however. No knowledge of LaTeX is
-necessary to use LyX, although it will give a user more power.
-EOF


More information about the Lunar-commits mailing list