[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-12-02 Thread Andreas Radke via arch-commits
Date: Wednesday, December 2, 2020 @ 17:08:13
  Author: andyrtr
Revision: 402799

upgpkg: cups-filters 1.28.6-1: upstream update 1.28.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 16:36:20 UTC (rev 402798)
+++ PKGBUILD2020-12-02 17:08:13 UTC (rev 402799)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.5
-pkgrel=3
+pkgver=1.28.6
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8425fc7bcbf50794264ab30239003936f88c38a2d6bf08e1eb14bc8c928f60f')
+sha256sums=('756b433cac3718e492d1da58859461862ec70bd863dbd2d4d221ab724f145f6c')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-11-17 Thread Andreas Radke via arch-commits
Date: Tuesday, November 17, 2020 @ 18:40:11
  Author: andyrtr
Revision: 401315

upgpkg: cups-filters 1.28.5-3: avoid overlinking

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 16:40:19 UTC (rev 401314)
+++ PKGBUILD2020-11-17 18:40:11 UTC (rev 401315)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.28.5
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -30,6 +30,7 @@
 --with-browseremoteprotocols=DNSSD,CUPS \
 --enable-auto-setup-driverless \
 --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-11-15 Thread Andreas Radke via arch-commits
Date: Sunday, November 15, 2020 @ 12:51:09
  Author: andyrtr
Revision: 401141

upgpkg: cups-filters 1.28.5-2: adopt modified cups service file name

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-15 12:49:26 UTC (rev 401140)
+++ PKGBUILD2020-11-15 12:51:09 UTC (rev 401141)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.28.5
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -45,7 +45,7 @@
   # add upstream systemd support file
   install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
   sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  #sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
   
   # use cups group from cups pkg FS#56818
   chgrp -R 209 "${pkgdir}"/etc/cups


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-10-13 Thread Andreas Radke via arch-commits
Date: Tuesday, October 13, 2020 @ 11:31:50
  Author: andyrtr
Revision: 398119

upgpkg: cups-filters 1.28.5-1: upstream update 1.28.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 11:29:15 UTC (rev 398118)
+++ PKGBUILD2020-10-13 11:31:50 UTC (rev 398119)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.4
+pkgver=1.28.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('0ce26cb7ba469b61699e763e9046877bc97f4112acb951138296a5ea8a2c12ba')
+sha256sums=('a8425fc7bcbf50794264ab30239003936f88c38a2d6bf08e1eb14bc8c928f60f')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-10-08 Thread Andreas Radke via arch-commits
Date: Thursday, October 8, 2020 @ 16:12:51
  Author: andyrtr
Revision: 397572

upgpkg: cups-filters 1.28.4-1: upstream update 1.28.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 16:12:34 UTC (rev 397571)
+++ PKGBUILD2020-10-08 16:12:51 UTC (rev 397572)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.3
+pkgver=1.28.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('4a786a16a9f1336ccc640c608aef708ba5d507caada53470ce8c1694877b5941')
+sha256sums=('0ce26cb7ba469b61699e763e9046877bc97f4112acb951138296a5ea8a2c12ba')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:34:10
  Author: andyrtr
Revision: 396455

upgpkg: cups-filters 1.28.3-1: upstream update 1.28.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 08:11:30 UTC (rev 396454)
+++ PKGBUILD2020-09-24 11:34:10 UTC (rev 396455)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.2
+pkgver=1.28.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
+sha256sums=('4a786a16a9f1336ccc640c608aef708ba5d507caada53470ce8c1694877b5941')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-09-11 Thread Andreas Radke via arch-commits
Date: Friday, September 11, 2020 @ 17:54:41
  Author: andyrtr
Revision: 395768

upgpkg: cups-filters 1.28.2-1: upstream update 1.28.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-11 14:54:36 UTC (rev 395767)
+++ PKGBUILD2020-09-11 17:54:41 UTC (rev 395768)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.1
+pkgver=1.28.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
+sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-08-27 Thread Andreas Radke via arch-commits
Date: Thursday, August 27, 2020 @ 06:53:44
  Author: andyrtr
Revision: 394754

upgpkg: cups-filters 1.28.1-1: upstream update 1.28.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-26 22:45:24 UTC (rev 394753)
+++ PKGBUILD2020-08-27 06:53:44 UTC (rev 394754)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.0
+pkgver=1.28.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
+sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 18:55:38
  Author: andyrtr
Revision: 394709

upgpkg: cups-filters 1.28.0-1: upstream update 1.28.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 17:25:11 UTC (rev 394708)
+++ PKGBUILD2020-08-25 18:55:38 UTC (rev 394709)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.5
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e')
+sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-06-05 Thread Andreas Radke via arch-commits
Date: Friday, June 5, 2020 @ 15:04:04
  Author: andyrtr
Revision: 388351

upgpkg: cups-filters 1.27.5-1: upstream update 1.27.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-05 14:03:00 UTC (rev 388350)
+++ PKGBUILD2020-06-05 15:04:04 UTC (rev 388351)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.4
+pkgver=1.27.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84')
+sha256sums=('a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-05-04 Thread Andreas Radke via arch-commits
Date: Monday, May 4, 2020 @ 10:10:49
  Author: andyrtr
Revision: 382216

docx2txt is now in community repo

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 09:24:15 UTC (rev 382215)
+++ PKGBUILD2020-05-04 10:10:49 UTC (rev 382216)
@@ -13,7 +13,8 @@
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
 sha256sums=('0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84')


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-04-11 Thread Andreas Radke via arch-commits
Date: Saturday, April 11, 2020 @ 09:40:04
  Author: andyrtr
Revision: 380065

upgpkg: cups-filters 1.27.4-1: upstream update 1.27.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 09:40:04 UTC (rev 380064)
+++ PKGBUILD2020-04-11 09:40:04 UTC (rev 380065)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.3
-pkgrel=2
+pkgver=1.27.4
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a292ec9aa6826ceb9152401586024eedbd912a97a39f546d50ffda1170436298')
+sha256sums=('0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-04-07 Thread Andreas Radke via arch-commits
Date: Tuesday, April 7, 2020 @ 09:35:48
  Author: andyrtr
Revision: 379738

upgpkg: cups-filters 1.27.3-2: qpdf 10.0.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-07 09:32:21 UTC (rev 379737)
+++ PKGBUILD2020-04-07 09:35:48 UTC (rev 379738)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.27.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-03-21 Thread Andreas Radke via arch-commits
Date: Saturday, March 21, 2020 @ 10:14:23
  Author: andyrtr
Revision: 378232

upgpkg: cups-filters 1.27.3-1: upstream update 1.27.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 10:14:13 UTC (rev 378231)
+++ PKGBUILD2020-03-21 10:14:23 UTC (rev 378232)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.2
+pkgver=1.27.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7ad7ccda10340e468b9a45429baa54b84af8a170016cab89a3b5e404a97fa25')
+sha256sums=('a292ec9aa6826ceb9152401586024eedbd912a97a39f546d50ffda1170436298')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-02-29 Thread Andreas Radke via arch-commits
Date: Saturday, February 29, 2020 @ 11:30:29
  Author: andyrtr
Revision: 376399

upgpkg: cups-filters 1.27.2-1: upstream update 1.27.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 08:46:22 UTC (rev 376398)
+++ PKGBUILD2020-02-29 11:30:29 UTC (rev 376399)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.1
+pkgver=1.27.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('3553726879a063d2a709a509328190bf3b62f36f05c66b299cf9b65c6726f636')
+sha256sums=('f7ad7ccda10340e468b9a45429baa54b84af8a170016cab89a3b5e404a97fa25')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-02-17 Thread Andreas Radke via arch-commits
Date: Monday, February 17, 2020 @ 15:34:20
  Author: andyrtr
Revision: 375749

upgpkg: cups-filters 1.27.1-1: upstream update 1.27.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-17 14:17:38 UTC (rev 375748)
+++ PKGBUILD2020-02-17 15:34:20 UTC (rev 375749)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.0
+pkgver=1.27.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ae3cb322baac1a873d583834393e42ae5e2790e1f161a59117870b144f63404')
+sha256sums=('3553726879a063d2a709a509328190bf3b62f36f05c66b299cf9b65c6726f636')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-01-27 Thread Andreas Radke via arch-commits
Date: Monday, January 27, 2020 @ 20:50:02
  Author: andyrtr
Revision: 374106

upgpkg: cups-filters 1.27.0-1: upstream update 1.27.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 20:45:43 UTC (rev 374105)
+++ PKGBUILD2020-01-27 20:50:02 UTC (rev 374106)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.26.2
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('e1765f650f2d64becbcdc43fdf45c20550f9b27e82a0c1df0987d4c1df371da9')
+sha256sums=('4ae3cb322baac1a873d583834393e42ae5e2790e1f161a59117870b144f63404')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-01-14 Thread Andreas Radke via arch-commits
Date: Tuesday, January 14, 2020 @ 17:43:12
  Author: andyrtr
Revision: 373470

upgpkg: cups-filters 1.26.2-1: upstream update 1.26.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:31:07 UTC (rev 373469)
+++ PKGBUILD2020-01-14 17:43:12 UTC (rev 373470)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.26.1
+pkgver=1.26.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b703d2c4bbcbb6b632b7e9b093580d852ad6fefdac2e81fd355a1373caac9450')
+sha256sums=('e1765f650f2d64becbcdc43fdf45c20550f9b27e82a0c1df0987d4c1df371da9')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2020-01-04 Thread Andreas Radke via arch-commits
Date: Saturday, January 4, 2020 @ 10:23:12
  Author: andyrtr
Revision: 372545

upgpkg: cups-filters 1.26.1-1: upstream update 1.26.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 10:18:45 UTC (rev 372544)
+++ PKGBUILD2020-01-04 10:23:12 UTC (rev 372545)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.26.0
+pkgver=1.26.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07')
+sha256sums=('b703d2c4bbcbb6b632b7e9b093580d852ad6fefdac2e81fd355a1373caac9450')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-12-15 Thread Andreas Radke via arch-commits
Date: Sunday, December 15, 2019 @ 20:30:57
  Author: andyrtr
Revision: 371542

upgpkg: cups-filters 1.26.0-1: upstream update 1.26.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-15 20:26:00 UTC (rev 371541)
+++ PKGBUILD2019-12-15 20:30:57 UTC (rev 371542)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.13
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc')
+sha256sums=('d63077455788372d2ea4cd3e248ce660e92b04fd9f28a05906e98e3a7b165f07')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-12-03 Thread Andreas Radke via arch-commits
Date: Tuesday, December 3, 2019 @ 19:11:50
  Author: andyrtr
Revision: 370322

upgpkg: cups-filters 1.25.13-1: upstream update 1.25.13

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 18:26:32 UTC (rev 370321)
+++ PKGBUILD2019-12-03 19:11:50 UTC (rev 370322)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.12
+pkgver=1.25.13
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ab7cae1e17752be5c686d70a8d98ff9a2b7eb0b5fe62c768fbfb18022862cf')
+sha256sums=('5272ed6c58c3291527c6d0dacb719a253b621fc0e9462be8dfdf9b7bcd3d6bfc')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-11-13 Thread Andreas Radke via arch-commits
Date: Thursday, November 14, 2019 @ 06:40:57
  Author: andyrtr
Revision: 368472

upgpkg: cups-filters 1.25.12-1

upstream update 1.25.12

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-14 00:55:25 UTC (rev 368471)
+++ PKGBUILD2019-11-14 06:40:57 UTC (rev 368472)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.11
+pkgver=1.25.12
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b03b1041eae3b91c98c53102d9b7bcfa05d2580024d91de918a8b84c729e285a')
+sha256sums=('16ab7cae1e17752be5c686d70a8d98ff9a2b7eb0b5fe62c768fbfb18022862cf')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-10-10 Thread Andreas Radke via arch-commits
Date: Thursday, October 10, 2019 @ 13:23:31
  Author: andyrtr
Revision: 364566

upgpkg: cups-filters 1.25.11-1

upstream update 1.25.11

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 12:15:13 UTC (rev 364565)
+++ PKGBUILD2019-10-10 13:23:31 UTC (rev 364566)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.9
+pkgver=1.25.11
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('296629131fdca53c784a3137b8a1d382f1d3808eb220c8e6c594cbe373d54d3c')
+sha256sums=('b03b1041eae3b91c98c53102d9b7bcfa05d2580024d91de918a8b84c729e285a')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-10-09 Thread Andreas Radke via arch-commits
Date: Wednesday, October 9, 2019 @ 17:33:41
  Author: andyrtr
Revision: 364272

upgpkg: cups-filters 1.25.9-1

upstream update 1.25.9

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 17:23:33 UTC (rev 364271)
+++ PKGBUILD2019-10-09 17:33:41 UTC (rev 364272)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.7
+pkgver=1.25.9
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6992f8857b282a17eaf622f04ce41ed62cef5fa84113c4e1b09113728059b404')
+sha256sums=('296629131fdca53c784a3137b8a1d382f1d3808eb220c8e6c594cbe373d54d3c')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-10-08 Thread Andreas Radke via arch-commits
Date: Tuesday, October 8, 2019 @ 15:41:52
  Author: andyrtr
Revision: 364178

upgpkg: cups-filters 1.25.7-1

upstream update 1.25.7

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 15:20:40 UTC (rev 364177)
+++ PKGBUILD2019-10-08 15:41:52 UTC (rev 364178)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.6
+pkgver=1.25.7
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('92d40b647cbeda683645a1ef98c0f234fdfd3a34a861ebf93da1a22be499f2dd')
+sha256sums=('6992f8857b282a17eaf622f04ce41ed62cef5fa84113c4e1b09113728059b404')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-09-24 Thread Andreas Radke via arch-commits
Date: Tuesday, September 24, 2019 @ 11:57:39
  Author: andyrtr
Revision: 363342

upgpkg: cups-filters 1.25.6-1

upstream update 1.25.6

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-24 11:55:34 UTC (rev 363341)
+++ PKGBUILD2019-09-24 11:57:39 UTC (rev 363342)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.5
+pkgver=1.25.6
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f')
+sha256sums=('92d40b647cbeda683645a1ef98c0f234fdfd3a34a861ebf93da1a22be499f2dd')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-09-23 Thread Andreas Radke via arch-commits
Date: Monday, September 23, 2019 @ 18:59:24
  Author: andyrtr
Revision: 363287

fix quoting

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-23 18:55:43 UTC (rev 363286)
+++ PKGBUILD2019-09-23 18:59:24 UTC (rev 363287)
@@ -19,7 +19,7 @@
 sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \
@@ -33,21 +33,21 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname"-$pkgver
   make DESTDIR="$pkgdir/" install
   
   # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
   
   # use cups group from cups pkg FS#56818
-  chgrp -R 209 ${pkgdir}/etc/cups
+  chgrp -R 209 "${pkgdir}"/etc/cups
 
   # license
   mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}


[arch-commits] Commit in cups-filters/trunk (PKGBUILD qpdf-9.0.0-buildfix.diff)

2019-09-06 Thread Andreas Radke via arch-commits
Date: Friday, September 6, 2019 @ 15:46:44
  Author: andyrtr
Revision: 361980

upgpkg: cups-filters 1.25.5-1

upstream update 1.25.5

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/qpdf-9.0.0-buildfix.diff

--+
 PKGBUILD |   16 
 qpdf-9.0.0-buildfix.diff |   12 
 2 files changed, 4 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-06 15:02:42 UTC (rev 361979)
+++ PKGBUILD2019-09-06 15:46:44 UTC (rev 361980)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.4
-pkgrel=2
+pkgver=1.25.5
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -15,17 +15,9 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-qpdf-9.0.0-buildfix.diff)
-sha256sums=('cc6bffcbbc0bf827d796f206f070abf7105275c1cb07a2e19a95820e18ba8153'
-'d9fe460d971ad2dc868d0633d9e7dd1ea9c0df66c050bf1dcd8c8f43ea9198d6')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6e80020aef4fd2ad62674cfde1d68ebadd56ca170293fcba023d4628bef3c1f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build with qpdf 9.x
-  patch -Np1 -i ../qpdf-9.0.0-buildfix.diff
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: qpdf-9.0.0-buildfix.diff
===
--- qpdf-9.0.0-buildfix.diff2019-09-06 15:02:42 UTC (rev 361979)
+++ qpdf-9.0.0-buildfix.diff2019-09-06 15:46:44 UTC (rev 361980)
@@ -1,12 +0,0 @@
-diff --git a/filter/pdf.cxx b/filter/pdf.cxx
-index 5b212ca9..f12607f8 100644
 a/filter/pdf.cxx
-+++ b/filter/pdf.cxx
-@@ -20,6 +20,7 @@
- #include "pdf.h"
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 


[arch-commits] Commit in cups-filters/trunk (PKGBUILD qpdf-9.0.0-buildfix.diff)

2019-09-05 Thread Andreas Radke via arch-commits
Date: Thursday, September 5, 2019 @ 08:23:13
  Author: andyrtr
Revision: 361632

upgpkg: cups-filters 1.25.4-2

qpdf 9.0.0 rebuild

Added:
  cups-filters/trunk/qpdf-9.0.0-buildfix.diff
Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 qpdf-9.0.0-buildfix.diff |   12 
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 08:17:44 UTC (rev 361631)
+++ PKGBUILD2019-09-05 08:23:13 UTC (rev 361632)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.25.4
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -15,9 +15,17 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('cc6bffcbbc0bf827d796f206f070abf7105275c1cb07a2e19a95820e18ba8153')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
+qpdf-9.0.0-buildfix.diff)
+sha256sums=('cc6bffcbbc0bf827d796f206f070abf7105275c1cb07a2e19a95820e18ba8153'
+'d9fe460d971ad2dc868d0633d9e7dd1ea9c0df66c050bf1dcd8c8f43ea9198d6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build with qpdf 9.x
+  patch -Np1 -i ../qpdf-9.0.0-buildfix.diff
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Added: qpdf-9.0.0-buildfix.diff
===
--- qpdf-9.0.0-buildfix.diff(rev 0)
+++ qpdf-9.0.0-buildfix.diff2019-09-05 08:23:13 UTC (rev 361632)
@@ -0,0 +1,12 @@
+diff --git a/filter/pdf.cxx b/filter/pdf.cxx
+index 5b212ca9..f12607f8 100644
+--- a/filter/pdf.cxx
 b/filter/pdf.cxx
+@@ -20,6 +20,7 @@
+ #include "pdf.h"
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-08-30 Thread Andreas Radke via arch-commits
Date: Friday, August 30, 2019 @ 11:51:38
  Author: andyrtr
Revision: 361419

upgpkg: cups-filters 1.25.4-1

upstream update 1.25.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-30 07:52:02 UTC (rev 361418)
+++ PKGBUILD2019-08-30 11:51:38 UTC (rev 361419)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.3
+pkgver=1.25.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ca91690864bf055dc77ece4b1054f93a2aadee5cb4e7b08bf278d3e6c41ab0e')
+sha256sums=('cc6bffcbbc0bf827d796f206f070abf7105275c1cb07a2e19a95820e18ba8153')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-08-21 Thread Andreas Radke via arch-commits
Date: Thursday, August 22, 2019 @ 05:30:14
  Author: andyrtr
Revision: 360546

upgpkg: cups-filters 1.25.3-1

upstream update 1.25.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-22 02:31:21 UTC (rev 360545)
+++ PKGBUILD2019-08-22 05:30:14 UTC (rev 360546)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.2
+pkgver=1.25.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('c1f172afdc060d105a80ef8e8123fd2c0d9f2fabf8c7c38f5abdace576d82e0e')
+sha256sums=('3ca91690864bf055dc77ece4b1054f93a2aadee5cb4e7b08bf278d3e6c41ab0e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-08-17 Thread Andreas Radke via arch-commits
Date: Saturday, August 17, 2019 @ 12:19:32
  Author: andyrtr
Revision: 359916

upgpkg: cups-filters 1.25.2-1

upstream update 1.25.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-17 03:03:30 UTC (rev 359915)
+++ PKGBUILD2019-08-17 12:19:32 UTC (rev 359916)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.1
+pkgver=1.25.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('1a09cc121d76f762e4bed6d3499499957935cbf3b5ec06765bd932692521985a')
+sha256sums=('c1f172afdc060d105a80ef8e8123fd2c0d9f2fabf8c7c38f5abdace576d82e0e')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-07-06 Thread Andreas Radke via arch-commits
Date: Saturday, July 6, 2019 @ 06:35:20
  Author: andyrtr
Revision: 357333

upgpkg: cups-filters 1.25.1-1

upstream update 1.25.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-05 18:24:43 UTC (rev 357332)
+++ PKGBUILD2019-07-06 06:35:20 UTC (rev 357333)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.25.0
+pkgver=1.25.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,14 +16,10 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('8119149a8b61466e94c141205a5a9d2de798fe7a932a260ce2d66f8f30d351d1')
+sha256sums=('1a09cc121d76f762e4bed6d3499499957935cbf3b5ec06765bd932692521985a')
 
 build() {
   cd $pkgname-$pkgver
-
-  # Ignore const-related errors (remove once fixed upstream)
-#  CXXFLAGS+=' -fpermissive'
-
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-06-06 Thread Andreas Radke via arch-commits
Date: Friday, June 7, 2019 @ 05:40:27
  Author: andyrtr
Revision: 355301

upgpkg: cups-filters 1.25.0-1

upstream update 1.25.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 02:36:04 UTC (rev 355300)
+++ PKGBUILD2019-06-07 05:40:27 UTC (rev 355301)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.24.0
+pkgver=1.25.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,13 +16,13 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('f7dce385e3050b2f270a9a1c0aad9de1351446fa74cf0e6768cbeb5af4382412')
+sha256sums=('8119149a8b61466e94c141205a5a9d2de798fe7a932a260ce2d66f8f30d351d1')
 
 build() {
   cd $pkgname-$pkgver
 
   # Ignore const-related errors (remove once fixed upstream)
-  CXXFLAGS+=' -fpermissive'
+#  CXXFLAGS+=' -fpermissive'
 
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-06-04 Thread Andreas Radke via arch-commits
Date: Tuesday, June 4, 2019 @ 12:11:24
  Author: andyrtr
Revision: 354784

upgpkg: cups-filters 1.24.0-1

upstream update 1.24.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-04 12:11:21 UTC (rev 354783)
+++ PKGBUILD2019-06-04 12:11:24 UTC (rev 354784)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.23.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('e21603d2273ffd3576228f240057c1b48cb5b2a21d9e6bd69adbb53980ebdfd3')
+sha256sums=('f7dce385e3050b2f270a9a1c0aad9de1351446fa74cf0e6768cbeb5af4382412')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-05-16 Thread Andreas Radke via arch-commits
Date: Thursday, May 16, 2019 @ 17:30:23
  Author: andyrtr
Revision: 353467

upgpkg: cups-filters 1.23.0-1

upstream update 1.23.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 15:54:20 UTC (rev 353466)
+++ PKGBUILD2019-05-16 17:30:23 UTC (rev 353467)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.5
-pkgrel=2
+pkgver=1.23.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6')
+sha256sums=('e21603d2273ffd3576228f240057c1b48cb5b2a21d9e6bd69adbb53980ebdfd3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-04-23 Thread Felix Yan via arch-commits
Date: Tuesday, April 23, 2019 @ 20:24:13
  Author: felixonmars
Revision: 352020

poppler 0.76.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-23 20:22:43 UTC (rev 352019)
+++ PKGBUILD2019-04-23 20:24:13 UTC (rev 352020)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.22.5
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-04-07 Thread Andreas Radke via arch-commits
Date: Sunday, April 7, 2019 @ 15:04:27
  Author: andyrtr
Revision: 350306

upgpkg: cups-filters 1.22.5-1

upstream update 1.22.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-07 14:16:28 UTC (rev 350305)
+++ PKGBUILD2019-04-07 15:04:27 UTC (rev 350306)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.4
+pkgver=1.22.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
+sha256sums=('30d453a2152f0b3032126720aecfe35d5c3adc00d9f32f0320da492e92f707a6')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-04-05 Thread Andreas Radke via arch-commits
Date: Friday, April 5, 2019 @ 20:13:39
  Author: andyrtr
Revision: 350152

upgpkg: cups-filters 1.22.4-1

upstream update 1.22.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-05 19:25:12 UTC (rev 350151)
+++ PKGBUILD2019-04-05 20:13:39 UTC (rev 350152)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.3
+pkgver=1.22.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('43024dbf6c2d1a14c8306fb7744f1e693e6a99dc9441bfd187070f0ad0a67187')
+sha256sums=('58a049aa7f371028e5695f80c83f09774dfda9f02e589ca2f1d6ca66050883c4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-03-26 Thread Andreas Radke via arch-commits
Date: Tuesday, March 26, 2019 @ 14:03:57
  Author: andyrtr
Revision: 349231

upgpkg: cups-filters 1.22.3-1

upstream update 1.22.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 13:39:54 UTC (rev 349230)
+++ PKGBUILD2019-03-26 14:03:57 UTC (rev 349231)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.2
-pkgrel=2
+pkgver=1.22.3
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('9c21004147775b3da7208cc72c24de4d5d5c4f70275859c7e77a9e6b361ffe19')
+sha256sums=('43024dbf6c2d1a14c8306fb7744f1e693e6a99dc9441bfd187070f0ad0a67187')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-03-21 Thread Evangelos Foutras via arch-commits
Date: Thursday, March 21, 2019 @ 20:47:31
  Author: foutrelis
Revision: 348835

poppler 0.75.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-21 20:36:23 UTC (rev 348834)
+++ PKGBUILD2019-03-21 20:47:31 UTC (rev 348835)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.22.2
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-03-15 Thread Andreas Radke via arch-commits
Date: Friday, March 15, 2019 @ 20:33:10
  Author: andyrtr
Revision: 348355

upgpkg: cups-filters 1.22.2-1

upstream update 1.22.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 20:32:07 UTC (rev 348354)
+++ PKGBUILD2019-03-15 20:33:10 UTC (rev 348355)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e684f2f99a7b2e1051668f837a8aa62660befbae3ed89b771b41fa6ea7d5f23')
+sha256sums=('9c21004147775b3da7208cc72c24de4d5d5c4f70275859c7e77a9e6b361ffe19')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-02-15 Thread Andreas Radke via arch-commits
Date: Friday, February 15, 2019 @ 19:10:42
  Author: andyrtr
Revision: 346326

upgpkg: cups-filters 1.22.1-1

upstream update 1.22.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-15 19:01:09 UTC (rev 346325)
+++ PKGBUILD2019-02-15 19:10:42 UTC (rev 346326)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.22.0
-pkgrel=2
+pkgver=1.22.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d')
+sha256sums=('7e684f2f99a7b2e1051668f837a8aa62660befbae3ed89b771b41fa6ea7d5f23')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 21:58:23
  Author: foutrelis
Revision: 345669

poppler 0.74.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 21:37:22 UTC (rev 345668)
+++ PKGBUILD2019-02-08 21:58:23 UTC (rev 345669)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-01-20 Thread Andreas Radke via arch-commits
Date: Sunday, January 20, 2019 @ 16:21:37
  Author: andyrtr
Revision: 344537

upgpkg: cups-filters 1.22.0-1

upstream update 1.22.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 13:35:04 UTC (rev 344536)
+++ PKGBUILD2019-01-20 16:21:37 UTC (rev 344537)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.6
-pkgrel=2
+pkgver=1.22.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('630e5dbcfe4fa50a726b193223604831a928a2fac9ef84022118aa05c84d1d4c')
+sha256sums=('443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2019-01-19 Thread Felix Yan via arch-commits
Date: Saturday, January 19, 2019 @ 11:37:24
  Author: felixonmars
Revision: 344472

poppler 0.73.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-19 11:33:46 UTC (rev 344471)
+++ PKGBUILD2019-01-19 11:37:24 UTC (rev 344472)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.21.6
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-12-18 Thread Andreas Radke via arch-commits
Date: Tuesday, December 18, 2018 @ 21:25:06
  Author: andyrtr
Revision: 342535

upgpkg: cups-filters 1.21.6-1

upstream update 1.21.6

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 20:57:57 UTC (rev 342534)
+++ PKGBUILD2018-12-18 21:25:06 UTC (rev 342535)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.5
-pkgrel=2
+pkgver=1.21.6
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('389ba80917e9a2157a3af8c0b7d8b80db34a22e22beffab67928783c8f4cf82b')
+sha256sums=('630e5dbcfe4fa50a726b193223604831a928a2fac9ef84022118aa05c84d1d4c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-12-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 13, 2018 @ 16:32:11
  Author: foutrelis
Revision: 342078

poppler 0.72.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-13 16:13:44 UTC (rev 342077)
+++ PKGBUILD2018-12-13 16:32:11 UTC (rev 342078)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.21.5
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD cups-filters-poppler-0.71.patch)

2018-12-06 Thread Andreas Radke via arch-commits
Date: Thursday, December 6, 2018 @ 13:31:13
  Author: andyrtr
Revision: 341194

upgpkg: cups-filters 1.21.5-1

upstream update 1.21.5

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/cups-filters-poppler-0.71.patch

-+
 PKGBUILD|   13 
 cups-filters-poppler-0.71.patch | 2149 --
 2 files changed, 3 insertions(+), 2159 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-06 11:28:48 UTC (rev 341193)
+++ PKGBUILD2018-12-06 13:31:13 UTC (rev 341194)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.4
+pkgver=1.21.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -15,16 +15,9 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-cups-filters-poppler-0.71.patch)
-sha256sums=('708dc6498361dd45e14a44c4fc182266fef24fe5e473ae01534423ac76f566dc'
-'48df7e70e9835999affdbd8291e6d8e4997818a372aafaa352977b66b24b9735')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('389ba80917e9a2157a3af8c0b7d8b80db34a22e22beffab67928783c8f4cf82b')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../cups-filters-poppler-0.71.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 

Deleted: cups-filters-poppler-0.71.patch
===
--- cups-filters-poppler-0.71.patch 2018-12-06 11:28:48 UTC (rev 341193)
+++ cups-filters-poppler-0.71.patch 2018-12-06 13:31:13 UTC (rev 341194)
@@ -1,2149 +0,0 @@
-diff --git a/filter/pdftoijs.cxx b/filter/pdftoijs.cxx
-index dd6b6fa0..a9812be5 100644
 a/filter/pdftoijs.cxx
-+++ b/filter/pdftoijs.cxx
-@@ -293,7 +293,7 @@ int main(int argc, char *argv[]) {
-   int job_id;
-   enum SplashColorMode cmode;
-   int rowpad;
--  GBool reverseVideo;
-+  bool reverseVideo;
- 
- #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
-   setErrorCallback(::myErrorFun,NULL);
-@@ -380,7 +380,7 @@ int main(int argc, char *argv[]) {
-   /* set image's values */
-   int numChan,bitsPerSample;
-   const char *devName;
--  reverseVideo = gFalse;
-+  reverseVideo = false;
-   switch (colspace) {
-   case COL_RGB:
- numChan=3;
-@@ -394,7 +394,7 @@ int main(int argc, char *argv[]) {
- paperColor[2] = 255;
- break;
-   case COL_BLACK1:
--reverseVideo = gTrue;
-+reverseVideo = true;
-   case COL_WHITE1:
- numChan=1;
- bitsPerSample=1;
-@@ -405,7 +405,7 @@ int main(int argc, char *argv[]) {
- rowpad = 1;
- break;
-   case COL_BLACK8:
--reverseVideo = gTrue;
-+reverseVideo = true;
-   case COL_WHITE8:
- numChan=1;
- bitsPerSample=8;
-@@ -436,9 +436,9 @@ int main(int argc, char *argv[]) {
-   }
- 
-   out = new SplashOutputDev(cmode,rowpad/* row padding */,
--reverseVideo,paperColor,gTrue
-+reverseVideo,paperColor,true
- #if POPPLER_VERSION_MAJOR == 0 && POPPLER_VERSION_MINOR <= 30
--,gFalse
-+,false
- #endif
- );
- #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
-@@ -467,7 +467,7 @@ int main(int argc, char *argv[]) {
- SplashBitmap *bitmap;
- unsigned int size;
- 
--
doc->displayPage(out,i,resolution[0],resolution[1],0,gFalse,gFalse,gFalse);
-+doc->displayPage(out,i,resolution[0],resolution[1],0,false,false,false);
- bitmap = out->getBitmap();
- 
- /* set page parameters */
-diff --git a/filter/pdftoopvp/OPVPOutputDev.cxx 
b/filter/pdftoopvp/OPVPOutputDev.cxx
-index 45ebe02c..2875cfe2 100644
 a/filter/pdftoopvp/OPVPOutputDev.cxx
-+++ b/filter/pdftoopvp/OPVPOutputDev.cxx
-@@ -70,7 +70,7 @@ public:
- 
-   ~SplashOutFontFileID() {}
- 
--  GBool matches(SplashFontFileID *id) {
-+  bool matches(SplashFontFileID *id) {
- return ((SplashOutFontFileID *)id)->r.num == r.num &&
-((SplashOutFontFileID *)id)->r.gen == r.gen;
-   }
-@@ -99,9 +99,9 @@ public:
-   T3FontCache(Ref *fontID, double m11A, double m12A,
- double m21A, double m22A,
- int glyphXA, int glyphYA, int glyphWA, int glyphHA,
--GBool aa);
-+bool aa);
-   ~T3FontCache();
--  GBool matches(Ref *idA, double m11A, double m12A,
-+  bool matches(Ref *idA, double m11A, double m12A,
-   double m21A, double m22A)
- { return fontID.num == idA->num && fontID.gen == idA->gen &&
-m11 == m11A && m12 == m12A && m21 == m21A && m22 == m22A; }
-@@ -120,7 +120,7 @@ public:
- T3FontCache::T3FontCache(Ref *fontIDA, double m11A, double m12A,
-double m21A, double m22A,
-int glyphXA, int glyphYA, int 

[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-11-26 Thread Andreas Radke via arch-commits
Date: Monday, November 26, 2018 @ 20:02:10
  Author: andyrtr
Revision: 340416

upgpkg: cups-filters 1.21.4-1

upstream update 1.21.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 19:22:28 UTC (rev 340415)
+++ PKGBUILD2018-11-26 20:02:10 UTC (rev 340416)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.3
-pkgrel=3
+pkgver=1.21.4
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,15 +16,12 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-
cups-filters-poppler-0.69.0.patch::https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch
 cups-filters-poppler-0.71.patch)
-sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0'
-'c68a773ec7d44f2ad532fbe1d6cb3e4825300dcb626461d4bebdce911da24f1a'
+sha256sums=('708dc6498361dd45e14a44c4fc182266fef24fe5e473ae01534423ac76f566dc'
 '48df7e70e9835999affdbd8291e6d8e4997818a372aafaa352977b66b24b9735')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../cups-filters-poppler-0.69.0.patch
   patch -p1 -i ../cups-filters-poppler-0.71.patch
 }
 


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-11-01 Thread Felix Yan via arch-commits
Date: Thursday, November 1, 2018 @ 13:48:03
  Author: felixonmars
Revision: 337688

poppler 0.71.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 13:42:06 UTC (rev 337687)
+++ PKGBUILD2018-11-01 13:48:03 UTC (rev 337688)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.21.3
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD cups-filters-poppler-0.71.patch)

2018-11-01 Thread Antonio Rojas via arch-commits
Date: Thursday, November 1, 2018 @ 13:42:06
  Author: arojas
Revision: 337687

Fix build with poppler 0.71

Added:
  cups-filters/trunk/cups-filters-poppler-0.71.patch
Modified:
  cups-filters/trunk/PKGBUILD

-+
 PKGBUILD|7 
 cups-filters-poppler-0.71.patch | 2149 ++
 2 files changed, 2154 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 12:55:48 UTC (rev 337686)
+++ PKGBUILD2018-11-01 13:42:06 UTC (rev 337687)
@@ -16,13 +16,16 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-
cups-filters-poppler-0.69.0.patch::https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch)
+
cups-filters-poppler-0.69.0.patch::https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch
+cups-filters-poppler-0.71.patch)
 sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0'
-'c68a773ec7d44f2ad532fbe1d6cb3e4825300dcb626461d4bebdce911da24f1a')
+'c68a773ec7d44f2ad532fbe1d6cb3e4825300dcb626461d4bebdce911da24f1a'
+'48df7e70e9835999affdbd8291e6d8e4997818a372aafaa352977b66b24b9735')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../cups-filters-poppler-0.69.0.patch
+  patch -p1 -i ../cups-filters-poppler-0.71.patch
 }
 
 build() {

Added: cups-filters-poppler-0.71.patch
===
--- cups-filters-poppler-0.71.patch (rev 0)
+++ cups-filters-poppler-0.71.patch 2018-11-01 13:42:06 UTC (rev 337687)
@@ -0,0 +1,2149 @@
+diff --git a/filter/pdftoijs.cxx b/filter/pdftoijs.cxx
+index dd6b6fa0..a9812be5 100644
+--- a/filter/pdftoijs.cxx
 b/filter/pdftoijs.cxx
+@@ -293,7 +293,7 @@ int main(int argc, char *argv[]) {
+   int job_id;
+   enum SplashColorMode cmode;
+   int rowpad;
+-  GBool reverseVideo;
++  bool reverseVideo;
+ 
+ #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
+   setErrorCallback(::myErrorFun,NULL);
+@@ -380,7 +380,7 @@ int main(int argc, char *argv[]) {
+   /* set image's values */
+   int numChan,bitsPerSample;
+   const char *devName;
+-  reverseVideo = gFalse;
++  reverseVideo = false;
+   switch (colspace) {
+   case COL_RGB:
+ numChan=3;
+@@ -394,7 +394,7 @@ int main(int argc, char *argv[]) {
+ paperColor[2] = 255;
+ break;
+   case COL_BLACK1:
+-reverseVideo = gTrue;
++reverseVideo = true;
+   case COL_WHITE1:
+ numChan=1;
+ bitsPerSample=1;
+@@ -405,7 +405,7 @@ int main(int argc, char *argv[]) {
+ rowpad = 1;
+ break;
+   case COL_BLACK8:
+-reverseVideo = gTrue;
++reverseVideo = true;
+   case COL_WHITE8:
+ numChan=1;
+ bitsPerSample=8;
+@@ -436,9 +436,9 @@ int main(int argc, char *argv[]) {
+   }
+ 
+   out = new SplashOutputDev(cmode,rowpad/* row padding */,
+-reverseVideo,paperColor,gTrue
++reverseVideo,paperColor,true
+ #if POPPLER_VERSION_MAJOR == 0 && POPPLER_VERSION_MINOR <= 30
+-,gFalse
++,false
+ #endif
+ );
+ #if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 19
+@@ -467,7 +467,7 @@ int main(int argc, char *argv[]) {
+ SplashBitmap *bitmap;
+ unsigned int size;
+ 
+-
doc->displayPage(out,i,resolution[0],resolution[1],0,gFalse,gFalse,gFalse);
++doc->displayPage(out,i,resolution[0],resolution[1],0,false,false,false);
+ bitmap = out->getBitmap();
+ 
+ /* set page parameters */
+diff --git a/filter/pdftoopvp/OPVPOutputDev.cxx 
b/filter/pdftoopvp/OPVPOutputDev.cxx
+index 45ebe02c..2875cfe2 100644
+--- a/filter/pdftoopvp/OPVPOutputDev.cxx
 b/filter/pdftoopvp/OPVPOutputDev.cxx
+@@ -70,7 +70,7 @@ public:
+ 
+   ~SplashOutFontFileID() {}
+ 
+-  GBool matches(SplashFontFileID *id) {
++  bool matches(SplashFontFileID *id) {
+ return ((SplashOutFontFileID *)id)->r.num == r.num &&
+((SplashOutFontFileID *)id)->r.gen == r.gen;
+   }
+@@ -99,9 +99,9 @@ public:
+   T3FontCache(Ref *fontID, double m11A, double m12A,
+ double m21A, double m22A,
+ int glyphXA, int glyphYA, int glyphWA, int glyphHA,
+-GBool aa);
++bool aa);
+   ~T3FontCache();
+-  GBool matches(Ref *idA, double m11A, double m12A,
++  bool matches(Ref *idA, double m11A, double m12A,
+   double m21A, double m22A)
+ { return fontID.num == idA->num && fontID.gen == idA->gen &&
+m11 == m11A && m12 == m12A && m21 == m21A && m22 == m22A; }
+@@ -120,7 +120,7 @@ public:
+ T3FontCache::T3FontCache(Ref *fontIDA, double m11A, double m12A,
+double m21A, double m22A,
+int glyphXA, int glyphYA, int glyphWA, int glyphHA,
+-   GBool aa) {
++ 

[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-10-22 Thread Felix Yan via arch-commits
Date: Monday, October 22, 2018 @ 20:38:21
  Author: felixonmars
Revision: 337079

icu 63.1 / poppler 0.70.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 20:37:16 UTC (rev 337078)
+++ PKGBUILD2018-10-22 20:38:21 UTC (rev 337079)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.21.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-10-22 Thread Evangelos Foutras via arch-commits
Date: Monday, October 22, 2018 @ 20:37:16
  Author: foutrelis
Revision: 337078

Fix build with latest poppler

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 20:25:01 UTC (rev 337077)
+++ PKGBUILD2018-10-22 20:37:16 UTC (rev 337078)
@@ -15,11 +15,22 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
+
cups-filters-poppler-0.69.0.patch::https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch)
+sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0'
+'c68a773ec7d44f2ad532fbe1d6cb3e4825300dcb626461d4bebdce911da24f1a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../cups-filters-poppler-0.69.0.patch
+}
+
 build() {
   cd $pkgname-$pkgver
+
+  # Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
   ./configure --prefix=/usr  \
 --sysconfdir=/etc \
 --sbindir=/usr/bin \


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-10-05 Thread Andreas Radke via arch-commits
Date: Friday, October 5, 2018 @ 21:25:20
  Author: andyrtr
Revision: 335860

upgpkg: cups-filters 1.21.3-1

upstream update 1.21.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-05 21:18:34 UTC (rev 335859)
+++ PKGBUILD2018-10-05 21:25:20 UTC (rev 335860)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.2
+pkgver=1.21.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('2203060fd55406e5454b52a7b4bf8906a29a26fdc5777df75709443a5a78e09b')
+sha256sums=('f5a61222148f68d0afc3bb5960eda167f9bcd0055dcd4c5c4a6909f1a79126e0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-09-03 Thread Andreas Radke via arch-commits
Date: Monday, September 3, 2018 @ 13:49:07
  Author: andyrtr
Revision: 333212

upgpkg: cups-filters 1.21.2-1

upstream update 1.21.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 13:01:53 UTC (rev 333211)
+++ PKGBUILD2018-09-03 13:49:07 UTC (rev 333212)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.1
+pkgver=1.21.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a02e88ed70cae3429591202d43d6100fec3f2c21fd0b9b40a122e11ab6449f7f')
+sha256sums=('2203060fd55406e5454b52a7b4bf8906a29a26fdc5777df75709443a5a78e09b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD fix_segfault.diff)

2018-08-26 Thread Andreas Radke via arch-commits
Date: Sunday, August 26, 2018 @ 11:12:52
  Author: andyrtr
Revision: 333031

upgpkg: cups-filters 1.21.1-1

upstream update 1.21.1

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/fix_segfault.diff

---+
 PKGBUILD  |   16 
 fix_segfault.diff |   28 
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 09:56:17 UTC (rev 333030)
+++ PKGBUILD2018-08-26 11:12:52 UTC (rev 333031)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.21.0
-pkgrel=2
+pkgver=1.21.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,17 +16,9 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-fix_segfault.diff)
-sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b'
-'7de12167759002c863006d6939e995534dbd9cbc6e9de56293c9440518addc59')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('a02e88ed70cae3429591202d43d6100fec3f2c21fd0b9b40a122e11ab6449f7f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # FS#59775
-  patch -Np1 -i ../fix_segfault.diff
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: fix_segfault.diff
===
--- fix_segfault.diff   2018-08-26 09:56:17 UTC (rev 333030)
+++ fix_segfault.diff   2018-08-26 11:12:52 UTC (rev 333031)
@@ -1,28 +0,0 @@
-diff --git a/filter/foomatic-rip/options.c b/filter/foomatic-rip/options.c
-index 14eddc75..0f46855a 100644
 a/filter/foomatic-rip/options.c
-+++ b/filter/foomatic-rip/options.c
-@@ -1031,12 +1031,10 @@ int option_set_value(option_t *opt, int optionset, 
const char *value)
- /* TODO only set the changed option, not all of them */
- choice = option_find_choice(fromopt, 
- option_get_value(fromopt, optionset));
--
- composite_set_values(fromopt, optionset, choice->command);
--}
--else {
-+  free(newvalue);
-+} else
- val->value = newvalue;
--}
- 
- if (option_is_composite(opt)) {
- /* set dependent values */
-@@ -1044,7 +1042,6 @@ int option_set_value(option_t *opt, int optionset, const 
char *value)
- if (choice && !isempty(choice->command))
- composite_set_values(opt, optionset, choice->command);
- }
--free(newvalue);
- return 1;
- }
- 
-


[arch-commits] Commit in cups-filters/trunk (PKGBUILD fix_segfault.diff)

2018-08-25 Thread Andreas Radke via arch-commits
Date: Saturday, August 25, 2018 @ 17:58:52
  Author: andyrtr
Revision: 333011

upgpkg: cups-filters 1.21.0-2

fix segfault - FS#59775

Added:
  cups-filters/trunk/fix_segfault.diff
Modified:
  cups-filters/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 fix_segfault.diff |   28 
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-25 17:44:19 UTC (rev 333010)
+++ PKGBUILD2018-08-25 17:58:52 UTC (rev 333011)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.21.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,9 +16,17 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
+fix_segfault.diff)
+sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b'
+'7de12167759002c863006d6939e995534dbd9cbc6e9de56293c9440518addc59')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # FS#59775
+  patch -Np1 -i ../fix_segfault.diff
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Added: fix_segfault.diff
===
--- fix_segfault.diff   (rev 0)
+++ fix_segfault.diff   2018-08-25 17:58:52 UTC (rev 333011)
@@ -0,0 +1,28 @@
+diff --git a/filter/foomatic-rip/options.c b/filter/foomatic-rip/options.c
+index 14eddc75..0f46855a 100644
+--- a/filter/foomatic-rip/options.c
 b/filter/foomatic-rip/options.c
+@@ -1031,12 +1031,10 @@ int option_set_value(option_t *opt, int optionset, 
const char *value)
+ /* TODO only set the changed option, not all of them */
+ choice = option_find_choice(fromopt, 
+ option_get_value(fromopt, optionset));
+-
+ composite_set_values(fromopt, optionset, choice->command);
+-}
+-else {
++  free(newvalue);
++} else
+ val->value = newvalue;
+-}
+ 
+ if (option_is_composite(opt)) {
+ /* set dependent values */
+@@ -1044,7 +1042,6 @@ int option_set_value(option_t *opt, int optionset, const 
char *value)
+ if (choice && !isempty(choice->command))
+ composite_set_values(opt, optionset, choice->command);
+ }
+-free(newvalue);
+ return 1;
+ }
+ 
+


[arch-commits] Commit in cups-filters/trunk (PKGBUILD goostring-constness.patch)

2018-08-21 Thread Andreas Radke via arch-commits
Date: Tuesday, August 21, 2018 @ 06:26:50
  Author: andyrtr
Revision: 332724

upgpkg: cups-filters 1.21.0-1

upstream update 1.21.0

Modified:
  cups-filters/trunk/PKGBUILD
Deleted:
  cups-filters/trunk/goostring-constness.patch

---+
 PKGBUILD  |   15 ---
 goostring-constness.patch |   25 -
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 23:17:48 UTC (rev 332723)
+++ PKGBUILD2018-08-21 06:26:50 UTC (rev 332724)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.4
-pkgrel=2
+pkgver=1.21.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -16,16 +16,9 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
-goostring-constness.patch)
-sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a'
-'12e342e64d5654b3ab124ace762ed776f924af0bc8bbae223ea01285cd1fa044')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('d1e975eaece2884ffa726f8d57dc249bd220e09cc5bd48ef7a0892987a07493b')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../goostring-constness.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Deleted: goostring-constness.patch
===
--- goostring-constness.patch   2018-08-20 23:17:48 UTC (rev 332723)
+++ goostring-constness.patch   2018-08-21 06:26:50 UTC (rev 332724)
@@ -1,25 +0,0 @@
-From 07a0a423a8469a2dd6d7f64bb3b62ba6ac42cc28 Mon Sep 17 00:00:00 2001
-From: Lars Wendler 
-Date: Fri, 20 Jul 2018 15:20:11 +0200
-Subject: [PATCH] GooString needs to be const since >=poppler-0.64.0
-
-This only fails with >=poppler-0.67.0 but the change to const was done
-in 0.64.0

- filter/pdf.cxx | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/filter/pdf.cxx b/filter/pdf.cxx
-index 206ccf88..665eab09 100644
 a/filter/pdf.cxx
-+++ b/filter/pdf.cxx
-@@ -734,6 +734,9 @@ extern "C" int pdf_fill_form(pdf_t *doc, opt_t *opt)
- }
- 
- FormField *ff = fm_text->getField();
-+#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 64
-+const
-+#endif
- GooString *field_name;
- field_name = ff->getFullyQualifiedName();
- if ( ! field_name )


[arch-commits] Commit in cups-filters/trunk (PKGBUILD goostring-constness.patch)

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 16:49:30
  Author: foutrelis
Revision: 331015

Fix build with poppler 0.67.0

Added:
  cups-filters/trunk/goostring-constness.patch
Modified:
  cups-filters/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 goostring-constness.patch |   25 +
 2 files changed, 34 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 16:37:32 UTC (rev 331014)
+++ PKGBUILD2018-08-06 16:49:30 UTC (rev 331015)
@@ -16,9 +16,16 @@
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a')
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz
+goostring-constness.patch)
+sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a'
+'12e342e64d5654b3ab124ace762ed776f924af0bc8bbae223ea01285cd1fa044')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../goostring-constness.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr  \

Added: goostring-constness.patch
===
--- goostring-constness.patch   (rev 0)
+++ goostring-constness.patch   2018-08-06 16:49:30 UTC (rev 331015)
@@ -0,0 +1,25 @@
+From 07a0a423a8469a2dd6d7f64bb3b62ba6ac42cc28 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Fri, 20 Jul 2018 15:20:11 +0200
+Subject: [PATCH] GooString needs to be const since >=poppler-0.64.0
+
+This only fails with >=poppler-0.67.0 but the change to const was done
+in 0.64.0
+---
+ filter/pdf.cxx | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/filter/pdf.cxx b/filter/pdf.cxx
+index 206ccf88..665eab09 100644
+--- a/filter/pdf.cxx
 b/filter/pdf.cxx
+@@ -734,6 +734,9 @@ extern "C" int pdf_fill_form(pdf_t *doc, opt_t *opt)
+ }
+ 
+ FormField *ff = fm_text->getField();
++#if POPPLER_VERSION_MAJOR > 0 || POPPLER_VERSION_MINOR >= 64
++const
++#endif
+ GooString *field_name;
+ field_name = ff->getFullyQualifiedName();
+ if ( ! field_name )


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-08-06 Thread Evangelos Foutras via arch-commits
Date: Monday, August 6, 2018 @ 16:50:10
  Author: foutrelis
Revision: 331016

icu 62.1 / poppler 0.67.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-06 16:49:30 UTC (rev 331015)
+++ PKGBUILD2018-08-06 16:50:10 UTC (rev 331016)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.20.4
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-07-14 Thread Andreas Radke via arch-commits
Date: Saturday, July 14, 2018 @ 15:52:29
  Author: andyrtr
Revision: 328665

upgpkg: cups-filters 1.20.4-1

upstream update 1.20.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 15:50:36 UTC (rev 328664)
+++ PKGBUILD2018-07-14 15:52:29 UTC (rev 328665)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.3
-pkgrel=2
+pkgver=1.20.4
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc')
+sha256sums=('33756e9fa8562cde050ecbec13f4c84b1c61c4f79a525e02382787c528ab536a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-04-20 Thread Evangelos Foutras via arch-commits
Date: Friday, April 20, 2018 @ 19:04:48
  Author: foutrelis
Revision: 322533

poppler 0.64.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 18:25:52 UTC (rev 322532)
+++ PKGBUILD2018-04-20 19:04:48 UTC (rev 322533)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.20.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-04-12 Thread Andreas Radke via arch-commits
Date: Thursday, April 12, 2018 @ 19:17:41
  Author: andyrtr
Revision: 321648

upgpkg: cups-filters 1.20.3-1

upstream update 1.20.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 18:36:47 UTC (rev 321647)
+++ PKGBUILD2018-04-12 19:17:41 UTC (rev 321648)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('02b765c7a75c90af336f2c20e6439a1510a58a4ac7a1e12549eca56a0ee1cdb8')
+sha256sums=('3b9a171c8270fcffc168845325c5358bdc38f716fad115278bbdfd44f7c428bc')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-04-03 Thread Andreas Radke via arch-commits
Date: Tuesday, April 3, 2018 @ 15:46:08
  Author: andyrtr
Revision: 320902

upgpkg: cups-filters 1.20.2-1

-l

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 15:43:11 UTC (rev 320901)
+++ PKGBUILD2018-04-03 15:46:08 UTC (rev 320902)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.1
-pkgrel=3
+pkgver=1.20.2
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62')
+sha256sums=('02b765c7a75c90af336f2c20e6439a1510a58a4ac7a1e12549eca56a0ee1cdb8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-03-20 Thread Andreas Radke via arch-commits
Date: Tuesday, March 20, 2018 @ 10:09:32
  Author: andyrtr
Revision: 319683

upgpkg: cups-filters 1.20.1-3

poppler update 0.63.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 10:03:11 UTC (rev 319682)
+++ PKGBUILD2018-03-20 10:09:32 UTC (rev 319683)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.20.1
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-03-06 Thread Andreas Radke via arch-commits
Date: Tuesday, March 6, 2018 @ 19:39:01
  Author: andyrtr
Revision: 317939

upgpkg: cups-filters 1.20.1-2

qpdf 8.0.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 19:38:15 UTC (rev 317938)
+++ PKGBUILD2018-03-06 19:39:01 UTC (rev 317939)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-02-25 Thread Andreas Radke via arch-commits
Date: Sunday, February 25, 2018 @ 17:44:56
  Author: andyrtr
Revision: 317495

upgpkg: cups-filters 1.20.1-1

upstream update 1.20.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 14:32:15 UTC (rev 317494)
+++ PKGBUILD2018-02-25 17:44:56 UTC (rev 317495)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('d7f65710960d6fe7c94e54cafdb3f8e4d23b7972db556f22ee95b35059bcd63c')
+sha256sums=('b36b58f8d4d776d337f22b7b89794afbce6fd10e8e9066a89591d8f2210f3d62')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-01-29 Thread Andreas Radke via arch-commits
Date: Monday, January 29, 2018 @ 19:49:14
  Author: andyrtr
Revision: 315599

upgpkg: cups-filters 1.20.0-1

upstream update 1.20,0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 19:16:16 UTC (rev 315598)
+++ PKGBUILD2018-01-29 19:49:14 UTC (rev 315599)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.19.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('629705414869b0b0f45bdadea5c4ea803d55605442e09cce22c91cfb308d6b56')
+sha256sums=('d7f65710960d6fe7c94e54cafdb3f8e4d23b7972db556f22ee95b35059bcd63c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-01-18 Thread Andreas Radke via arch-commits
Date: Thursday, January 18, 2018 @ 16:29:58
  Author: andyrtr
Revision: 315089

upgpkg: cups-filters 1.19.0-1

upstream update 1.19.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 16:23:42 UTC (rev 315088)
+++ PKGBUILD2018-01-18 16:29:58 UTC (rev 315089)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,7 +17,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('57a6d982085031aeacafcb463fa95861943c2dda6ce395fcd85dec3d14f4a2b8')
+sha256sums=('629705414869b0b0f45bdadea5c4ea803d55605442e09cce22c91cfb308d6b56')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2018-01-18 Thread Andreas Radke via arch-commits
Date: Thursday, January 18, 2018 @ 16:23:30
  Author: andyrtr
Revision: 315087

upgpkg: cups-filters 1.18.0-2

use cups user/group - FS#36769

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 16:22:10 UTC (rev 315086)
+++ PKGBUILD2018-01-18 16:23:30 UTC (rev 315087)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups' 
'systemd')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
 makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
@@ -15,8 +15,7 @@
'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
+backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
 sha256sums=('57a6d982085031aeacafcb463fa95861943c2dda6ce395fcd85dec3d14f4a2b8')
 
@@ -48,8 +47,8 @@
   sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
   sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
   
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 ${pkgdir}/etc/cups
 
   # license
   mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-12-21 Thread Andreas Radke via arch-commits
Date: Thursday, December 21, 2017 @ 17:39:35
  Author: andyrtr
Revision: 313490

upgpkg: cups-filters 1.18.0-1

upstream update 1.18.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 17:28:55 UTC (rev 313489)
+++ PKGBUILD2017-12-21 17:39:35 UTC (rev 313490)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.9
-pkgrel=3
+pkgver=1.18.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('98ae3f8c8309ea950144e582d252e65f4636e8812832a982edd0ab83eddef544')
+sha256sums=('57a6d982085031aeacafcb463fa95861943c2dda6ce395fcd85dec3d14f4a2b8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-11-09 Thread Evangelos Foutras
Date: Thursday, November 9, 2017 @ 08:41:07
  Author: foutrelis
Revision: 309073

poppler 0.61.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 08:40:28 UTC (rev 309072)
+++ PKGBUILD2017-11-09 08:41:07 UTC (rev 309073)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.17.9
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-10-05 Thread Evangelos Foutras
Date: Thursday, October 5, 2017 @ 21:54:12
  Author: foutrelis
Revision: 306874

poppler 0.60.1 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 21:52:38 UTC (rev 306873)
+++ PKGBUILD2017-10-05 21:54:12 UTC (rev 306874)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.17.9
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-10-05 Thread Andreas Radke
Date: Thursday, October 5, 2017 @ 18:18:07
  Author: andyrtr
Revision: 306858

upstream update 1.17.9

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 18:15:29 UTC (rev 306857)
+++ PKGBUILD2017-10-05 18:18:07 UTC (rev 306858)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.8
-pkgrel=2
+pkgver=1.17.9
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('9acefd72f8e6a6e5fb6e80d37aad8c712c326bf484afb735e8ff7d7b86975870')
+sha256sums=('98ae3f8c8309ea950144e582d252e65f4636e8812832a982edd0ab83eddef544')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-10-04 Thread Evangelos Foutras
Date: Wednesday, October 4, 2017 @ 19:56:43
  Author: foutrelis
Revision: 306745

poppler 0.60.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 19:55:32 UTC (rev 306744)
+++ PKGBUILD2017-10-04 19:56:43 UTC (rev 306745)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.17.8
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-30 Thread Andreas Radke
Date: Saturday, September 30, 2017 @ 18:39:44
  Author: andyrtr
Revision: 306497

upgpkg: cups-filters 1.17.8-1

upstream update 1.17.8

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-30 17:41:33 UTC (rev 306496)
+++ PKGBUILD2017-09-30 18:39:44 UTC (rev 306497)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.7
+pkgver=1.17.8
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5')
+sha256sums=('9acefd72f8e6a6e5fb6e80d37aad8c712c326bf484afb735e8ff7d7b86975870')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-19 Thread Andreas Radke
Date: Tuesday, September 19, 2017 @ 13:44:03
  Author: andyrtr
Revision: 305842

upgpkg: cups-filters 1.17.7-1

upstream update 1.17.7

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-19 13:41:40 UTC (rev 305841)
+++ PKGBUILD2017-09-19 13:44:03 UTC (rev 305842)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.6
+pkgver=1.17.7
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49')
+sha256sums=('5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-16 Thread Andreas Radke
Date: Saturday, September 16, 2017 @ 20:00:39
  Author: andyrtr
Revision: 305681

upgpkg: cups-filters 1.17.6-1

upstream update 1.17.6

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 19:59:36 UTC (rev 305680)
+++ PKGBUILD2017-09-16 20:00:39 UTC (rev 305681)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.5
+pkgver=1.17.6
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b10e347171ace6d4adf32b707008cf09e9d5193826fac1deb2eed96f5f432e31')
+sha256sums=('124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-13 Thread Andreas Radke
Date: Wednesday, September 13, 2017 @ 18:53:56
  Author: andyrtr
Revision: 305429

upgpkg: cups-filters 1.17.5-1

upstream update 1.17.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-13 18:23:30 UTC (rev 305428)
+++ PKGBUILD2017-09-13 18:53:56 UTC (rev 305429)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.4
+pkgver=1.17.5
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ab37469193c9b95be84dd981ca1324eab408009174c8ae42b779cc4469c95bf')
+sha256sums=('b10e347171ace6d4adf32b707008cf09e9d5193826fac1deb2eed96f5f432e31')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-11 Thread Andreas Radke
Date: Monday, September 11, 2017 @ 19:16:13
  Author: andyrtr
Revision: 305356

upgpkg: cups-filters 1.17.4-1

upstream update 1.17.4; poppler 0.59.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 14:55:27 UTC (rev 305355)
+++ PKGBUILD2017-09-11 19:16:13 UTC (rev 305356)
@@ -2,13 +2,13 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.17.3
+pkgver=1.17.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
 license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups' 
'systemd')
 makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('38d405096e6200bee2986c0c7e1d26244468102f237d50f5d84754f10f28a084')
+sha256sums=('3ab37469193c9b95be84dd981ca1324eab408009174c8ae42b779cc4469c95bf')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-09-09 Thread Andreas Radke
Date: Saturday, September 9, 2017 @ 20:45:34
  Author: andyrtr
Revision: 305197

new release

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 20:31:04 UTC (rev 305196)
+++ PKGBUILD2017-09-09 20:45:34 UTC (rev 305197)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.4
+pkgver=1.17.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed')
+sha256sums=('38d405096e6200bee2986c0c7e1d26244468102f237d50f5d84754f10f28a084')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-08-23 Thread Andreas Radke
Date: Wednesday, August 23, 2017 @ 19:40:45
  Author: andyrtr
Revision: 303347

upgpkg: cups-filters 1.16.4-1

upstream update 1.16.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-23 19:33:51 UTC (rev 303346)
+++ PKGBUILD2017-08-23 19:40:45 UTC (rev 303347)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.3
+pkgver=1.16.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('96433f53304e752de9ae3e59a9ba3586e28561d005504cb92ca5b6d0f6990189')
+sha256sums=('2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-08-21 Thread Andreas Radke
Date: Tuesday, August 22, 2017 @ 05:54:40
  Author: andyrtr
Revision: 303239

upgpkg: cups-filters 1.16.3-1

upstream update 1.16.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-22 05:48:33 UTC (rev 303238)
+++ PKGBUILD2017-08-22 05:54:40 UTC (rev 303239)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('604e5605803889e421b2a30979bc1acb83a48334036725613cb8352085d3d273')
+sha256sums=('96433f53304e752de9ae3e59a9ba3586e28561d005504cb92ca5b6d0f6990189')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-08-20 Thread Andreas Radke
Date: Sunday, August 20, 2017 @ 07:47:28
  Author: andyrtr
Revision: 302924

upgpkg: cups-filters 1.16.2-1

upstream update 1.16.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-20 06:40:05 UTC (rev 302923)
+++ PKGBUILD2017-08-20 07:47:28 UTC (rev 302924)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -18,10 +18,7 @@
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-sha256sums=('32da05c059a8f7f74eb78abdfffe1dddad9dd8439771e2232be7aef71a4443a3')
+sha256sums=('604e5605803889e421b2a30979bc1acb83a48334036725613cb8352085d3d273')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:42:36
  Author: andyrtr
Revision: 301928

upgpkg: cups-filters 1.16.1-1

upstream update 1.16.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:23:36 UTC (rev 301927)
+++ PKGBUILD2017-08-11 19:42:36 UTC (rev 301928)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.16.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd')
+sha256sums=('32da05c059a8f7f74eb78abdfffe1dddad9dd8439771e2232be7aef71a4443a3')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 13:46:04
  Author: foutrelis
Revision: 301463

poppler 0.57.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 13:44:22 UTC (rev 301462)
+++ PKGBUILD2017-08-01 13:46:04 UTC (rev 301463)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-07-28 Thread Andreas Radke
Date: Saturday, July 29, 2017 @ 05:35:16
  Author: andyrtr
Revision: 301356

upgpkg: cups-filters 1.16.0-1

upstream update 1.16.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-29 05:28:41 UTC (rev 301355)
+++ PKGBUILD2017-07-29 05:35:16 UTC (rev 301356)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.14.1
+pkgver=1.16.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('f1393731df54ffdd947621c302a66afa17cd3d6c7e107ee05cc77a7d3194e504')
+sha256sums=('b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-06-30 Thread Andreas Radke
Date: Friday, June 30, 2017 @ 12:23:20
  Author: andyrtr
Revision: 299427

upgpkg: cups-filters 1.14.1-1

upstream update 1.14.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-30 11:39:22 UTC (rev 299426)
+++ PKGBUILD2017-06-30 12:23:20 UTC (rev 299427)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.14.0
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('7aa4274df6e6d9b5ff66e079d78dde8254570367c745025e58bc6194371fa5ec')
+sha256sums=('f1393731df54ffdd947621c302a66afa17cd3d6c7e107ee05cc77a7d3194e504')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-05-18 Thread Andreas Radke
Date: Thursday, May 18, 2017 @ 18:11:48
  Author: andyrtr
Revision: 296257

upgpkg: cups-filters 1.14.0-1

upstream update 1.14.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-18 12:12:07 UTC (rev 296256)
+++ PKGBUILD2017-05-18 18:11:48 UTC (rev 296257)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.5
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d')
+sha256sums=('7aa4274df6e6d9b5ff66e079d78dde8254570367c745025e58bc6194371fa5ec')
 
 build() {
   cd $pkgname-$pkgver
@@ -32,6 +32,7 @@
 --with-rcdir=no \
 --enable-avahi \
 --with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
 --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
   make
 }


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-04-28 Thread Andreas Radke
Date: Friday, April 28, 2017 @ 17:39:04
  Author: andyrtr
Revision: 295000

upgpkg: cups-filters 1.13.5-1

upstream update 1.13.5

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 16:05:03 UTC (rev 294999)
+++ PKGBUILD2017-04-28 17:39:04 UTC (rev 295000)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.4
-pkgrel=2
+pkgver=1.13.5
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd')
+sha256sums=('35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-04-27 Thread Evangelos Foutras
Date: Thursday, April 27, 2017 @ 07:05:48
  Author: foutrelis
Revision: 294893

libwebp 0.6.0 / poppler 0.54.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 07:01:31 UTC (rev 294892)
+++ PKGBUILD2017-04-27 07:05:48 UTC (rev 294893)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.13.4
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 12:00:04
  Author: andyrtr
Revision: 289159

upgpkg: cups-filters 1.13.4-1

upstream update 1.13.4

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 11:56:22 UTC (rev 289158)
+++ PKGBUILD2017-02-18 12:00:04 UTC (rev 289159)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.3
+pkgver=1.13.4
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('e9419d51de9698aeab0e08be2b8b5916770f707b2de721d41794bf2ae1123846')
+sha256sums=('94c7d6624f16a8c11683c863e6457c5daa70e60f9a739c355349b45c3abc8dbd')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2017-01-21 Thread Andreas Radke
Date: Saturday, January 21, 2017 @ 09:50:16
  Author: andyrtr
Revision: 287069

upgpkg: cups-filters 1.13.3-1

upstream update 1.13.3

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-21 09:36:05 UTC (rev 287068)
+++ PKGBUILD2017-01-21 09:50:16 UTC (rev 287069)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.2
+pkgver=1.13.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('a407e4196bc7e0f92146f58b7acf7cf72d206bcd4df1b7b8fa909e8093b75953')
+sha256sums=('e9419d51de9698aeab0e08be2b8b5916770f707b2de721d41794bf2ae1123846')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-12-29 Thread Andreas Radke
Date: Thursday, December 29, 2016 @ 09:58:32
  Author: andyrtr
Revision: 284962

upgpkg: cups-filters 1.13.2-1

upstream update 1.13.2

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-29 08:42:29 UTC (rev 284961)
+++ PKGBUILD2016-12-29 09:58:32 UTC (rev 284962)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.1
+pkgver=1.13.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('e410097546c33110deb2247a765c2730cfabe9d997fb8bf30e6c332a2ef5f068')
+sha256sums=('a407e4196bc7e0f92146f58b7acf7cf72d206bcd4df1b7b8fa909e8093b75953')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-12-19 Thread Andreas Radke
Date: Monday, December 19, 2016 @ 19:08:32
  Author: andyrtr
Revision: 284325

upgpkg: cups-filters 1.13.1-1

upstream update 1.13.1

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-19 18:23:40 UTC (rev 284324)
+++ PKGBUILD2016-12-19 19:08:32 UTC (rev 284325)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4')
+sha256sums=('e410097546c33110deb2247a765c2730cfabe9d997fb8bf30e6c332a2ef5f068')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-12-16 Thread Evangelos Foutras
Date: Friday, December 16, 2016 @ 22:54:59
  Author: foutrelis
Revision: 283860

poppler 0.50.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 22:53:02 UTC (rev 283859)
+++ PKGBUILD2016-12-16 22:54:59 UTC (rev 283860)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-12-09 Thread Andreas Radke
Date: Friday, December 9, 2016 @ 19:52:45
  Author: andyrtr
Revision: 282971

upgpkg: cups-filters 1.13.0-1

upstream update 1.13.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 19:33:23 UTC (rev 282970)
+++ PKGBUILD2016-12-09 19:52:45 UTC (rev 282971)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01')
+sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-12-01 Thread Andreas Radke
Date: Thursday, December 1, 2016 @ 20:43:09
  Author: andyrtr
Revision: 282492

upgpkg: cups-filters 1.12.0-1

upstream update 1.12.0

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-01 18:02:30 UTC (rev 282491)
+++ PKGBUILD2016-12-01 20:43:09 UTC (rev 282492)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.11.6
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -17,11 +17,11 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/fonts/conf.d/99pdftoopvp.conf
 etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('1a4939db42cfd1ccc4df99e498c95dd9')
+sha256sums=('dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cups-filters/trunk (PKGBUILD)

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 15:53:20
  Author: foutrelis
Revision: 282067

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 15:39:25 UTC (rev 282066)
+++ PKGBUILD2016-11-26 15:53:20 UTC (rev 282067)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.11.6
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


  1   2   3   >