mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
libfm-extra: update to 1.4.0.
This commit is contained in:
parent
b05b1d5456
commit
e9507129c5
1 changed files with 10 additions and 5 deletions
|
@ -4,18 +4,23 @@
|
||||||
# A CYCLIC DEPENDENCY: libfm <-> menu-cache
|
# A CYCLIC DEPENDENCY: libfm <-> menu-cache
|
||||||
#
|
#
|
||||||
pkgname=libfm-extra
|
pkgname=libfm-extra
|
||||||
version=1.3.2
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
hostmakedepends="intltool pkg-config"
|
hostmakedepends="automake gettext-devel glib-devel intltool libtool
|
||||||
|
pkg-config gtk-doc"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="LXDE GLib/GIO based library (extra library)"
|
short_desc="LXDE GLib/GIO based library (extra library)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://pcmanfm.sourceforge.net/"
|
homepage="https://github.com/lxde/libfm"
|
||||||
distfiles="${SOURCEFORGE_SITE}/pcmanfm/libfm-${version}.tar.xz"
|
distfiles="https://github.com/lxde/libfm/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a5042630304cf8e5d8cff9d565c6bd546f228b48c960153ed366a34e87cad1e5
|
checksum=7d7b616411992389a4b7f35796109d605f30bc2ceab84d4081d1665254ebbf82
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Remove conflicting symlink with libfm.
|
# Remove conflicting symlink with libfm.
|
||||||
|
|
Loading…
Add table
Reference in a new issue