Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] poppler-utils -> poppler
@ 2023-06-30 22:21 mhmdanas
  2023-07-01 21:52 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-06-30 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages poppler-utils-to-poppler
https://github.com/void-linux/void-packages/pull/44752

poppler-utils -> poppler
poppler-utils is just a transitional package that points to poppler anyway.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/44752.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-poppler-utils-to-poppler-44752.patch --]
[-- Type: text/x-diff, Size: 3942 bytes --]

From 3de93b6b586018f0db4eac382703f41e071636a9 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 30 Jun 2023 23:18:37 +0100
Subject: [PATCH 1/4] calibre: poppler-utils -> poppler

---
 srcpkgs/calibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 0bed9e49972e..04bd9fe283fc 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -15,7 +15,7 @@ makedepends="libinput-devel libmagick-devel libmtp-devel libstemmer-devel
  freetype-devel uchardet-devel openssl-devel icu-devel libusb-devel
  sqlite-devel tslib-devel hunspell-devel hyphen-devel libstemmer-devel
  python3-pyqt6-devel python3-pyqt6-webengine-devel"
-depends="desktop-file-utils optipng poppler-utils python3-BeautifulSoup4
+depends="desktop-file-utils optipng poppler python3-BeautifulSoup4
  qt6-imageformats python3-Pygments python3-pycryptodome
  python3-Markdown python3-Pillow python3-zeroconf python3-Pygments python3-apsw
  python3-css-parser python3-cssselect python3-dateutil python3-jeepney

From 0c8e106eca5a08c33e7bb9d40a697393f3ba06e0 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 30 Jun 2023 23:18:59 +0100
Subject: [PATCH 2/4] cups-filters: poppler-utils -> poppler

---
 srcpkgs/cups-filters/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index 4e475d018054..e7a796d5fbcf 100644
--- a/srcpkgs/cups-filters/template
+++ b/srcpkgs/cups-filters/template
@@ -6,11 +6,10 @@ build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS
  --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf"
-hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler-utils
- liblouis"
+hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler liblouis"
 makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel liblouis-devel
  ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel libexif-devel"
-depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
+depends="bc ghostscript libcups-filters-${version}_${revision} poppler"
 checkdepends="dejavu-fonts-ttf"
 conf_files="/etc/cups/cups-browsed.conf"
 short_desc="OpenPrinting CUPS Filters"

From da12a31fbcb31c25447dcff4a2d7e8cee9e5ccb4 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 30 Jun 2023 23:19:18 +0100
Subject: [PATCH 3/4] pdfsandwhich: poppler-utils -> poppler

---
 srcpkgs/pdfsandwich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pdfsandwich/template b/srcpkgs/pdfsandwich/template
index 82f2f934fdc1..325222502a57 100644
--- a/srcpkgs/pdfsandwich/template
+++ b/srcpkgs/pdfsandwich/template
@@ -5,7 +5,7 @@ revision=6
 build_style=gnu-configure
 hostmakedepends="ocaml perl"
 makedepends="ocaml"
-depends="tesseract-ocr ImageMagick ghostscript poppler-utils unpaper"
+depends="tesseract-ocr ImageMagick ghostscript poppler unpaper"
 short_desc="CLI tool which is useful to add OCR to scanned books or journals"
 maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="GPL-2.0-only"

From a9b8d9b9196551ab2e19da5e70bf5727218ae9de Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 30 Jun 2023 23:19:56 +0100
Subject: [PATCH 4/4] xpdf: poppler-utils -> poppler

---
 srcpkgs/xpdf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xpdf/template b/srcpkgs/xpdf/template
index 854150d56eb5..6309c5c8f778 100644
--- a/srcpkgs/xpdf/template
+++ b/srcpkgs/xpdf/template
@@ -25,7 +25,7 @@ post_install() {
 	# copy sample xpdfrc
 	vmkdir etc
 	vinstall doc/sample-xpdfrc 644 etc xpdfrc
-	# already in poppler-utils
+	# already in poppler
 	rm $DESTDIR/usr/bin/pdf*
 	rm $DESTDIR/usr/share/man/man1/pdf*
 }

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

* Re: [PR PATCH] [Merged]: poppler-utils -> poppler
  2023-06-30 22:21 [PR PATCH] poppler-utils -> poppler mhmdanas
@ 2023-07-01 21:52 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2023-07-01 21:52 UTC (permalink / raw)
  To: ml

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

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

poppler-utils -> poppler
https://github.com/void-linux/void-packages/pull/44752

Description:
poppler-utils is just a transitional package that points to poppler anyway.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-07-01 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30 22:21 [PR PATCH] poppler-utils -> poppler mhmdanas
2023-07-01 21:52 ` [PR PATCH] [Merged]: " Chocimier

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