mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/scribus to 1.4.3-1
This commit is contained in:
parent
e38ae10eaf
commit
d1b31aece8
1 changed files with 7 additions and 7 deletions
|
@ -9,26 +9,26 @@
|
|||
# - patch for qreal on ARM
|
||||
|
||||
pkgname=scribus
|
||||
pkgver=1.4.2
|
||||
pkgrel=4
|
||||
pkgver=1.4.3
|
||||
pkgrel=1
|
||||
pkgdesc='Desktop publishing software'
|
||||
url="http://www.scribus.net/"
|
||||
license=('GPL')
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('cmake' 'boost' 'mesa')
|
||||
depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
|
||||
'ghostscript' 'python2' 'aspell' 'boost-libs'
|
||||
'ghostscript' 'python2' 'podofo' 'boost-libs'
|
||||
'desktop-file-utils' 'shared-mime-info')
|
||||
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
arm.patch)
|
||||
sha1sums=('6e67e98fa315a2890d9cbb12eed49ecebb7f11cb'
|
||||
sha1sums=('23d85fcfe0a61ff88cc003639efdbb38d43feb7f'
|
||||
'efb1fbf23b29527397f5fd7fe999bbeef50e5129')
|
||||
|
||||
options=('!libtool')
|
||||
install=install
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i ../arm.patch
|
||||
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
|
||||
sed \
|
||||
|
@ -39,7 +39,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/build"
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
||||
cmake "../${pkgname}-${pkgver}" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
@ -49,7 +49,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
cd "${srcdir}/${pkgname}-${pkgver}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue