Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] epson-inkjet-printer-escpr: update to 1.8.1.
@ 2023-10-29 11:13 mhmdanas
  2023-11-13  5:51 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-10-29 11:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages epson-inkjet-printer-escpr-1.8.1
https://github.com/void-linux/void-packages/pull/46957

epson-inkjet-printer-escpr: update to 1.8.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-epson-inkjet-printer-escpr-1.8.1-46957.patch --]
[-- Type: text/x-diff, Size: 2231 bytes --]

From 73119b13d6e19f39f34b4dd6d50452eef64b074f Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sun, 29 Oct 2023 11:13:04 +0000
Subject: [PATCH] epson-inkjet-printer-escpr: update to 1.8.1.

---
 .../patches/xfifo_header.patch                         | 10 ----------
 srcpkgs/epson-inkjet-printer-escpr/template            |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/epson-inkjet-printer-escpr/patches/xfifo_header.patch

diff --git a/srcpkgs/epson-inkjet-printer-escpr/patches/xfifo_header.patch b/srcpkgs/epson-inkjet-printer-escpr/patches/xfifo_header.patch
deleted file mode 100644
index c582dd64ac2a2..0000000000000
--- a/srcpkgs/epson-inkjet-printer-escpr/patches/xfifo_header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/filter.c
-+++ b/src/filter.c
-@@ -45,6 +45,7 @@
- #include "libprtX.h"
- #include "optBase.h"
- #include "linux_cmn.h"
-+#include "xfifo.h"
- 
- #define WIDTH_BYTES(bits) (((bits) + 31) / 32 * 4)
- 
diff --git a/srcpkgs/epson-inkjet-printer-escpr/template b/srcpkgs/epson-inkjet-printer-escpr/template
index 64ae909ca0564..75ec87e93168d 100644
--- a/srcpkgs/epson-inkjet-printer-escpr/template
+++ b/srcpkgs/epson-inkjet-printer-escpr/template
@@ -1,6 +1,6 @@
 # Template file for 'epson-inkjet-printer-escpr'
 pkgname=epson-inkjet-printer-escpr
-version=1.7.26
+version=1.8.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-cupsppddir=/usr/share/ppd --with-cupsfilterdir=/usr/lib/cups/filter"
@@ -10,5 +10,5 @@ short_desc="Epson Inkjet Printer Driver (ESC/P-R)"
 maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="GPL-2.0-or-later"
 homepage="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700"
-distfiles="https://download3.ebz.epson.net/dsc/f/03/00/14/48/15/c864d000b06bebeec8832ce6f68bb079c36d838a/epson-inkjet-printer-escpr-${version}-1lsb3.2.tar.gz"
-checksum=690e8c9c5b993489830de5ddb16ba2ba4c21b474978bda082ed7d1d1c48482e9
+distfiles="https://download3.ebz.epson.net/dsc/f/03/00/15/17/82/a7321f719f0c5f9e0675641d593710ed6bd11555/epson-inkjet-printer-escpr-${version}-1.tar.gz"
+checksum=c8f4459cda1146b57a4261406588979261cd05666d7a3c29a6dbc2d8a578abe9

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

* Re: [PR PATCH] [Merged]: epson-inkjet-printer-escpr: update to 1.8.1.
  2023-10-29 11:13 [PR PATCH] epson-inkjet-printer-escpr: update to 1.8.1 mhmdanas
@ 2023-11-13  5:51 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-11-13  5:51 UTC (permalink / raw)
  To: ml

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

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

epson-inkjet-printer-escpr: update to 1.8.1.
https://github.com/void-linux/void-packages/pull/46957

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-11-13  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29 11:13 [PR PATCH] epson-inkjet-printer-escpr: update to 1.8.1 mhmdanas
2023-11-13  5:51 ` [PR PATCH] [Merged]: " classabbyamp

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).