gtk+: move gtkrc to main pkg not -demo.

This commit is contained in:
Juan RP 2013-10-12 09:22:45 +02:00
parent 6c3ca9c26e
commit a940bfd0f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'gtk+'.
pkgname=gtk+
version=2.24.22
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-cups --with-xinput"
short_desc="The GTK+ toolkit (v2)"
@ -68,7 +68,7 @@ gtk+-demo_package() {
short_desc+=" - demonstration application"
pkg_install() {
vmove usr/bin/gtk-demo
vmove usr/share/gtk-2.0
vmove usr/share/gtk-2.0/demo
}
}