uim: update to 1.8.8. (#598)
This commit is contained in:
parent
baae441df7
commit
55edccbf93
2 changed files with 5 additions and 17 deletions
|
@ -1,11 +0,0 @@
|
|||
--- gtk2/immodule/uim-cand-win-gtk.c 2017-01-31 04:33:15.124168098 +0900
|
||||
+++ gtk2/immodule/uim-cand-win-gtk.c 2017-01-31 04:33:31.085992539 +0900
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
gtk_widget_set_size_request(cwin->num_label, DEFAULT_MIN_WINDOW_WIDTH, -1);
|
||||
gtk_window_set_default_size(GTK_WINDOW(cwin), DEFAULT_MIN_WINDOW_WIDTH, -1);
|
||||
- gtk_window_set_resizable(GTK_WINDOW(cwin), FALSE);
|
||||
+ gtk_window_set_resizable(GTK_WINDOW(cwin), TRUE);
|
||||
}
|
||||
|
||||
static void
|
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'uim'
|
||||
pkgname=uim
|
||||
version=1.8.6
|
||||
version=1.8.8
|
||||
revision=1
|
||||
nocross="https://travis-ci.org/hyonhyoro/void-packages/builds/198274427"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pref --enable-fep --with-gtk2 --with-gtk3
|
||||
--with-qt4 --with-qt4-immodule --with-x --with-anthy-utf8 --with-skk"
|
||||
hostmakedepends="pkg-config gettext intltool"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="gtk+-devel gtk+3-devel qt-devel ncurses-devel anthy-devel"
|
||||
short_desc="Multilingual input method library and environment"
|
||||
maintainer="Kazuho Sakoda <hyonhyoro.kazuho@gmail.com>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/uim/uim/wiki"
|
||||
distfiles="https://github.com/uim/uim/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f
|
||||
distfiles="https://github.com/uim/uim/releases/download/${version}/uim-${version}.tar.bz2"
|
||||
checksum=34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue