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
6d233cf7
Verified
Commit
6d233cf7
authored
4 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/spice-protocol: Update to 0.14.2
parent
760c5c0a
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/spice-protocol/APKBUILD
+9
-11
9 additions, 11 deletions
user/spice-protocol/APKBUILD
with
9 additions
and
11 deletions
user/spice-protocol/APKBUILD
+
9
−
11
View file @
6d233cf7
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
spice-protocol
pkgver
=
0.14.
1
pkgver
=
0.14.
2
pkgrel
=
0
pkgdesc
=
"Spice protocol header files"
url
=
"https://www.spice-space.org/"
arch
=
"noarch"
options
=
"!check"
# No test suite.
license
=
"BSD-3-Clause AND LGPL-2.1+"
depends
=
""
makedepends
=
""
makedepends
=
"
meson ninja
"
subpackages
=
""
source
=
"https://www.spice-space.org/download/releases/
$pkgname
-
$pkgver
.tar.
bz2
"
source
=
"https://www.spice-space.org/download/releases/
$pkgname
-
$pkgver
.tar.
xz
"
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
make
meson
-Dprefix
=
/usr
-Ddatadir
=
lib build
ninja
-C
build
}
check
()
{
make
check
ninja
-C
build
check
}
package
()
{
make
pkgconfigdir
=
/usr/lib/pkgconfig
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
}
sha512sums
=
"
88b0e652564a1f826ee6d3c165ab05c40d13f366567db3840805f03d433d13d7f722225219c26759770d2cde33221fe6d97528521d0eb14bc069cd7ce9af8482
spice-protocol-0.14.
1
.tar.
bz2
"
sha512sums
=
"
181015f0f56d679ebfdbd6dbed37b50b1c0be550a714e8faf70624631d9a246fe68454eb44a1bae1765e1739f2d7469ab767c44f49776751826a4919ec88160e
spice-protocol-0.14.
2
.tar.
xz
"
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