summaryrefslogtreecommitdiff
path: root/extra/scim
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-19 11:02:18 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-19 11:02:18 +0200
commit4f22a5c482279b73ed0140e8962f75169f9b3e57 (patch)
tree1369f17af7242f30a62b7ffbacd138a7978821fd /extra/scim
parent63b47d2adad6c3c625196b2717bbd42283e9bb79 (diff)
parent9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgdamm/PKGBUILD community/mingetty/PKGBUILD extra/cups/PKGBUILD extra/xorg-appres/PKGBUILD extra/xorg-xrefresh/PKGBUILD extra/xorg-xwininfo/PKGBUILD
Diffstat (limited to 'extra/scim')
-rw-r--r--extra/scim/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/scim/PKGBUILD b/extra/scim/PKGBUILD
index d232dfb91..78426f80f 100644
--- a/extra/scim/PKGBUILD
+++ b/extra/scim/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 184249 2013-05-05 00:06:28Z bisson $
+# $Id: PKGBUILD 185781 2013-05-18 17:19:08Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Gan Lu <rhythm.gan@gmail.com>
pkgname=scim
pkgver=1.4.14
-pkgrel=2
+pkgrel=3
pkgdesc='Input method user interface and development platform'
url='http://www.scim-im.org/projects/scim'
license=('LGPL')
@@ -19,6 +19,10 @@ sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
install=install
+prepare() {
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
@@ -32,5 +36,4 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- find "${pkgdir}" -name *.png -exec optipng {} \; # libpng-1.6 has higher standards
}