rebuilding against split qt5

This commit is contained in:
Fabian 2013-07-31 14:55:06 +00:00
parent edbd38492d
commit fcb32ab765
2 changed files with 7 additions and 7 deletions

View File

@ -7,9 +7,10 @@ pkgdesc="QT5 IM Module for Fcitx"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx" url="http://code.google.com/p/fcitx"
license=('GPL') license=('GPL')
depends=('fcitx>=4.2.7' 'qt5') depends=('fcitx>=4.2.7' 'qt5-base')
makedepends=('cmake') makedepends=('cmake')
source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
sha1sums=('384765da0416bd1adc7ffa61998ff115a0d049f7')
build() { build() {
cd "$srcdir/${pkgname}-${pkgver}" cd "$srcdir/${pkgname}-${pkgver}"
@ -25,4 +26,3 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}/build" cd "$srcdir/${pkgname}-${pkgver}/build"
make install DESTDIR="${pkgdir}" make install DESTDIR="${pkgdir}"
} }
md5sums=('c93a4922ddc4f042749e707673f0fa41')

View File

@ -6,25 +6,25 @@
pkgname=sigil pkgname=sigil
_pkgname=Sigil _pkgname=Sigil
pkgver=0.7.0 pkgver=0.7.2
pkgrel=1 pkgrel=1
pkgdesc="A multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format. " pkgdesc="A multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format. "
arch=('x86_64') arch=('x86_64')
url="http://code.google.com/p/sigil/" url="http://code.google.com/p/sigil/"
license=('GPL3') license=('GPL3')
depends=('qt5' 'boost-libs') depends=('qt5-base' 'qt5-webkit' 'boost-libs')
makedepends=('cmake' 'gendesk' 'boost') makedepends=('cmake' 'gendesk' 'boost' 'qt5-tools' 'qt5-svg')
categories=('office') categories=('office')
install=sigil.install install=sigil.install
screenshot=('http://1.bp.blogspot.com/-K2Q-tdVbPRI/UI08v7LhzHI/AAAAAAAAABY/vZ5LHjM6nb4/s1600/Screen+Shot+2012-10-28+at+10.07.03+AM.png') screenshot=('http://1.bp.blogspot.com/-K2Q-tdVbPRI/UI08v7LhzHI/AAAAAAAAABY/vZ5LHjM6nb4/s1600/Screen+Shot+2012-10-28+at+10.07.03+AM.png')
source=("http://$pkgname.googlecode.com/files/$_pkgname-$pkgver-Code.zip") source=("http://$pkgname.googlecode.com/files/$_pkgname-$pkgver-Code.zip")
md5sums=('06ba5ace506e01adf4a37534fa276cec') sha1sums=('8c69a891bb93b6189c8a4820c514d768400afd78')
build() { build() {
gendesk -n gendesk -n
mkdir build mkdir -p build
cd build cd build
cmake -G "Unix Makefiles" \ cmake -G "Unix Makefiles" \