libxfce4menu: move so symlink into main pkg.
--HG-- extra : convert_revision : 2177da75ab4ed3f22503dd0b31384108f1af5422
This commit is contained in:
parent
6053a87a8f
commit
1953d00200
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run glib-devel
|
||||
|
@ -18,7 +18,6 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/share
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
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 'libxfce4menu'
|
||||
pkgname=libxfce4menu
|
||||
version=4.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="freedesktop.org compliant menu implementation for Xfce"
|
||||
|
|
Loading…
Reference in a new issue