From 7952eccefb4abad8dcadf00e87a7126e22b65151 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 7 May 2013 09:50:12 +0200 Subject: [PATCH] gobject-introspection: move all remaining files to main pkg. --- srcpkgs/gobject-introspection/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 794c0c5abb..5510cf6008 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.36.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-tests --disable-static" hostmakedepends="pkg-config flex" @@ -45,9 +45,6 @@ gobject-introspection_package() { pycompile_dirs="usr/lib/${pkgname}/giscanner" depends="libtool python libgirepository-devel" pkg_install() { - vmove usr/bin - vmove usr/lib/${pkgname} - vmove usr/share/man - vmove usr/share/${pkgname}-1.0 + vmove all } }