Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
0d15c954
Verified
Commit
0d15c954
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/xcb-util-image: pull in, take, fix
parent
bcbea0a7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/xcb-util-image/APKBUILD
+42
-0
42 additions, 0 deletions
user/xcb-util-image/APKBUILD
with
42 additions
and
0 deletions
user/xcb-util-image/APKBUILD
0 → 100644
+
42
−
0
View file @
0d15c954
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
xcb-util-image
pkgver
=
0.4.0
pkgrel
=
1
pkgdesc
=
"X C-language Binding - port of Xlib XImage and XShmImage"
url
=
"https://xcb.freedesktop.org/"
arch
=
"all"
license
=
"MIT"
depends
=
""
depends_dev
=
"xcb-util-dev"
makedepends
=
"
$depends_dev
m4 util-macros"
checkdepends
=
"check-dev"
replaces
=
"xcb-util"
subpackages
=
"
$pkgname
-dev"
source
=
"https://xcb.freedesktop.org/dist/xcb-util-image-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
export
CFLAGS
=
"
$CFLAGS
-std=gnu99"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"2e580d205e4a054763146c70d735014c7e018322a43c76b07a306c091dca81b140cbbf6db41252e9204ff742f119b69e143b3fdc1fb13bd9d0b9e8e22eda2cd3 xcb-util-image-0.4.0.tar.gz"
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