tellico and lyx rebuild against new icu

This commit is contained in:
AlmAck 2014-06-10 22:06:59 +00:00
parent 9ed76af331
commit b8ac230b9f
2 changed files with 20 additions and 27 deletions

View File

@ -4,20 +4,23 @@
# Maintainer: Ernesto Manriquez <alejandronova@gmail.com>
pkgname=lyx
pkgver=2.0.6
pkgver=2.1.0
pkgrel=2
pkgdesc="An advanced open-source document processor"
arch=('x86_64')
url="http://www.lyx.org"
depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'aspell' 'boost-libs' 'icu')
makedepends=('boost')
optdepends=('texlive-most: TeX Live goodies')
categories=('office')
depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'enchant' 'libmythes' 'boost-libs' 'icu')
makedepends=('boost' 'bc')
optdepends=('texlive-most: TeX Live goodies'
'kbibtex: BibTeX reference manager')
license=('GPL')
source=("ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz" 'lyx.desktop')
source=("ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz"
'lyx.desktop'
'lyxrc.dist')
screenshot=('http://www.lyx.org/images/about/main_window.png')
md5sums=('9263fb53a5f878d67b00e2d8aec9748a'
'a511db621c56ff56383496533db3701a')
md5sums=('9441eb16b07bae3aeaf7d8ebaa74b73f'
'a511db621c56ff56383496533db3701a'
'b70fdeab95ba4a6c3ff72410dfa61823')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@ -34,4 +37,7 @@ package() {
# install desktop entry
install -Dm644 "${srcdir}/lyx.desktop" "${pkgdir}/usr/share/applications/lyx.desktop"
# install default config file
install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/usr/share/lyx/lyxrc.dist"
}

View File

@ -1,10 +1,8 @@
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
pkgname=tellico
pkgver=2.3.7
pkgrel=2
pkgver=2.3.8
pkgrel=3
pkgdesc="A collection manager for KDE"
arch=('x86_64')
url="http://tellico-project.org/"
@ -15,23 +13,12 @@ makedepends=('automoc4' 'cmake' 'docbook-xsl')
categories=('office')
screenshot=('http://tellico-project.org/img/main_screen-2.0.jpg')
install=$pkgname.install
source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2"
"tellico-2.3.7-search.patch::https://projects.kde.org/projects/extragear/office/tellico/repository/revisions/60cdaf66d839f497a6c3f4c951256720f3689b72/diff.diff")
md5sums=('ac4728948c6c603dceeb6e6fe0d04c55'
'0aa8469cd4243f3c0a18d272de08932e')
source=("http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2")
md5sums=('3f85002f6f369bdcf72ac7499d39297a')
build() {
cd "${srcdir}"
# Patch for 2.3.7
# See: http://www.chakra-project.org/bbs/viewtopic.php?id=10270
pushd ${pkgname}-${pkgver}
sed -e "13,24d" -i $srcdir/tellico-2.3.7-search.patch
patch -uNp1 -i $srcdir/tellico-2.3.7-search.patch
popd
mkdir build
mkdir -p build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \