mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
scribus: update to 1.4.7
This commit is contained in:
parent
9872725253
commit
b26606363b
@ -1,9 +1,9 @@
|
||||
pkgname=scribus
|
||||
pkgver=1.4.6
|
||||
pkgrel=5
|
||||
pkgver=1.4.7
|
||||
pkgrel=1
|
||||
pkgdesc="A desktop publishing program"
|
||||
arch=('x86_64')
|
||||
url="http://www.scribus.net"
|
||||
url="https://www.scribus.net"
|
||||
license=('GPL')
|
||||
install=$pkgname.install
|
||||
depends=('libcups' 'lcms' 'qt' 'ghostscript' 'hyphen' 'podofo'
|
||||
@ -11,16 +11,8 @@ depends=('libcups' 'lcms' 'qt' 'ghostscript' 'hyphen' 'podofo'
|
||||
'desktop-file-utils' 'shared-mime-info' 'ruby' 'hunspell')
|
||||
makedepends=('cmake' 'boost')
|
||||
screenshot=('http://upload.wikimedia.org/wikipedia/commons/f/f4/Scribus-1.3-Linux.png')
|
||||
options=(!libtool)
|
||||
source=("http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
# fix icon path in .desktop file
|
||||
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
|
||||
}
|
||||
source=("https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec')
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
|
Loading…
Reference in New Issue
Block a user