Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions srcpkgs/uim/patches/fix-candidate-window.patch

This file was deleted.

11 changes: 5 additions & 6 deletions srcpkgs/uim/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down