Date: Tuesday, May 10, 2016 @ 21:07:24 Author: heftig Revision: 267626
3.20.2-1 Modified: vino/trunk/PKGBUILD Deleted: vino/trunk/vino.install --------------+ PKGBUILD | 11 +++++------ vino.install | 12 ------------ 2 files changed, 5 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-10 19:07:12 UTC (rev 267625) +++ PKGBUILD 2016-05-10 19:07:24 UTC (rev 267626) @@ -3,19 +3,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=vino -pkgver=3.20.1 +pkgver=3.20.2 pkgrel=1 -pkgdesc="a VNC server for the GNOME desktop" +pkgdesc="A VNC server for the GNOME desktop" +url="https://wiki.gnome.org/Projects/Vino" arch=(i686 x86_64) license=(GPL) -depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi desktop-file-utils gnutls) +depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls) makedepends=(intltool networkmanager) groups=(gnome) -url="http://www.gnome.org" options=(!emptydirs) -install=vino.install source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('d7f4a6d58ae864904487ce6b8f298a6f51268e9148be377e64134aa542b15fc7') +sha256sums=('660488adc1bf577958e783d13f61dbd99c1d9c4e81d2ca063437ea81d39e4413') build() { cd $pkgname-$pkgver Deleted: vino.install =================================================================== --- vino.install 2016-05-10 19:07:12 UTC (rev 267625) +++ vino.install 2016-05-10 19:07:24 UTC (rev 267626) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
