[Lunar-commits] <moonbase> some missing teTeX cleanup
Christian Krause
wookietreiber at lunar-linux.org
Mon Aug 29 16:43:46 CEST 2011
commit 5dd0c10d320bde947c9284bfb11646ab96d20d06
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Mon Aug 29 16:43:46 2011 +0200
some missing teTeX cleanup
---
compilers/gcl/DEPENDS | 2 +-
doc-tools/jadetex/DEPENDS | 2 +-
doc-tools/texlive-texmf/CONFLICTS | 3 ---
doc-tools/texlive/CONFLICTS | 3 ---
gnome2/desktop/gpdf/POST_INSTALL | 2 +-
ham/xlog/DEPENDS | 2 +-
news/bbdb/DEPENDS | 2 +-
printer/magicfilter/DEPENDS | 2 +-
utils/fdutils/BUILD | 6 +++---
utils/fdutils/DEPENDS | 4 ++--
x11-utils/transfig/DETAILS | 2 +-
xfce4/goodies/thunar-thumbnailers/DEPENDS | 12 ++++--------
12 files changed, 16 insertions(+), 26 deletions(-)
diff --git a/compilers/gcl/DEPENDS b/compilers/gcl/DEPENDS
index 055a777..c618102 100644
--- a/compilers/gcl/DEPENDS
+++ b/compilers/gcl/DEPENDS
@@ -1 +1 @@
-depends teTeX
+depends texlive
diff --git a/doc-tools/jadetex/DEPENDS b/doc-tools/jadetex/DEPENDS
index d6a5e31..9d487bb 100644
--- a/doc-tools/jadetex/DEPENDS
+++ b/doc-tools/jadetex/DEPENDS
@@ -1,2 +1,2 @@
depends openjade
-depends teTeX
+depends texlive
diff --git a/doc-tools/texlive-texmf/CONFLICTS b/doc-tools/texlive-texmf/CONFLICTS
deleted file mode 100644
index 51c445b..0000000
--- a/doc-tools/texlive-texmf/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts teTeX
-# teTeX-texmf's BUILD contains a stupid "rm -rf /usr/share/texmf", so don't remove this conflict
-conflicts teTeX-texmf
diff --git a/doc-tools/texlive/CONFLICTS b/doc-tools/texlive/CONFLICTS
deleted file mode 100644
index 51c445b..0000000
--- a/doc-tools/texlive/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts teTeX
-# teTeX-texmf's BUILD contains a stupid "rm -rf /usr/share/texmf", so don't remove this conflict
-conflicts teTeX-texmf
diff --git a/gnome2/desktop/gpdf/POST_INSTALL b/gnome2/desktop/gpdf/POST_INSTALL
index 8843b8a..1068290 100644
--- a/gnome2/desktop/gpdf/POST_INSTALL
+++ b/gnome2/desktop/gpdf/POST_INSTALL
@@ -1,3 +1,3 @@
-if module_installed teTeX; then
+if module_installed texlive ; then
fmtutil --cnffile /usr/share/texmf/web2c/fmtutil.cnf --all
fi
diff --git a/ham/xlog/DEPENDS b/ham/xlog/DEPENDS
index a872576..569f7e9 100644
--- a/ham/xlog/DEPENDS
+++ b/ham/xlog/DEPENDS
@@ -1,3 +1,3 @@
depends gtk+-2
depends libgnomeprint
-depends teTeX
+depends texlive
diff --git a/news/bbdb/DEPENDS b/news/bbdb/DEPENDS
index 5822510..48bb179 100644
--- a/news/bbdb/DEPENDS
+++ b/news/bbdb/DEPENDS
@@ -1,2 +1,2 @@
depends gnus
-depends teTeX
+depends texlive
diff --git a/printer/magicfilter/DEPENDS b/printer/magicfilter/DEPENDS
index 9d8c879..0a4caa8 100644
--- a/printer/magicfilter/DEPENDS
+++ b/printer/magicfilter/DEPENDS
@@ -1,2 +1,2 @@
depends netpbm
-depends teTeX
+depends texlive
diff --git a/utils/fdutils/BUILD b/utils/fdutils/BUILD
index 3ab5a5d..303d2dc 100644
--- a/utils/fdutils/BUILD
+++ b/utils/fdutils/BUILD
@@ -4,9 +4,9 @@
sedit "s/compile comp-doc/compile/" Makefile.in
sedit "s/install-prog install-doc/install-prog/" Makefile.in
fi &&
-
- if ! module_installed teTeX; then
- sedit "/dvi/d" Makefile.in
+
+ if ! module_installed texlive ; then
+ sedit "/dvi/d" Makefile.in
fi &&
default_build
diff --git a/utils/fdutils/DEPENDS b/utils/fdutils/DEPENDS
index af41975..e47e97f 100644
--- a/utils/fdutils/DEPENDS
+++ b/utils/fdutils/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends "texinfo" "" "" "for documentation"
-optional_depends "teTeX" "" "" "for dvi documentation"
+optional_depends "texinfo" "" "" "for documentation"
+optional_depends "texlive" "" "" "for dvi documentation"
diff --git a/x11-utils/transfig/DETAILS b/x11-utils/transfig/DETAILS
index aec0bd7..6cb23e7 100644
--- a/x11-utils/transfig/DETAILS
+++ b/x11-utils/transfig/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
WEB_SITE=http://xfig.org/
ENTERED=20050628
UPDATED=20100828
- SHORT="Graphics tools for xfig and teTeX"
+ SHORT="Graphics tools for xfig and texlive"
cat << EOF
TransFig is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
diff --git a/xfce4/goodies/thunar-thumbnailers/DEPENDS b/xfce4/goodies/thunar-thumbnailers/DEPENDS
index 79578dc..6f885ad 100644
--- a/xfce4/goodies/thunar-thumbnailers/DEPENDS
+++ b/xfce4/goodies/thunar-thumbnailers/DEPENDS
@@ -1,11 +1,7 @@
depends Thunar
depends ImageMagick
-optional_depends "dcraw" "" "" \
- "enables thumbnailing of raw images (required together with raw-thumbnailer)"
-optional_depends "raw-thumbnailer" "" "" \
- "enables thumbnailing of raw images (required together with dcraw)"
-optional_depends "grace" "--enable-grace" "" \
- "enables thumbnailing of grace files"
-optional_depends "teTeX" "--enable-tex" "" \
- "enables thumbnailing of LaTeX files"
+optional_depends "dcraw" "" "" "enables thumbnailing of raw images (required together with raw-thumbnailer)"
+optional_depends "raw-thumbnailer" "" "" "enables thumbnailing of raw images (required together with dcraw)"
+optional_depends "grace" "--enable-grace" "" "enables thumbnailing of grace files"
+optional_depends "texlive" "--enable-tex" "" "enables thumbnailing of LaTeX files"
More information about the Lunar-commits
mailing list