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
65f20ac9
Commit
65f20ac9
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/kwave: re-enable the docs
parent
f2326715
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/kwave/APKBUILD
+2
-5
2 additions, 5 deletions
community/kwave/APKBUILD
with
2 additions
and
5 deletions
community/kwave/APKBUILD
+
2
−
5
View file @
65f20ac9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
kwave
pkgname
=
kwave
pkgver
=
23.04.2
pkgver
=
23.04.2
pkgrel
=
0
pkgrel
=
1
# armhf blocked by extra-cmake-modules
# armhf blocked by extra-cmake-modules
arch
=
"all !armhf"
arch
=
"all !armhf"
url
=
"https://kwave.sourceforge.net/"
url
=
"https://kwave.sourceforge.net/"
...
@@ -14,7 +14,6 @@ makedepends="
...
@@ -14,7 +14,6 @@ makedepends="
extra-cmake-modules
extra-cmake-modules
fftw-dev
fftw-dev
flac-dev
flac-dev
imagemagick
karchive-dev
karchive-dev
kcompletion-dev
kcompletion-dev
kconfig-dev
kconfig-dev
...
@@ -44,14 +43,12 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/kwave-$pkgve
...
@@ -44,14 +43,12 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/kwave-$pkgve
subpackages
=
"
$pkgname
-libs
$pkgname
-doc
$pkgname
-lang"
subpackages
=
"
$pkgname
-libs
$pkgname
-doc
$pkgname
-lang"
build
()
{
build
()
{
# -DWITH_DOC=OFF because of failing to find convert with SVG support
cmake
-B
build
-G
Ninja
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DWITH_OSS
=
OFF
\
-DWITH_OSS
=
OFF
\
-DWITH_MP3
=
OFF
\
-DWITH_MP3
=
OFF
-DWITH_DOC
=
OFF
cmake
--build
build
cmake
--build
build
}
}
...
...
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