Thunar: move so symlink into main pkg.
--HG-- extra : convert_revision : b3550cbefaa7f58f024b1428af19853849056d68
This commit is contained in:
parent
bbe40f2342
commit
6053a87a8f
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
revision=3
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run exo-devel
|
||||
|
@ -37,7 +37,6 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Thunar'
|
||||
pkgname=Thunar
|
||||
version=1.0.1
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gnome-thumbnailers --enable-exif --enable-pcre"
|
||||
|
@ -40,6 +40,7 @@ Add_dependency run startup-notification
|
|||
Add_dependency run libexif
|
||||
Add_dependency run pcre
|
||||
Add_dependency run xfce4-panel
|
||||
Add_dependency run libhal
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build exo-devel
|
||||
|
|
Loading…
Reference in a new issue