mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
fswatch: update to 1.11.3.
This commit is contained in:
parent
7aabb42e90
commit
e65aa01402
4 changed files with 23 additions and 10 deletions
|
@ -1711,6 +1711,7 @@ libBulletCollision.so.2.87 bullet-2.87_1
|
||||||
libLinearMath.so.2.87 bullet-2.87_1
|
libLinearMath.so.2.87 bullet-2.87_1
|
||||||
libBulletSoftBody.so.2.87 bullet-2.87_1
|
libBulletSoftBody.so.2.87 bullet-2.87_1
|
||||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||||
|
libfswatch.so.9 libfswatch-1.11.3_1
|
||||||
libopensc.so.6 libopensc-0.18.0_1
|
libopensc.so.6 libopensc-0.18.0_1
|
||||||
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1
|
||||||
librtlsdr.so.0 librtlsdr-0.5.3_1
|
librtlsdr.so.0 librtlsdr-0.5.3_1
|
||||||
|
@ -3059,7 +3060,6 @@ librime.so.1 librime-1.2.9_1
|
||||||
libairspy.so.0 libairspy-1.0.9_1
|
libairspy.so.0 libairspy-1.0.9_1
|
||||||
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
libKF5KDcraw.so.5 libkdcraw5-17.04.3_1
|
||||||
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1
|
libKF5Kipi.so.32.0.0 libkipi5-17.04.3_1
|
||||||
libfswatch.so.9 fswatch-1.11.2_1
|
|
||||||
libhackrf.so.0 libhackrf-2017.02.1_1
|
libhackrf.so.0 libhackrf-2017.02.1_1
|
||||||
libtecla.so.1 libtecla-1.6.3_1
|
libtecla.so.1 libtecla-1.6.3_1
|
||||||
libtecla_r.so.1 libtecla-1.6.3_1
|
libtecla_r.so.1 libtecla-1.6.3_1
|
||||||
|
|
|
@ -1,25 +1,37 @@
|
||||||
# Template file for 'fswatch'
|
# Template file for 'fswatch'
|
||||||
pkgname=fswatch
|
pkgname=fswatch
|
||||||
version=1.11.2
|
version=1.11.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
hostmakedepends="doxygen"
|
||||||
short_desc="A cross-platform file change monitor with multiple backends"
|
short_desc="A cross-platform file change monitor with multiple backends"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://emcrisostomo.github.io/fswatch/"
|
homepage="https://emcrisostomo.github.io/fswatch/"
|
||||||
distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/fswatch-${version}.tar.gz"
|
distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/fswatch-${version}.tar.gz"
|
||||||
checksum=b7dadb84848ce666aac0311f9b4c739fbfee6a90c6097807a1f45ad4367294c2
|
checksum=21f60ff255bd8dac72c8eb917b08c10ef2a040b380876a35357f6a860282ac83
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6l-musl) LDFLAGS=" -latomic" ;;
|
armv6l-musl) LDFLAGS=" -latomic" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
fswatch-devel_package() {
|
post_install() {
|
||||||
depends="fswatch>=${version}_${revision}"
|
rm -rf -- "${DESTDIR}/usr/share/doc"
|
||||||
short_desc+=" - development files"
|
}
|
||||||
|
|
||||||
|
libfswatch_package() {
|
||||||
|
short_desc+=" - fswatch library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/libfswatch.so.*"
|
||||||
vmove "usr/lib/*.so"
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libfswatch-devel_package() {
|
||||||
|
depends="libfswatch-${version}_${revision}"
|
||||||
|
short_desc+=" - fswatch development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/libfswatch.so
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/libfswatch-devel
Symbolic link
1
srcpkgs/libfswatch-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
fswatch
|
Loading…
Add table
Reference in a new issue