Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libsixel-1.8.6
@ 2021-01-08 23:58 abenson
  2021-01-09  3:41 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: abenson @ 2021-01-08 23:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_sixel182
https://github.com/void-linux/void-packages/pull/27777

New package: libsixel-1.8.6


A patch file from https://github.com/void-linux/void-packages/pull/27777.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_sixel182-27777.patch --]
[-- Type: text/x-diff, Size: 2555 bytes --]

From adc7605c77cb56c019263b48f3461facc0b7f88e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 6 May 2019 15:55:24 -0500
Subject: [PATCH] New package: libsixel-1.8.6

Closes #27475.
---
 common/shlibs             |  1 +
 srcpkgs/libsixel-devel    |  1 +
 srcpkgs/libsixel-util     |  1 +
 srcpkgs/libsixel/template | 40 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 43 insertions(+)
 create mode 120000 srcpkgs/libsixel-devel
 create mode 120000 srcpkgs/libsixel-util
 create mode 100644 srcpkgs/libsixel/template

diff --git a/common/shlibs b/common/shlibs
index bfffb675aea..de5cb65426e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4046,3 +4046,4 @@ libsmb-transport-samba4.so samba-libs-4.13.2_1
 libtdb-wrap-samba4.so samba-libs-4.13.3_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libsixel.so.1 libsixel-1.8.6_1
diff --git a/srcpkgs/libsixel-devel b/srcpkgs/libsixel-devel
new file mode 120000
index 00000000000..3c9f7311a4e
--- /dev/null
+++ b/srcpkgs/libsixel-devel
@@ -0,0 +1 @@
+libsixel
\ No newline at end of file
diff --git a/srcpkgs/libsixel-util b/srcpkgs/libsixel-util
new file mode 120000
index 00000000000..3c9f7311a4e
--- /dev/null
+++ b/srcpkgs/libsixel-util
@@ -0,0 +1 @@
+libsixel
\ No newline at end of file
diff --git a/srcpkgs/libsixel/template b/srcpkgs/libsixel/template
new file mode 100644
index 00000000000..8523f3b50ec
--- /dev/null
+++ b/srcpkgs/libsixel/template
@@ -0,0 +1,40 @@
+# Template file for 'libsixel'
+pkgname=libsixel
+version=1.8.6
+revision=1
+build_style=gnu-configure
+makedepends="libpng-devel zlib-devel libjpeg-turbo-devel"
+short_desc="SIXEL encoder/decoder"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="https://github.com/saitoha/libsixel"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
+
+libsixel-devel_package() {
+	short_desc+=" - development files"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin/libsixel-config
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+	}
+}
+
+libsixel-util_package() {
+	short_desc+=" - utilities"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin/img2sixel
+		vmove usr/bin/sixel2png
+		vmove usr/share/bash-completion
+		vmove usr/share/zsh
+		vmove usr/share/man/man1
+	}
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: New package: libsixel-1.8.6
  2021-01-08 23:58 [PR PATCH] New package: libsixel-1.8.6 abenson
@ 2021-01-09  3:41 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2021-01-09  3:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

There's a merged pull request on the void-packages repository

New package: libsixel-1.8.6
https://github.com/void-linux/void-packages/pull/27777

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-09  3:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 23:58 [PR PATCH] New package: libsixel-1.8.6 abenson
2021-01-09  3:41 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).