Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=texlive.git;a=commitdiff;h=0fcad9723a268df1e673fd95ff051a303a28d615

commit 0fcad9723a268df1e673fd95ff051a303a28d615
Author: Elentir <elen...@frugalware.org>
Date:   Sat Sep 4 00:16:01 2010 +0200

lyx-1.6.7-1-i686

* version bump
* fix qt depends
* build with texlive
* drop useless boost.patch and lyx.install

diff --git a/source/xapps-extra/lyx/FrugalBuild 
b/source/xapps-extra/lyx/FrugalBuild
index f4a4acb..947db67 100644
--- a/source/xapps-extra/lyx/FrugalBuild
+++ b/source/xapps-extra/lyx/FrugalBuild
@@ -3,18 +3,18 @@
# Contributor: Bence Nagy <nagybe...@tipogral.hu>

pkgname=lyx
-pkgver=1.6.4.1
-pkgrel=3
+pkgver=1.6.7
+pkgrel=1
pkgdesc="An advanced open-source document processor based on TeX"
url='http://www.lyx.org'
-depends=('tetex>=3.0-20' 'python' 'perl' 'imagemagick>=6.6.1_5-1' 'aspell' 
'qt4>=4.6.2-3' 'libboost>=1.39.0-2' 'libqtgui>=4.6.2-3' 'util-linux-ng>=2.16')
+depends=('texlive' 'python' 'perl' 'imagemagick>=6.6.1_5-1' 'aspell' 
'libboost>=1.39.0-2' 'libqtgui>=4.6.2-3' 'util-linux-ng>=2.16')
makedepends=('boost>=1.39.0-2')
groups=('xapps-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
up2date="lynx -dump 'ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/'|Flasttar"
source=(ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$pkgname-$pkgver.tar.gz)
-sha1sums=('2476b2e1dfd634bfcd67027b376736a0fcf53cbf')
+sha1sums=('bb1d65c4881e727fa1c03bf72d418e22de9311f3')
_F_desktop_categories="Application;Office;"
_F_desktop_icon="/usr/share/lyx/images/lyx.png"
build()
diff --git a/source/xapps-extra/lyx/boost.patch 
b/source/xapps-extra/lyx/boost.patch
deleted file mode 100644
index 44fd828..0000000
--- a/source/xapps-extra/lyx/boost.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur lyx-1.5.2/config/common.am lyx-1.5.2-p/config/common.am
---- lyx-1.5.2/config/common.am 2006-04-20 22:44:05.000000000 +0200
-+++ lyx-1.5.2-p/config/common.am       2007-11-07 23:53:12.000000000 +0100
-@@ -36,10 +36,10 @@
- BOOST_IOSTREAMS = 
$(top_builddir)/boost/libs/iostreams/src/libboost_iostreams.la
- else
- BOOST_INCLUDES =
--BOOST_FILESYSTEM = -lboost_filesystem
--BOOST_REGEX = -lboost_regex
--BOOST_SIGNALS = -lboost_signals
--BOOST_IOSTREAMS = -lboost_iostreams
-+BOOST_FILESYSTEM = -lboost_filesystem-mt
-+BOOST_REGEX = -lboost_regex-mt
-+BOOST_SIGNALS = -lboost_signals-mt
-+BOOST_IOSTREAMS = -lboost_iostreams-mt
- endif
-
- LIBS =
diff --git a/source/xapps-extra/lyx/lyx.install 
b/source/xapps-extra/lyx/lyx.install
deleted file mode 100644
index 52e2272..0000000
--- a/source/xapps-extra/lyx/lyx.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install()
-{
-       /usr/bin/texhash
-}
-
-post_upgrade()
-{
-       post_install
-}
-
-post_remove()
-{
-       post_install
-}
-
-op=$1
-shift
-
-$op $*
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to