Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
771539d0
Commit
771539d0
authored
May 27, 2014
by
Natanael Copa
Browse files
testing/geary: pax mark binary
due to webkit's javascript JIT
parent
61053f51
Changes
1
Show whitespace changes
Inline
Side-by-side
testing/geary/APKBUILD
View file @
771539d0
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
geary
pkgver
=
0.6.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A lightweight email program designed around conversations"
url
=
"http://yorba.org/geary/"
arch
=
"all"
...
...
@@ -11,7 +11,8 @@ depends_dev=""
makedepends
=
"
$depends_dev
"
makedepends
=
"
$depends_dev
cmake vala gtk+3.0-dev gmime-dev libgee-dev
desktop-file-utils libunique3-dev libcanberra-dev libsecret-dev
webkitgtk-dev libnotify-dev gobject-introspection-dev gtk-doc"
webkitgtk-dev libnotify-dev gobject-introspection-dev gtk-doc
paxctl"
install
=
""
subpackages
=
"
$pkgname
-lang"
...
...
@@ -44,6 +45,10 @@ build() {
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
# webkit JIT has problems with hardened kernel
paxctl
-c
-m
"
$pkgdir
"
/usr/bin/geary
||
return
1
rm
-f
"
$pkgdir
"
/usr/lib/
*
.la
}
...
...
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