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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  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
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-07 17:34 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2680 bytes --]

From 285ee172ebea8bebb2c4525e240b252e9840f876 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..f6d304f4861
--- /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="sane-epkowa"
+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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
@ 2019-10-07 17:34 ` voidlinux-github
  2019-10-07 17:34 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-07 17:34 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2680 bytes --]

From 285ee172ebea8bebb2c4525e240b252e9840f876 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..f6d304f4861
--- /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="sane-epkowa"
+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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  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
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-07 17:49 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2757 bytes --]

From 110fa91d8cae5f28c237bae3bae606d5c51d82ac 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 | 35 +++++++++++++++++++++++++++
 3 files changed, 43 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..45d45a85d27
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,35 @@
+# 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="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+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
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-07 17:49 ` voidlinux-github
@ 2019-10-07 17:49 ` voidlinux-github
  2019-10-27 21:18 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-07 17:49 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2757 bytes --]

From 110fa91d8cae5f28c237bae3bae606d5c51d82ac 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 | 35 +++++++++++++++++++++++++++
 3 files changed, 43 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..45d45a85d27
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,35 @@
+# 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="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+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
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-27 21:18 ` voidlinux-github
@ 2019-10-27 21:18 ` voidlinux-github
  2019-10-30 17:27 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-27 21:18 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2879 bytes --]

From 34a42e43c7e668039d9ffa582a9861d03308876b 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 | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..334b67c0c8c
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# 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="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="https://epson.com/Support/Scanners/Perfection-Series/Epson-Perfection-V300-Photo/s/SPT_B11B193081"
+repository=nonfree
+restricted=yes
+_bundlever=2.30.4
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="https://download2.ebz.epson.net/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${_bundlever}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="https://download2.ebz.epson.net/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
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-07 17:49 ` voidlinux-github
@ 2019-10-27 21:18 ` voidlinux-github
  2019-10-27 21:18 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-27 21:18 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2879 bytes --]

From 34a42e43c7e668039d9ffa582a9861d03308876b 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 | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..334b67c0c8c
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# 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="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="https://epson.com/Support/Scanners/Perfection-Series/Epson-Perfection-V300-Photo/s/SPT_B11B193081"
+repository=nonfree
+restricted=yes
+_bundlever=2.30.4
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="https://download2.ebz.epson.net/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${_bundlever}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="https://download2.ebz.epson.net/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
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (6 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-30 17:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2768 bytes --]

From bf487bde8b84d44aab5e7232b68eced87ff6ea42 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-2.30.4

---
 srcpkgs/iscan-plugin-gt-f720/INSTALL  |  4 +++
 srcpkgs/iscan-plugin-gt-f720/REMOVE   |  4 +++
 srcpkgs/iscan-plugin-gt-f720/template | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..80ad8a0cdcd
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# Template file for 'iscan-plugin-gt-f720'
+pkgname=iscan-plugin-gt-f720
+version=2.30.4
+revision=1
+archs="x86_64 i686"
+hostmakedepends="dpkg"
+depends="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="https://download2.ebz.epson.net"
+repository=nonfree
+restricted=yes
+_bundlever=1.0.0
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x86/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d3dea9b1638197f04f06f669441c78ee80bdd920a53cd954a9b81c2f90b8a995
+		;;
+esac
+
+wrksrc="iscan-gt-f720-bundle-${version}.${_arch}.deb"
+
+do_install() {
+	dpkg-deb -x "plugins/esci-interpreter-gt-f720_${_bundlever}-1_${_darch}.deb" $DESTDIR
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-27 21:18 ` voidlinux-github
@ 2019-10-30 17:27 ` voidlinux-github
  2019-10-30 17:27 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-30 17:27 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2768 bytes --]

From bf487bde8b84d44aab5e7232b68eced87ff6ea42 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-2.30.4

---
 srcpkgs/iscan-plugin-gt-f720/INSTALL  |  4 +++
 srcpkgs/iscan-plugin-gt-f720/REMOVE   |  4 +++
 srcpkgs/iscan-plugin-gt-f720/template | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..80ad8a0cdcd
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# Template file for 'iscan-plugin-gt-f720'
+pkgname=iscan-plugin-gt-f720
+version=2.30.4
+revision=1
+archs="x86_64 i686"
+hostmakedepends="dpkg"
+depends="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="https://download2.ebz.epson.net"
+repository=nonfree
+restricted=yes
+_bundlever=1.0.0
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x86/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d3dea9b1638197f04f06f669441c78ee80bdd920a53cd954a9b81c2f90b8a995
+		;;
+esac
+
+wrksrc="iscan-gt-f720-bundle-${version}.${_arch}.deb"
+
+do_install() {
+	dpkg-deb -x "plugins/esci-interpreter-gt-f720_${_bundlever}-1_${_darch}.deb" $DESTDIR
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-2.30.4
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-30 17:27 ` voidlinux-github
@ 2020-01-16 14:56 ` voidlinux-github
  2020-01-16 15:05 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2020-01-16 14:56 UTC (permalink / raw)
  To: ml

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

There is an updated 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-2.30.4


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: 2772 bytes --]

From ff9a07f721ae89c0cb8a950b21f46a53fe7f1d6f 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-2.30.4

---
 srcpkgs/iscan-plugin-gt-f720/INSTALL  |  4 +++
 srcpkgs/iscan-plugin-gt-f720/REMOVE   |  4 +++
 srcpkgs/iscan-plugin-gt-f720/template | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..410cb5fc070
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# Template file for 'iscan-plugin-gt-f720'
+pkgname=iscan-plugin-gt-f720
+version=2.30.4
+revision=1
+archs="x86_64 i686"
+hostmakedepends="dpkg tar"
+depends="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="https://download2.ebz.epson.net"
+repository=nonfree
+restricted=yes
+_bundlever=1.0.0
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d848568048c3ad603b150458e67fc752278fdf24488d1bb6cf69cebe6254cded
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x86/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=d3dea9b1638197f04f06f669441c78ee80bdd920a53cd954a9b81c2f90b8a995
+		;;
+esac
+
+wrksrc="iscan-gt-f720-bundle-${version}.${_arch}.deb"
+
+do_install() {
+	dpkg-deb -x "plugins/esci-interpreter-gt-f720_${_bundlever}-1_${_darch}.deb" $DESTDIR
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-2.30.4
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (8 preceding siblings ...)
  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 ` abenson
  2020-02-18  2:26 ` [PR PATCH] [Closed]: " abenson
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2020-01-16 15:05 UTC (permalink / raw)
  To: ml

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

There is an updated 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-2.30.4


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: 2813 bytes --]

From 6e4879fd4b7476da43b064d0caac0d6b7bd1a59c 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-2.30.4

---
 srcpkgs/iscan-plugin-gt-f720/INSTALL  |  4 +++
 srcpkgs/iscan-plugin-gt-f720/REMOVE   |  4 +++
 srcpkgs/iscan-plugin-gt-f720/template | 36 +++++++++++++++++++++++++++
 3 files changed, 44 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..da2c78024c0
--- /dev/null
+++ b/srcpkgs/iscan-plugin-gt-f720/template
@@ -0,0 +1,36 @@
+# Template file for 'iscan-plugin-gt-f720'
+pkgname=iscan-plugin-gt-f720
+version=2.30.4
+revision=1
+archs="x86_64 i686"
+hostmakedepends="dpkg tar"
+depends="sane-epkowa"
+short_desc="Epson scanner plugin for GT-F720, GT-S620, and Perfection V30/V300"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="custom:EPSON"
+homepage="http://support.epson.net/linux/en/iscan.php?model=gt-f720&version=2.30.4"
+repository=nonfree
+restricted=yes
+_bundlever=1.0.0
+
+case $XBPS_ARCH in
+	x86_64)
+		_arch=x64
+		_darch=amd64
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x64/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=9e4b56994d83241472e15f1c9c1f37646a12809921aea912724a07b152d5437b
+		;;
+	i686)
+		_arch=x86
+		_darch=i386
+		distfiles="${homepage}/iscan/plugin/gt-f720/deb/x86/iscan-gt-f720-bundle-${version}.${_arch}.deb.tar.gz"
+		checksum=6a84f6461e9cff0c64e2282c75b26ec004303b873b769ece799bcbfa79400a85
+		;;
+esac
+
+wrksrc="iscan-gt-f720-bundle-${version}.${_arch}.deb"
+
+do_install() {
+	dpkg-deb -x "plugins/esci-interpreter-gt-f720_${_bundlever}-1_${_darch}.deb" $DESTDIR
+	vlicense $DESTDIR/usr/share/doc/esci-interpreter-gt-f720/COPYING.EPSON.en.txt.gz
+}

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

* Re: New package: iscan-plugin-gt-f720-2.30.4
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-16 15:05 ` voidlinux-github
@ 2020-02-18  2:26 ` abenson
  2020-02-18  2:26 ` [PR PATCH] [Closed]: " abenson
  11 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2020-02-18  2:26 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/15209#issuecomment-587243778

Comment:
This isn't worth merging.

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

* Re: [PR PATCH] [Closed]: New package: iscan-plugin-gt-f720-2.30.4
  2019-10-07 17:30 [PR PATCH] New package: iscan-plugin-gt-f720-1.0.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-02-18  2:26 ` abenson
@ 2020-02-18  2:26 ` abenson
  11 siblings, 0 replies; 13+ messages in thread
From: abenson @ 2020-02-18  2:26 UTC (permalink / raw)
  To: ml

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

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

New package: iscan-plugin-gt-f720-2.30.4
https://github.com/void-linux/void-packages/pull/15209

Description:


^ 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 ` abenson
2020-02-18  2:26 ` [PR PATCH] [Closed]: " 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).