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
d015895c
Unverified
Commit
d015895c
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libxi: bump to 1.7.10
parent
c3a92186
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/libxi/APKBUILD
+4
-8
4 additions, 8 deletions
user/libxi/APKBUILD
with
4 additions
and
8 deletions
user/libxi/APKBUILD
+
4
−
8
View file @
d015895c
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
libxi
pkgver
=
1.7.
9
pkgrel
=
2
pkgver
=
1.7.
10
pkgrel
=
0
pkgdesc
=
"X11 input extension library"
url
=
"https://www.X.Org/"
arch
=
"all"
license
=
"MIT AND X11"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
depends
=
depends
=
""
makedepends
=
"libx11-dev libxext-dev libxfixes-dev util-macros xmlto
xorgproto-dev"
source
=
"https://www.X.Org/releases/individual/lib/libXi-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/libXi-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -28,14 +27,11 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
sha512sums
=
"
9f1536944fcd232ba725addbc3afb1154c4e0df3c4380f4a54bada31371029ce3714fe0458529cd6b2787e3283f3bd35366420bca15fedfbd41f2f6b10eddce5
libXi-1.7.
9
.tar.bz2"
sha512sums
=
"
591f0860bf5904897587c4990d6c852f3729a212d1ef390362d41242440e078221877c31db2232d5cc81727fe97f4e194b077f7de917e251e60641bbd06ee218
libXi-1.7.
10
.tar.bz2"
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