libfm-extra-devel: remove conflicting file with libfm-devel.
This commit is contained in:
parent
8c3dc63f3c
commit
147db7e2f3
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
pkgname=libfm-extra
|
||||
version=1.2.3
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="libfm-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-extra-only --with-gtk=no --disable-static"
|
||||
|
@ -18,6 +18,11 @@ license="GPL-2"
|
|||
distfiles="${SOURCEFORGE_SITE}/pcmanfm/libfm-${version}.tar.xz"
|
||||
checksum=c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9
|
||||
|
||||
post_install() {
|
||||
# Remove conflicting symlink with libfm.
|
||||
rm ${DESTDIR}/usr/include/libfm
|
||||
}
|
||||
|
||||
libfm-extra-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
|
|
Loading…
Reference in a new issue