diff options
author | obache <obache@pkgsrc.org> | 2014-04-30 06:27:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-30 06:27:06 +0000 |
commit | de7b9140b6dd765162ebc69d3e26546c112422f2 (patch) | |
tree | 0001bf8a8d0ae98b74dc4ef9add7851e02b69c78 /inputmethod/ibus-qt | |
parent | d954dd57c05ecf0cb4e136b93797c12e2ebf81f8 (diff) | |
download | pkgsrc-de7b9140b6dd765162ebc69d3e26546c112422f2.tar.gz |
Update ibus-qt to 1.3.3.
* Enable dead_belowdot with de layout.
* Fixed installed but unpackaged files with rpm-build 4.11.1 and %doc.
* Proof of concept implementation for delete-surrounding-text.
* Finish the surrounding text implementation
Diffstat (limited to 'inputmethod/ibus-qt')
-rw-r--r-- | inputmethod/ibus-qt/Makefile | 7 | ||||
-rw-r--r-- | inputmethod/ibus-qt/PLIST | 5 | ||||
-rw-r--r-- | inputmethod/ibus-qt/distinfo | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/inputmethod/ibus-qt/Makefile b/inputmethod/ibus-qt/Makefile index 3422aba87da..8be178837a2 100644 --- a/inputmethod/ibus-qt/Makefile +++ b/inputmethod/ibus-qt/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2014/04/09 07:27:09 obache Exp $ +# $NetBSD: Makefile,v 1.35 2014/04/30 06:27:06 obache Exp $ # -DISTNAME= ibus-qt-1.3.2-Source +DISTNAME= ibus-qt-1.3.3-Source PKGNAME= ${DISTNAME:S/-Source//} -PKGREVISION= 8 CATEGORIES= inputmethod -MASTER_SITES= http://ibus.googlecode.com/files/ +MASTER_SITES= https://github.com/ibus/ibus-qt/releases/download/${PKGVERSION_NOREV}/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://code.googlecode.com/p/ibus/ diff --git a/inputmethod/ibus-qt/PLIST b/inputmethod/ibus-qt/PLIST index dcde332a12a..3751250258c 100644 --- a/inputmethod/ibus-qt/PLIST +++ b/inputmethod/ibus-qt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2010/08/19 11:26:59 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/04/30 06:27:06 obache Exp $ include/ibus-qt/qibusattribute.h include/ibus-qt/qibusattrlist.h include/ibus-qt/qibusbus.h @@ -27,6 +27,3 @@ lib/libibus-qt.so lib/libibus-qt.so.1 lib/libibus-qt.so.1.3.0 qt4/plugins/inputmethods/libqtim-ibus.so -share/doc/${PKGNAME}/AUTHORS -share/doc/${PKGNAME}/INSTALL -share/doc/${PKGNAME}/README diff --git a/inputmethod/ibus-qt/distinfo b/inputmethod/ibus-qt/distinfo index a132409933e..10e331be207 100644 --- a/inputmethod/ibus-qt/distinfo +++ b/inputmethod/ibus-qt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2013/03/16 11:10:56 obache Exp $ +$NetBSD: distinfo,v 1.5 2014/04/30 06:27:06 obache Exp $ -SHA1 (ibus-qt-1.3.2-Source.tar.gz) = 1937027446c9101ea6af903a579379aae6825957 -RMD160 (ibus-qt-1.3.2-Source.tar.gz) = 916f9970df50246ac0bbd7914e77f33717374d27 -Size (ibus-qt-1.3.2-Source.tar.gz) = 139496 bytes +SHA1 (ibus-qt-1.3.3-Source.tar.gz) = 3711d9099ac97d1b3bc7313080a016caa04ae66e +RMD160 (ibus-qt-1.3.3-Source.tar.gz) = 376b8c4e73306758666e526ac10306b2e1dafb6f +Size (ibus-qt-1.3.3-Source.tar.gz) = 144004 bytes SHA1 (patch-src_qibusserializable.cpp) = f4076b4ffa1af51634d3a9af93ae356e93df3b5e |