gnome-vfs: move so symlink into main pkg.
--HG-- extra : convert_revision : 83ee5e537ce77607c99e0f02d317a26106465cc5
This commit is contained in:
parent
8d5bd335f1
commit
81c01ef436
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
Add_dependency run intltool
|
||||||
Add_dependency run dbus-devel
|
Add_dependency run dbus-devel
|
||||||
|
@ -27,7 +29,7 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib/gnome-vfs-2.0/modules \
|
mkdir -p ${DESTDIR}/usr/lib/gnome-vfs-2.0/modules \
|
||||||
${DESTDIR}/usr/share
|
${DESTDIR}/usr/share
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.{a,so} ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/gnome-vfs-2.0/modules/*.a \
|
mv ${SRCPKGDESTDIR}/usr/lib/gnome-vfs-2.0/modules/*.a \
|
||||||
${DESTDIR}/usr/lib/gnome-vfs-2.0/modules
|
${DESTDIR}/usr/lib/gnome-vfs-2.0/modules
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gnome-vfs'
|
# Template file for 'gnome-vfs'
|
||||||
pkgname=gnome-vfs
|
pkgname=gnome-vfs
|
||||||
version=2.24.2
|
version=2.24.2
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --disable-schemas-install
|
configure_args="--localstatedir=/var --disable-schemas-install
|
||||||
|
@ -60,3 +61,4 @@ Add_dependency build attr-devel
|
||||||
Add_dependency build gamin-devel
|
Add_dependency build gamin-devel
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
Add_dependency build GConf-devel
|
Add_dependency build GConf-devel
|
||||||
|
Add_dependency build gnome-mime-data
|
||||||
|
|
Loading…
Reference in a new issue