[arch-commits] Commit in scim/trunk (2 files)
Gaëtan Bisson
bisson at archlinux.org
Sat Jul 2 07:44:31 UTC 2016
Date: Saturday, July 2, 2016 @ 07:44:31
Author: bisson
Revision: 270856
upstream update
Modified:
scim/trunk/PKGBUILD
Deleted:
scim/trunk/undefined-gdk_x11_drawable_get_xdisplay.patch
-----------------------------------------------+
PKGBUILD | 14 +++++---------
undefined-gdk_x11_drawable_get_xdisplay.patch | 19 -------------------
2 files changed, 5 insertions(+), 28 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-01 23:15:24 UTC (rev 270855)
+++ PKGBUILD 2016-07-02 07:44:31 UTC (rev 270856)
@@ -4,8 +4,8 @@
# Contributor: Gan Lu <rhythm.gan at gmail.com>
pkgname=scim
-pkgver=1.4.15
-pkgrel=3
+pkgver=1.4.17
+pkgrel=1
pkgdesc='Input method user interface and development platform'
url='http://sourceforge.net/projects/scim/'
license=('LGPL')
@@ -13,11 +13,9 @@
depends=('libltdl' 'gtk2')
optdepends=('qt4: qt4 immodule'
'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3' 'optipng')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- 'undefined-gdk_x11_drawable_get_xdisplay.patch')
-sha1sums=('771d81b5c81164840f7d45c39165c2990cc809bd'
- 'd6f9b832533eff199ee5cb5ae8f94f57f7677aac')
+makedepends=('intltool' 'qt4' 'gtk3')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
backup=('etc/scim/config' 'etc/scim/global')
install=install
@@ -24,8 +22,6 @@
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../undefined-gdk_x11_drawable_get_xdisplay.patch
- find -name '*.png' -exec optipng -quiet -force -fix {} +
./bootstrap
}
Deleted: undefined-gdk_x11_drawable_get_xdisplay.patch
===================================================================
--- undefined-gdk_x11_drawable_get_xdisplay.patch 2016-07-01 23:15:24 UTC (rev 270855)
+++ undefined-gdk_x11_drawable_get_xdisplay.patch 2016-07-02 07:44:31 UTC (rev 270856)
@@ -1,19 +0,0 @@
-commit 88fbabed7dc236642021f8263f1b25bf67c6806e
-Author: Tz-Huan Huang <tzhuan at gmail.com>
-Date: Fri Oct 24 13:12:32 2014 +0800
-
- Disable subdir-objects
-
-diff --git a/configure.ac b/configure.ac
-index 3d89eb1..f3901ba 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -78,7 +78,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain])
- ###########################################################
-
- # Init automake stuff
--AM_INIT_AUTOMAKE([subdir-objects])
-+AM_INIT_AUTOMAKE([])
- AM_CONFIG_HEADER([config.h])
-
- # Init libtool
More information about the arch-commits
mailing list