pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt Do not create a directory for tex files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58a025f14a55
branches:  trunk
changeset: 510944:58a025f14a55
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 07 00:44:53 2006 +0000

description:
Do not create a directory for tex files, because they are installed in
PKG_LOCALTEXMFPREFIX.

diffstat:

 editors/lyx-qt/distinfo         |   4 ++--
 editors/lyx-qt/patches/patch-af |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r c2d9b821d1f5 -r 58a025f14a55 editors/lyx-qt/distinfo
--- a/editors/lyx-qt/distinfo   Fri Apr 07 00:36:45 2006 +0000
+++ b/editors/lyx-qt/distinfo   Fri Apr 07 00:44:53 2006 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.13 2006/01/18 21:00:45 reed Exp $
+$NetBSD: distinfo,v 1.14 2006/04/07 00:44:53 minskim Exp $
 
 SHA1 (lyx-1.3.7.tar.bz2) = 7f2620ed179f669ee3ee875170d1ea8193ee55fd
 RMD160 (lyx-1.3.7.tar.bz2) = a91d94a71a8c057941b6047f4dec92f3480a94f3
 Size (lyx-1.3.7.tar.bz2) = 5893780 bytes
 SHA1 (patch-aa) = 90a09a1adbb899cbaf063d4d7f46dc77f78a62da
 SHA1 (patch-ab) = 177dbc39700f27ef81ff08e97c34ed781c9cb1d2
-SHA1 (patch-af) = 6b259210b1cf0c5a4fbbfb47432a7dd6e499bb8b
+SHA1 (patch-af) = f31afdb4145ae1245e23dd1189da9d2a3d0cce60
 SHA1 (patch-ah) = 278f5deaf94c1082b755af3cb9511bc2f68231ba
 SHA1 (patch-ai) = ddd905f335293fa510745c5fe4f8011a5b3a1d9e
 SHA1 (patch-aj) = 9df1c4cf92281c332efef921b24089ad2d86454c
diff -r c2d9b821d1f5 -r 58a025f14a55 editors/lyx-qt/patches/patch-af
--- a/editors/lyx-qt/patches/patch-af   Fri Apr 07 00:36:45 2006 +0000
+++ b/editors/lyx-qt/patches/patch-af   Fri Apr 07 00:44:53 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2006/01/18 21:00:45 reed Exp $
+$NetBSD: patch-af,v 1.5 2006/04/07 00:44:53 minskim Exp $
 
---- lib/Makefile.in.orig       2006-01-16 06:51:40.000000000 -0800
-+++ lib/Makefile.in    2006-01-17 10:46:05.000000000 -0800
-@@ -244,7 +244,7 @@
+--- lib/Makefile.in.orig       2006-01-16 14:51:40.000000000 +0000
++++ lib/Makefile.in
+@@ -244,7 +244,7 @@ TEMPL = templates/*.lyx
  TEXSUPPORT = tex/*.cls tex/*.sty
  UI = ui/*.ui
  LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(HELP) $(IMAGES) \
@@ -11,3 +11,12 @@
  
  LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(HELP) $(IMAGES) \
        $(KBD) $(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
+@@ -254,7 +254,7 @@ pkgdata_DATA = lyxrc.example CREDITS chk
+              encodings languages symbols
+ 
+ LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts lyx2lyx scripts \
+-           templates tex ui
++           templates ui
+ 
+ EXTRA_DIST = CREDITS chkconfig.ltx lyxrc.example \
+       external_templates bind clipart doc examples help images \



Home | Main Index | Thread Index | Old Index