[arch-commits] Commit in spice-vdagent/repos (6 files)

Balló György bgyorgy at archlinux.org
Sat Jan 21 20:53:02 UTC 2017


    Date: Saturday, January 21, 2017 @ 20:53:01
  Author: bgyorgy
Revision: 208329

archrelease: copy trunk to community-i686, community-x86_64

Added:
  spice-vdagent/repos/community-i686/PKGBUILD
    (from rev 208328, spice-vdagent/trunk/PKGBUILD)
  spice-vdagent/repos/community-x86_64/PKGBUILD
    (from rev 208328, spice-vdagent/trunk/PKGBUILD)
Deleted:
  spice-vdagent/repos/community-i686/PKGBUILD
  spice-vdagent/repos/community-i686/spice-vdagent.install
  spice-vdagent/repos/community-x86_64/PKGBUILD
  spice-vdagent/repos/community-x86_64/spice-vdagent.install

----------------------------------------+
 /PKGBUILD                              |   78 +++++++++++++++++++++++++++++++
 community-i686/PKGBUILD                |   40 ---------------
 community-i686/spice-vdagent.install   |    7 --
 community-x86_64/PKGBUILD              |   40 ---------------
 community-x86_64/spice-vdagent.install |    7 --
 5 files changed, 78 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-21 20:52:54 UTC (rev 208328)
+++ community-i686/PKGBUILD	2017-01-21 20:53:01 UTC (rev 208329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: mutantmonkey <aur at mutantmonkey.in>
-
-pkgname=spice-vdagent
-pkgver=0.17.0
-pkgrel=2
-pkgdesc="Spice agent for Linux guests"
-arch=('i686' 'x86_64')
-url="https://www.spice-space.org/"
-license=('GPL')
-depends=('alsa-lib' 'dbus' 'glib2' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr')
-makedepends=('spice-protocol' 'systemd')
-backup=('etc/conf.d/spice-vdagentd')
-install=$pkgname.install
-source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d')
-
-prepare() {
-	cd $pkgname-$pkgver
-	sed -i 's|/lib/udev/rules.d|$(libdir)/udev/rules.d|' Makefile.{am,in}
-	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"
-}

Copied: spice-vdagent/repos/community-i686/PKGBUILD (from rev 208328, spice-vdagent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-21 20:53:01 UTC (rev 208329)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: mutantmonkey <aur at mutantmonkey.in>
+
+pkgname=spice-vdagent
+pkgver=0.17.0
+pkgrel=3
+pkgdesc="Spice agent for Linux guests"
+arch=('i686' 'x86_64')
+url="https://www.spice-space.org/"
+license=('GPL')
+depends=('alsa-lib' 'dbus' 'glib2' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd')
+makedepends=('spice-protocol')
+backup=('etc/conf.d/spice-vdagentd')
+source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
+sha256sums=('f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d')
+
+prepare() {
+	cd $pkgname-$pkgver
+	sed -i 's|/lib/udev/rules.d|$(libdir)/udev/rules.d|' Makefile.{am,in}
+	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"
+}

Deleted: community-i686/spice-vdagent.install
===================================================================
--- community-i686/spice-vdagent.install	2017-01-21 20:52:54 UTC (rev 208328)
+++ community-i686/spice-vdagent.install	2017-01-21 20:53:01 UTC (rev 208329)
@@ -1,7 +0,0 @@
-post_install() {
-	systemd-tmpfiles --create "/usr/lib/tmpfiles.d/spice-vdagentd.conf"
-}
-
-post_upgrade() {
-	post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-21 20:52:54 UTC (rev 208328)
+++ community-x86_64/PKGBUILD	2017-01-21 20:53:01 UTC (rev 208329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: mutantmonkey <aur at mutantmonkey.in>
-
-pkgname=spice-vdagent
-pkgver=0.17.0
-pkgrel=2
-pkgdesc="Spice agent for Linux guests"
-arch=('i686' 'x86_64')
-url="https://www.spice-space.org/"
-license=('GPL')
-depends=('alsa-lib' 'dbus' 'glib2' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr')
-makedepends=('spice-protocol' 'systemd')
-backup=('etc/conf.d/spice-vdagentd')
-install=$pkgname.install
-source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
-sha256sums=('f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d')
-
-prepare() {
-	cd $pkgname-$pkgver
-	sed -i 's|/lib/udev/rules.d|$(libdir)/udev/rules.d|' Makefile.{am,in}
-	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"
-}

Copied: spice-vdagent/repos/community-x86_64/PKGBUILD (from rev 208328, spice-vdagent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-21 20:53:01 UTC (rev 208329)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: mutantmonkey <aur at mutantmonkey.in>
+
+pkgname=spice-vdagent
+pkgver=0.17.0
+pkgrel=3
+pkgdesc="Spice agent for Linux guests"
+arch=('i686' 'x86_64')
+url="https://www.spice-space.org/"
+license=('GPL')
+depends=('alsa-lib' 'dbus' 'glib2' 'libpciaccess' 'libxfixes' 'libxinerama' 'libxrandr' 'systemd')
+makedepends=('spice-protocol')
+backup=('etc/conf.d/spice-vdagentd')
+source=("https://www.spice-space.org/download/releases/$pkgname-$pkgver.tar.bz2")
+sha256sums=('f14a8bd8cdee10641aabd9ba32461a5844eab0fddb2a10c1d31386e7a9f7b33d')
+
+prepare() {
+	cd $pkgname-$pkgver
+	sed -i 's|/lib/udev/rules.d|$(libdir)/udev/rules.d|' Makefile.{am,in}
+	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"
+}

Deleted: community-x86_64/spice-vdagent.install
===================================================================
--- community-x86_64/spice-vdagent.install	2017-01-21 20:52:54 UTC (rev 208328)
+++ community-x86_64/spice-vdagent.install	2017-01-21 20:53:01 UTC (rev 208329)
@@ -1,7 +0,0 @@
-post_install() {
-	systemd-tmpfiles --create "/usr/lib/tmpfiles.d/spice-vdagentd.conf"
-}
-
-post_upgrade() {
-	post_install
-}



More information about the arch-commits mailing list