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
641
Issues
641
List
Boards
Labels
Service Desk
Milestones
Merge Requests
197
Merge Requests
197
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
21e70eae
Commit
21e70eae
authored
Sep 05, 2017
by
A. Wilcox
Committed by
Francesco Colista
Sep 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libxcomposite: modernise, fix deps, mark no test
parent
b9a4cc5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
main/libxcomposite/APKBUILD
main/libxcomposite/APKBUILD
+13
-12
No files found.
main/libxcomposite/APKBUILD
View file @
21e70eae
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libxcomposite
pkgver
=
0.4.4
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"X11 Composite extension library"
url
=
"http://xorg.freedesktop.org/"
arch
=
"all"
license
=
"custom"
options
=
"!check"
# No test suite.
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
depends_dev
=
"
xproto compositeproto libxfixes-dev libx11-dev
libxext-dev"
makedepends
=
"libx
fixes-dev libxext-dev composite
proto"
depends_dev
=
"libxext-dev"
makedepends
=
"libx
11-dev libxext-dev libxfixes-dev compositeproto util-macros x
proto"
source
=
"http://www.x.org/releases/individual/lib/libXcomposite-
$pkgver
.tar.bz2"
_
builddir
=
"
$srcdir
"
/libXcomposite-
$pkgver
builddir
=
"
$srcdir
"
/libXcomposite-
$pkgver
prepare
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
chmod
u+w config.sub
update_config_sub
||
return
1
update_config_sub
default_prepare
}
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
||
return
1
make
||
return
1
--sysconfdir
=
/etc
make
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-D
-m644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
...
...
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