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
Merge requests
!70366
community/libdazzle: enable checks on armhf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/libdazzle: enable checks on armhf
sertonix/aports:libdazzle-armhf
into
master
Overview
0
Commits
1
Pipelines
4
Changes
2
Merged
Sertonix
requested to merge
sertonix/aports:libdazzle-armhf
into
master
6 months ago
Overview
0
Commits
1
Pipelines
4
Changes
2
Expand
checks are passing now.
0
0
Merge request reports
Compare
version 1
version 2
3946a51b
6 months ago
version 1
28e4cc12
6 months ago
master (base)
and
version 2
latest version
d0a43f20
1 commit,
6 months ago
version 2
3946a51b
1 commit,
6 months ago
version 1
28e4cc12
1 commit,
6 months ago
Show latest version
2 files
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
community/libdazzle/APKBUILD
+
4
−
1
Options
@@ -10,7 +10,9 @@ license="GPL-3.0-or-later"
makedepends
=
"gtk+3.0-dev vala gobject-introspection-dev gtk-doc meson"
checkdepends
=
"xvfb-run"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
source
=
"https://download.gnome.org/sources/libdazzle/
${
pkgver
%.*
}
/libdazzle-
$pkgver
.tar.xz"
source
=
"https://download.gnome.org/sources/libdazzle/
${
pkgver
%.*
}
/libdazzle-
$pkgver
.tar.xz
timeout.patch
"
build
()
{
abuild-meson
\
@@ -29,4 +31,5 @@ package() {
sha512sums
=
"
eff3f65cbfd4f780afb4bda6137e8d4f1ee2cd0ab21288d07315415944ced1aa2d7ef89c2b7ebb373ac4c46b91d341bed063e9c7d1c21fa083514c8c3c9c518f libdazzle-3.44.0.tar.xz
322b2fa5669b6d159270be2a62b0963befd0e90725f8bd985e4b2d84edfd319ad41d835e33e5187a4e2c546dbf5c69d69f792bf3bf50dc9284e2ee88266ac9b9 timeout.patch
"
Loading