Date: Tuesday, May 10, 2016 @ 21:07:12 Author: heftig Revision: 267625
3.20.2-1 Modified: cheese/trunk/PKGBUILD Deleted: cheese/trunk/cheese.install ----------------+ PKGBUILD | 19 ++++++++++--------- cheese.install | 12 ------------ 2 files changed, 10 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-10 19:04:02 UTC (rev 267624) +++ PKGBUILD 2016-05-10 19:07:12 UTC (rev 267625) @@ -3,20 +3,21 @@ # Contributor: Jan de Groot <[email protected]> pkgname=cheese -pkgver=3.20.1 +pkgver=3.20.2 pkgrel=1 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" +url="https://wiki.gnome.org/Apps/Cheese/" arch=(i686 x86_64) -license=('GPL') -depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 'gnome-video-effects' 'librsvg' 'gnome-desktop' 'libgudev') -makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala') +license=(GPL) +depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good + clutter-gst clutter-gtk libcanberra gnome-video-effects librsvg + gnome-desktop libgudev) +makedepends=(pkgconfig intltool gobject-introspection itstool vala) optdepends=('frei0r-plugins: More camera effects') -groups=('gnome-extra') -options=('!emptydirs') -url="http://www.gnome.org/projects/cheese/" -install=cheese.install +groups=(gnome-extra) +options=(!emptydirs) source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('13b454a84be4032832e0bd9b3ec5b0a6ba50cf329800a212fd1133d95fa33a4c') +sha256sums=('b7c18719b708e039c063ef09278ee813923556e06af4a7e9598c5d3bdeb83775') build() { cd $pkgname-$pkgver Deleted: cheese.install =================================================================== --- cheese.install 2016-05-10 19:04:02 UTC (rev 267624) +++ cheese.install 2016-05-10 19:07:12 UTC (rev 267625) @@ -1,12 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
