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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
a05e982b
Commit
a05e982b
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/webkit: upgrade to 1.1.15.3
parent
38d9df31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
x11/webkit/APKBUILD
x11/webkit/APKBUILD
+7
-4
No files found.
x11/webkit/APKBUILD
View file @
a05e982b
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
webkit
pkgver
=
1.1.15.
2
pkgver
=
1.1.15.
3
pkgrel
=
0
pkgdesc
=
"portable web rendering engine WebKit for GTK+"
url
=
"http://webkitgtk.org/"
...
...
@@ -8,7 +8,7 @@ license="LGPL BSD"
depends
=
makedepends
=
"
libsoup-dev pango-dev gtk+-dev jpeg-dev libpng-dev libxml2-dev
gperf pkgconfig bison flex
uclibc++-dev
icu-dev cairo-dev atk-dev
gperf pkgconfig bison flex icu-dev cairo-dev atk-dev
gnutls-dev sqlite-dev libxslt-dev libxt-dev libiconv-dev gettext-dev
zlib-dev libgcrypt-dev libgpg-error-dev expat-dev e2fsprogs-dev
enchant-dev libxi-dev libxrandr-dev libxcursor-dev libxdamage-dev
...
...
@@ -22,12 +22,15 @@ depends_dev="gtk+-dev libsoup-dev gstreamer-dev"
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
# html5 video requires gstreamer, we turn off for now
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
@@ -39,4 +42,4 @@ gtklauncher() {
"
$subpkgdir
"
/usr/bin/GtkLauncher
}
md5sums
=
"
5e086796b1016d7c9f5c6d2fe6ad81f2 webkit-1.1.15.2
.tar.gz"
md5sums
=
"
18736af3c751eb078fa3f4a7393cc864 webkit-1.1.15.3
.tar.gz"
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