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
31f3bf2d
Commit
31f3bf2d
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/libx11: upgrade to 1.3.2
parent
708506b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
x11/libx11/APKBUILD
x11/libx11/APKBUILD
+7
-5
No files found.
x11/libx11/APKBUILD
View file @
31f3bf2d
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libx11
pkgver
=
1.3
pkgver
=
1.3
.2
pkgrel
=
0
pkgdesc
=
"X11 client-side library"
url
=
"http://xorg.freedesktop.org/"
...
...
@@ -17,13 +17,15 @@ depends_dev="xproto kbproto libxau-dev libxdmcp-dev libxcb-dev"
build
()
{
cd
"
$srcdir
"
/libX11-
$pkgver
./configure
--prefix
=
/usr
\
--with-xcb
||
return
1
make
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/libX11-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"0
545089013213e90aac19b8f8045d32e libX11-1.3
.tar.bz2"
md5sums
=
"0
01d780829f936e34851ef7cd37b4dfd libX11-1.3.2
.tar.bz2"
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