mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
libsixel: update to 1.10.5.
This commit is contained in:
parent
5697e62d70
commit
49834c6e6c
2 changed files with 2 additions and 65 deletions
|
@ -1,62 +0,0 @@
|
|||
# Remove sys/unistd.h (will be included in next release)
|
||||
# https://github.com/libsixel/libsixel/commit/a8d60939d00af520e7139741b58928a9cc2c5f04
|
||||
diff --git a/converters/img2sixel.c b/converters/img2sixel.c
|
||||
index eeeccdf..5152fa9 100644
|
||||
--- a/converters/img2sixel.c
|
||||
+++ b/converters/img2sixel.c
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <string.h>
|
||||
|
||||
# include <unistd.h>
|
||||
-# include <sys/unistd.h>
|
||||
#include <sys/types.h>
|
||||
# include <getopt.h>
|
||||
# include <inttypes.h>
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 6a243a3..6e47fcc 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -66,7 +66,6 @@ needed_headers = [
|
||||
'string.h',
|
||||
'unistd.h',
|
||||
'stdint.h',
|
||||
- 'sys/unistd.h',
|
||||
'getopt.h',
|
||||
'sys/types.h',
|
||||
'sys/stat.h',
|
||||
diff --git a/src/decoder.c b/src/decoder.c
|
||||
index 7619792..95803fa 100644
|
||||
--- a/src/decoder.c
|
||||
+++ b/src/decoder.c
|
||||
@@ -26,7 +26,6 @@
|
||||
# include <stdarg.h>
|
||||
# include <string.h>
|
||||
# include <unistd.h>
|
||||
-# include <sys/unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/select.h>
|
||||
# include <time.h>
|
||||
diff --git a/src/encoder.c b/src/encoder.c
|
||||
index 9fd289b..ea0714c 100644
|
||||
--- a/src/encoder.c
|
||||
+++ b/src/encoder.c
|
||||
@@ -27,7 +27,6 @@
|
||||
# include <stdarg.h>
|
||||
#include <string.h>
|
||||
# include <unistd.h>
|
||||
-# include <sys/unistd.h>
|
||||
# include <sys/types.h>
|
||||
# include <time.h>
|
||||
# include <sys/time.h>
|
||||
diff --git a/src/tty.c b/src/tty.c
|
||||
index 92f9f8e..d020543 100644
|
||||
--- a/src/tty.c
|
||||
+++ b/src/tty.c
|
||||
@@ -28,7 +28,6 @@
|
||||
# include <sys/time.h>
|
||||
# include <sys/types.h>
|
||||
# include <unistd.h>
|
||||
-# include <sys/unistd.h>
|
||||
# include <sys/select.h>
|
||||
# include <errno.h>
|
||||
# include <termios.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libsixel'
|
||||
pkgname=libsixel
|
||||
version=1.10.3
|
||||
version=1.10.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/libsixel/libsixel"
|
||||
distfiles="https://github.com/libsixel/libsixel/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=028552eb8f2a37c6effda88ee5e8f6d87b5d9601182ddec784a9728865f821e0
|
||||
checksum=b6654928bd423f92e6da39eb1f40f10000ae2cc6247247fc1882dcff6acbdfc8
|
||||
|
||||
libsixel-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
@ -19,7 +19,6 @@ libsixel-devel_package() {
|
|||
vmove usr/bin/libsixel-config
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue