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
678
Issues
678
List
Boards
Labels
Service Desk
Milestones
Merge Requests
161
Merge Requests
161
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
16a19005
Commit
16a19005
authored
Dec 23, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/libxcb: upgrade to 1.5
parent
257b604b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
x11/libxcb/APKBUILD
x11/libxcb/APKBUILD
+8
-4
No files found.
x11/libxcb/APKBUILD
View file @
16a19005
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libxcb
pkgver
=
1.
4
pkgver
=
1.
5
pkgrel
=
0
pkgdesc
=
"X11 client-side library"
url
=
"http://xcb.freedesktop.org/"
license
=
"custom"
depends
=
"xcb-proto
libxdmcp libxau uclibc
"
depends
=
"xcb-proto
>=1.6
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
makedepends
=
"
g++
libxdmcp-dev libxau-dev libxslt libpthread-stubs pkgconfig python"
makedepends
=
"libxdmcp-dev libxau-dev libxslt libpthread-stubs pkgconfig python"
source
=
"http://xcb.freedesktop.org/dist/
$pkgname
-
$pkgver
.tar.bz2
"
depends_dev
=
"libpthread-stubs libxau-dev libxdmcp-dev"
...
...
@@ -17,7 +17,11 @@ build() {
./configure
--prefix
=
/usr
\
--enable-xinput
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"
b00fd506c717dea01f595e8da31f6914 libxcb-1.4
.tar.bz2"
md5sums
=
"
d19c0ba6ba42ebccd3d62d8bb147b551 libxcb-1.5
.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