Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0
@ 2019-10-07 17:30 voidlinux-github
  2019-10-07 17:34 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-07 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_gt-f720
https://github.com/void-linux/void-packages/pull/15209

New package: iscan-plugin-gt-f720-1.0.0


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

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

From 8014e9e6683aa4dac2c75f782bdf79ef1945f908 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 7 Oct 2019 12:30:19 -0500
Subject: [PATCH] New package: iscan-plugin-gt-f720-1.0.0

---
 srcpkgs/iscan-plugin-gt-f720/INSTALL  |  4 ++++
 srcpkgs/iscan-plugin-gt-f720/REMOVE   |  4 ++++
 srcpkgs/iscan-plugin-gt-f720/template | 34 +++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/iscan-plugin-gt-f720/INSTALL
 create mode 100644 srcpkgs/iscan-plugin-gt-f720/REMOVE
 create mode 100644 srcpkgs/iscan-plugin-gt-f720/template

diff --git a/srcpkgs/iscan-plugin-gt-f720/INSTALL b/srcpkgs/iscan-plugin-gt-f720/INSTALL
new file mode 100644
index 00000000000..d0c81b40e69
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/INSTALL
@@ -0,0 +1,4 @@
+if [ "$UPDATE" = "no" -a "$ACTION" = "post" ]; then
+	iscan-registry --add interpreter usb 0x04b8 0x0131 \
+    /usr/lib/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin
+fi
diff --git a/srcpkgs/iscan-plugin-gt-f720/REMOVE b/srcpkgs/iscan-plugin-gt-f720/REMOVE
new file mode 100644
index 00000000000..8fb507e1433
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/REMOVE
@@ -0,0 +1,4 @@
+if [ "$UPDATE" = "no" -a "$ACTION" = "pre" ]; then
+	iscan-registry --remove interpreter usb 0x04b8 0x0131 \
+    /usr/lib/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin
+fi
diff --git a/srcpkgs/iscan-plugin-gt-f720/template b/srcpkgs/iscan-plugin-gt-f720/template
new file mode 100644
index 00000000000..3c6d0600e5c
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,34 @@
+# Template file for 'iscan-plugin-gt-f720'
+pkgname=iscan-plugin-gt-f720
+version=1.0.0
+revision=1
+archs="x86_64 i686"
+hostmakedepends="dpkg"
+depends="iscan"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://download2.ebz.epson.net"
+repository=nonfree
+_bundlever=2.30.4
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${_bundlever}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x86/iscan-gt-f720-bundle-${_bundlever}.${_arch}.deb.tar.gz"
+		checksum=d3dea9b1638197f04f06f669441c78ee80bdd920a53cd954a9b81c2f90b8a995
+		;;
+esac
+
+wrksrc="iscan-gt-f720-bundle-${_bundlever}.${_arch}.deb"
+
+do_install() {
+	dpkg-deb -x "plugins/esci-interpreter-gt-f720_${version}-1_${_darch}.deb" $DESTDIR
+}

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

end of thread, other threads:[~2020-02-18  2:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
2019-10-07 17:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-07 17:34 ` voidlinux-github
2019-10-07 17:49 ` voidlinux-github
2019-10-07 17:49 ` voidlinux-github
2019-10-27 21:18 ` voidlinux-github
2019-10-27 21:18 ` voidlinux-github
2019-10-30 17:27 ` voidlinux-github
2019-10-30 17:27 ` voidlinux-github
2020-01-16 14:56 ` [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-2.30.4 voidlinux-github
2020-01-16 15:05 ` voidlinux-github
2020-02-18  2:26 ` [PR PATCH] [Closed]: " abenson
2020-02-18  2:26 ` 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).