libskk: update to 1.0.4.
This commit is contained in:
parent
02e8355258
commit
d4f0dd7522
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'lib-skk'
|
# Template file for 'libskk'
|
||||||
pkgname=libskk
|
pkgname=libskk
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="gettext-devel gnome-common gobject-introspection intltool
|
||||||
|
libgee08-devel pkg-config vala"
|
||||||
|
makedepends="json-glib-devel libgee08-devel"
|
||||||
short_desc="Japanese SKK input method library"
|
short_desc="Japanese SKK input method library"
|
||||||
maintainer="Satoshi Amemiya <amemiya@protonmail.com>"
|
maintainer="Satoshi Amemiya <amemiya@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/ueno/${pkgname}"
|
homepage="https://github.com/ueno/${pkgname}"
|
||||||
license="GPL-3"
|
|
||||||
hostmakedepends="libgee08-devel pkg-config intltool gnome-common gobject-introspection vala gettext-devel"
|
|
||||||
makedepends="libgee08-devel json-glib-devel"
|
|
||||||
build_style=gnu-configure
|
|
||||||
distfiles="https://github.com/ueno/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/ueno/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=9c1fe5f426608cf81dc6db11741c7e07d3cc6264b225455aff361ed408df3887
|
checksum=39ff9a7df25b319b0e0e74fe4161de17720a32bf73dea8096647e13efcd89f9d
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -28,7 +29,7 @@ libskk-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
|
Loading…
Reference in a new issue