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
6805a6ce
Commit
6805a6ce
authored
4 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/glade: enable on mips64 but without webkit
parent
ba3661cc
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/glade/APKBUILD
+5
-2
5 additions, 2 deletions
community/glade/APKBUILD
with
5 additions
and
2 deletions
community/glade/APKBUILD
+
5
−
2
View file @
6805a6ce
...
...
@@ -5,11 +5,14 @@ pkgver=3.38.2
pkgrel
=
0
pkgdesc
=
"User Interface Designer for GTK+ and GNOME"
url
=
"https://glade.gnome.org/"
arch
=
"all
!mips64"
# blocked by webkit2gtk
arch
=
"all
"
license
=
"GPL-2.0-or-later"
makedepends
=
"gtk+3.0-dev libxml2-dev itstool gtk-doc intltool
webkit2gtk-dev
py3-gobject3-dev gobject-introspection-dev meson
py3-gobject3-dev gobject-introspection-dev meson
python3-dev"
if
[
"
$CARCH
"
!=
"mips64"
]
;
then
makedepends
=
"
$makedepends
webkit2gtk-dev"
fi
checkdepends
=
"xvfb-run ibus adwaita-icon-theme"
options
=
"!check"
# If adwaita-icon-theme wasn't installed e before we'd have to updathe the icon cache
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
...
...
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