mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/scribus to 1.4.6-2
This commit is contained in:
parent
0dd3bc29ee
commit
0e8eb1d448
2 changed files with 1 additions and 14 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=scribus
|
||||
pkgver=1.4.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Desktop publishing software'
|
||||
url="http://www.scribus.net/"
|
||||
license=('GPL')
|
||||
|
@ -27,8 +27,6 @@ sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3'
|
|||
'3a7b787f1b998d6af05d2f920dcecdc0b215cc26')
|
||||
|
||||
options=('!libtool')
|
||||
install=install
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i "${srcdir}"/arm.patch
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
post_install() {
|
||||
update-mime-database usr/share/mime &> /dev/null
|
||||
update-desktop-database -q
|
||||
}
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue