Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
df518645
Commit
df518645
authored
May 12, 2019
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] spice-vdagent: added to repo
parent
d64db6af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
spice-vdagent/PKGBUILD
spice-vdagent/PKGBUILD
+39
-0
No files found.
spice-vdagent/PKGBUILD
0 → 100644
View file @
df518645
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: mutantmonkey <aur@mutantmonkey.in>
pkgname
=
spice-vdagent
pkgver
=
0.19.0
pkgrel
=
1
pkgdesc
=
"Spice agent for Linux guests"
arch
=(
'x86_64'
)
url
=
"https://www.spice-space.org/"
license
=(
'GPL'
)
depends
=(
'alsa-lib'
'dbus'
'glib2'
'libpciaccess'
'libxfixes'
'libxinerama'
'libxrandr'
'systemd'
'libdrm'
)
makedepends
=(
'spice-protocol'
)
backup
=(
'etc/conf.d/spice-vdagentd'
)
source
=(
"https://www.spice-space.org/download/releases/
$pkgname
-
$pkgver
.tar.bz2"
{
,.sig
})
sha256sums
=(
'63a77c611c84f8120519a78a30256e43e159085831ac82de71643db643972f65'
'SKIP'
)
validpgpkeys
=(
'206D3B352F566F3B0E6572E997D9123DE37A484F'
)
prepare
()
{
cd
$pkgname
-
$pkgver
sed
-i
's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|
s|/usr/sbin/spice-vdagentd|/usr/bin/spice-vdagentd|'
data/spice-vdagentd.service
sed
-i
's|/etc/sysconfig/spice-vdagentd|/etc/conf.d/spice-vdagentd|'
data/spice-vdagentd.1.in
}
build
()
{
cd
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--sbindir
=
/usr/bin
\
--with-session-info
=
systemd
--with-init-script
=
systemd
make
}
package
()
{
cd
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
rm
-r
"
$pkgdir
/var"
install
-dm755
"
$pkgdir
/etc/conf.d/"
echo
'SPICE_VDAGENTD_EXTRA_ARGS=""'
>
"
$pkgdir
/etc/conf.d/spice-vdagentd"
}
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