ell: update to 0.8.
This commit is contained in:
parent
be0e1c1805
commit
8ae2463532
2 changed files with 3 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- ell/fswatch.c
|
|
||||||
+++ ell/fswatch.c
|
|
||||||
@@ -26,6 +26,7 @@
|
|
||||||
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
#include <sys/inotify.h>
|
|
||||||
|
|
||||||
#include "private.h"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ell'
|
# Template file for 'ell'
|
||||||
pkgname=ell
|
pkgname=ell
|
||||||
version=0.7
|
version=0.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glib"
|
configure_args="--enable-glib"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://01.org/ell"
|
homepage="https://01.org/ell"
|
||||||
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
|
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
|
||||||
checksum=d722e4b4ab6ed1e097e8a8ad8c22bf370ccf1fd52b0cd0f8a6ce7517068ad287
|
checksum=c18584ce5cc9cef6f1af48e2f80948ce2c11d78e0766c12ba87a49d4ced14882
|
||||||
|
|
||||||
ell-devel_package() {
|
ell-devel_package() {
|
||||||
depends="ell-${version}_${revision}"
|
depends="ell-${version}_${revision}"
|
||||||
|
@ -21,4 +21,4 @@ ell-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue