Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Bredbury
aports
Commits
f798e9d5
Commit
f798e9d5
authored
Oct 21, 2020
by
Paul Bredbury
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/icewm: librsvg is unavailable on s390x
parent
26d6c433
Pipeline
#54342
passed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
testing/icewm/APKBUILD
testing/icewm/APKBUILD
+9
-3
No files found.
testing/icewm/APKBUILD
View file @
f798e9d5
...
...
@@ -17,7 +17,6 @@ makedepends="alsa-lib-dev
glib-dev
libao-dev
libintl
librsvg-dev
libsm-dev
libsndfile-dev
libxcomposite-dev
...
...
@@ -27,6 +26,14 @@ makedepends="alsa-lib-dev
libxpm-dev
libxrandr-dev
perl"
case
"
$CARCH
"
in
s390x
)
;;
*
)
makedepends
=
"
$makedepends
librsvg-dev"
_arch_opts
=
"-DCONFIG_LIBRSVG=ON"
;;
esac
source
=
"https://github.com/ice-wm/icewm/releases/download/
$pkgver
/icewm-
$pkgver
.tar.lz"
build
()
{
...
...
@@ -36,8 +43,7 @@ build() {
-DCFGDIR
=
/etc
\
-DENABLE_LTO
=
OFF
\
-DENABLE_NLS
=
OFF
\
-DCONFIG_LIBRSVG
=
ON
\
-DDOCDIR
=
/usr/share/doc/icewm
-DDOCDIR
=
/usr/share/doc/icewm
$_arch_opts
cmake
--build
build
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment