Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: iscan-plugin-gt-f720-1.0.0
Date: Wed, 30 Oct 2019 18:27:30 +0100	[thread overview]
Message-ID: <20191030172730.jxj6TMOa80rKL5pRR4vnrY1B4p8uhg9kTg9Sh3UVuw8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15209@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2019-10-30 17:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 17:30 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191030172730.jxj6TMOa80rKL5pRR4vnrY1B4p8uhg9kTg9Sh3UVuw8@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).