mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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
|
pkgname=libfm-extra
|
||||||
version=1.2.3
|
version=1.2.3
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="libfm-${version}"
|
wrksrc="libfm-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-extra-only --with-gtk=no --disable-static"
|
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"
|
distfiles="${SOURCEFORGE_SITE}/pcmanfm/libfm-${version}.tar.xz"
|
||||||
checksum=c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9
|
checksum=c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Remove conflicting symlink with libfm.
|
||||||
|
rm ${DESTDIR}/usr/include/libfm
|
||||||
|
}
|
||||||
|
|
||||||
libfm-extra-devel_package() {
|
libfm-extra-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue