gtk+: move gtk-demo to -devel subpkg, to make it work.
Bump revision. --HG-- extra : convert_revision : f40590b206dfcaa8b8230211bf7ea91b519c0a80
This commit is contained in:
parent
d783a3acaf
commit
6a2d712fcb
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run python
|
||||
|
||||
|
@ -21,8 +23,10 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/lib/gtk-2.0/modules
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
for bin in gdk-pixbuf-csource gtk-builder-convert; do
|
||||
for bin in gtk-demo gdk-pixbuf-csource gtk-builder-convert; do
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/${bin} ${DESTDIR}/usr/bin
|
||||
[ ! -f ${SRCPKGDESTDIR}/usr/share/man/man1/${bin}.1 ] && \
|
||||
continue
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1/${bin}.1 \
|
||||
${DESTDIR}/usr/share/man/man1
|
||||
done
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
pkgname=gtk+
|
||||
sourcepkg=$pkgname
|
||||
version=2.16.1
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/gtk+/2.16/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-cups --with-xinput"
|
||||
|
|
Loading…
Add table
Reference in a new issue