summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorponsfoot2017-08-17 10:08:40 +0900
committerponsfoot2017-08-17 10:08:40 +0900
commit0a224f90173bea4d934a80bf7ff51f1fbe146dd4 (patch)
tree6e4e98053e12a6301155f9d6484aa83d0c9f0b2a
parentdaefa50c0b2f6de3e6d842e0b69fccf42d5457f0 (diff)
downloadaur-0a224f90173bea4d934a80bf7ff51f1fbe146dd4.tar.gz
Upstream update: 1.8.6+gh20161003.0.d63dadd-4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736b0dca2a06..d0ab8a9c2cd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# 火 7月 11 12:03:40 UTC 2017
+# 木 8月 17 01:08:40 UTC 2017
pkgbase = uim-debian
pkgdesc = Multilingual input method library with Debian patches (supports gtk3 and qt5)
pkgver = 1.8.6+gh20161003.0.d63dadd
- pkgrel = 2.1
+ pkgrel = 4
url = https://packages.debian.org/sid/uim
install = uim-debian.install
arch = i686
@@ -27,9 +27,9 @@ pkgbase = uim-debian
provides = uim
conflicts = uim
source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd.orig.tar.gz
- source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-2.1.debian.tar.xz
+ source = http://http.debian.net/debian/pool/main/u/uim/uim_1.8.6+gh20161003.0.d63dadd-4.debian.tar.xz
sha256sums = 7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9
- sha256sums = dcb22e33d1891932da6a3d8a35fee758535d080fda78312afd79d201ad5fb31d
+ sha256sums = dc72a2d995a8334ff7ca2e9494c463dd5ecf8be76be21ce2ad39cdd2d0e172ec
pkgname = uim-debian
diff --git a/PKGBUILD b/PKGBUILD
index a1579d08455f..650ed84b6561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=uim-debian
pkgver=1.8.6+gh20161003.0.d63dadd
-_debrel=2.1
-pkgrel=2.1
+_debrel=4
+pkgrel=4
pkgdesc='Multilingual input method library with Debian patches (supports gtk3 and qt5)'
url='https://packages.debian.org/sid/uim'
license=('custom:BSD')
@@ -22,28 +22,17 @@ install=${pkgname}.install
source=("http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}.orig.tar.gz"
"http://http.debian.net/debian/pool/main/u/uim/uim_${pkgver}-${_debrel}.debian.tar.xz")
sha256sums=('7a2d1667553afc0bca4cc33f9bc8fb01a6867177d2a3e13b1b85c7add16110e9'
- 'dcb22e33d1891932da6a3d8a35fee758535d080fda78312afd79d201ad5fb31d')
+ 'dc72a2d995a8334ff7ca2e9494c463dd5ecf8be76be21ce2ad39cdd2d0e172ec')
prepare() {
cd "${srcdir}/uim-${pkgver}"
while read p; do
- if [[ "$p" == "qt5-immodule-qmake-conf.patch" ]]; then
- ispushed="yes"
- pushd qt5/immodule/
- else
- ispushed="no"
- fi
-
patch -p1 -i "${srcdir}/debian/patches/${p}"
- [[ "$ispushed" == "yes" ]] && popd
-
done < "${srcdir}/debian/patches/series"
- sed -i.bak 's/load(qt_plugin)/TEMPLATE = lib\nCONFIG += plugin/' \
- "${srcdir}/uim-${pkgver}/qt5/immodule/quimplatforminputcontextplugin.pro.in"
}
build() {