gtk+: move gtk-update-icon-cache.1 to the gtk-update-icon-cache pkg.

This commit is contained in:
Juan RP 2015-03-06 09:47:48 +01:00
parent ab4099492d
commit 88042cb4ef

View file

@ -1,7 +1,7 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.24.27
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-man --enable-cups --with-xinput $(vopt_enable gir introspection)"
short_desc="The GTK+ toolkit (v2)"
@ -72,6 +72,6 @@ gtk-update-icon-cache_package() {
depends="gdk-pixbuf>=2.26.1_2" # libpng-1.5
pkg_install() {
vmove usr/bin/gtk-update-icon-cache
vman ${wrksrc}/docs/reference/gtk/gtk-update-icon-cache.1
vmove usr/share/man/man1/gtk-update-icon-cache.1
}
}