Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7785d457
Commit
7785d457
authored
3 months ago
by
black
Committed by
J0WI
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/splix: upgrade to 2.0.1
parent
caef385b
No related branches found
Branches containing commit
No related tags found
1 merge request
!78999
community/splix: upgrade to 2.0.1
Pipeline
#298164
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/splix/APKBUILD
+5
-8
5 additions, 8 deletions
community/splix/APKBUILD
community/splix/error.patch
+0
-13
0 additions, 13 deletions
community/splix/error.patch
with
5 additions
and
21 deletions
community/splix/APKBUILD
+
5
−
8
View file @
7785d457
# Maintainer: Er2 <er2@dismail.de>
# Maintainer: Er2 <er2@dismail.de>
# Contributor: Er2 <er2@dismail.de>
# Contributor: Er2 <er2@dismail.de>
pkgname
=
splix
pkgname
=
splix
pkgver
=
2.0.
0
pkgver
=
2.0.
1
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"SPL driver for CUPS"
pkgdesc
=
"SPL driver for CUPS"
url
=
"http://
splix.ap2c.org
/"
url
=
"http
s
://
openprinting.github.io/splix
/"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-only"
license
=
"GPL-2.0-only"
depends
=
"cups"
depends
=
"cups"
makedepends
=
"cups-dev"
makedepends
=
"cups-dev"
options
=
"!check"
# no testsuite
options
=
"!check"
# no testsuite
source
=
"https://downloads.sourceforge.net/project/splix/splix/
$pkgver
/splix-
$pkgver
.tar.bz2
source
=
"https://github.com/OpenPrinting/splix/releases/download/
$pkgver
/splix-
$pkgver
.tar.xz"
error.patch
"
build
()
{
build
()
{
make
DISABLE_JBIG
=
1
make
DISABLE_JBIG
=
1
}
}
...
@@ -22,6 +20,5 @@ package() {
...
@@ -22,6 +20,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
2c460f10defab2480ce68edd80c9a170430f624262f55a9a6be4ac4f9ec5bdf326bc015370eec5cb98cc504477f2adf0ae9ade260126fd1a7e79cd423df54811 splix-2.0.0.tar.bz2
45708d65576e87c9f0c9cc7d4919ea19b1418bb932854b14a80bbcf890e28f7ee11ac64a5b9ccca1b8f4aec803822392ab738329d3e9894ad60b5393bffeef74 splix-2.0.1.tar.xz
9d3e9e60a4a0fc86272ffb44c7e858de9fee6eae3da3a433bd882dfeded0ceae1a18177f1f64e026eff75634da15e4e01acf74f70ada1d58a0c74f866b112e84 error.patch
"
"
This diff is collapsed.
Click to expand it.
community/splix/error.patch
deleted
100644 → 0
+
0
−
13
View file @
caef385b
This patch is needed to fix compilation error on gcc 4.5+
===================================================================
--- a/src/ppdfile.cpp
+++ b/src/ppdfile.cpp
@@ -282,7 +282,7 @@
* Opérateur d'assignation
* Assignment operator
*/
-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
+void PPDFile::Value::operator = (const PPDFile::Value &val)
{
if (_preformatted)
delete[] _preformatted;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment