Commit 8316c73
0
plików
+0
dodanych
-0
usuniętych
@@ -11,7 +11,7 @@ makedepends:
11
11
- ghostscript
12
12
13
13
source:
14
-- 'https://download3.ebz.epson.net/dsc/f/03/00/16/21/79/6d53e6ec3f8c1e55733eb7860e992a425883bf88/epson-inkjet-printer-escpr-${pkgver}-1lsb3.2.tar.gz'
14
+- 'https://download3.ebz.epson.net/dsc/f/03/00/16/21/79/6d53e6ec3f8c1e55733eb7860e992a425883bf88/epson-inkjet-printer-escpr-${pkgver}-1.src.rpm'
15
15
- 'bug_x86_64.patch'
16
16
17
17
sha256sums:
@@ -650,9 +650,12 @@ footprint: |
650
650
-rw-r--r-- root/root usr/share/ppd/epson-inkjet-printer-escpr/Epson-XP-960_Series-epson-escpr-en.ppd
651
651
652
652
build: |
653
+ tar -xf ${pkgname}-${pkgver}*.tar.gz
653
654
cd ${pkgname}-${pkgver}
654
-
655
+
655
656
autoreconf -vif
657
+ # patch -Np1 -i ../bug_x86_64.patch
658
+
656
659
CFLAGS="${CFLAGS} -Wno-implicit-function-declaration -Wno-error=incompatible-pointer-types"
657
660
./configure --prefix=/usr \
658
661
--with-cupsfilterdir=/usr/lib/cups/filter \
@@ -661,4 +664,4 @@ build: |
661
664
make DESTDIR=${PKGDIR} install
662
665
663
666
package: |
664
- true
667
+ true