Date: Tuesday, May 10, 2016 @ 21:20:03 Author: heftig Revision: 267632
3.20.2-1 Modified: gnome-music/trunk/PKGBUILD Deleted: gnome-music/trunk/gnome-music.install ---------------------+ PKGBUILD | 17 +++++++++-------- gnome-music.install | 12 ------------ 2 files changed, 9 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-10 19:18:45 UTC (rev 267631) +++ PKGBUILD 2016-05-10 19:20:03 UTC (rev 267632) @@ -2,22 +2,23 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.20.0 +pkgver=3.20.2 pkgrel=1 pkgdesc="Music player and management application" +url="https://wiki.gnome.org/Apps/Music" arch=(i686 x86_64) -license=('GPL') -url="https://wiki.gnome.org/Apps/Music" -depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs python-gobject python-cairo gst-plugins-base python-requests) +license=(GPL) +depends=(grilo grilo-plugins tracker libdmapsharing python-dbus dbus-glib + gnome-themes-standard gtk3 gvfs python-gobject python-cairo + gst-plugins-base python-requests) makedepends=(intltool itstool gobject-introspection) optdepends=('gst-plugins-good: Extra media codecs' 'gst-plugins-ugly: Extra media codecs' 'gst-plugins-bad: Extra media codecs' 'gst-libav: Extra media codecs') -groups=('gnome-extra') -install=gnome-music.install +groups=(gnome-extra) source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('f68359104d9d001dc9d7942d4082a2cfffa42f90834b29a87781a521473f6e63') +sha256sums=('ca328bfd85ba8cb651e4e3c5d56499b111cb95b4f3e9b2e482cca7830213c7a0') build() { cd $pkgname-$pkgver @@ -28,5 +29,5 @@ package() { cd $pkgname-$pkgver - make -j1 DESTDIR="${pkgdir}" install + make DESTDIR="${pkgdir}" install } Deleted: gnome-music.install =================================================================== --- gnome-music.install 2016-05-10 19:18:45 UTC (rev 267631) +++ gnome-music.install 2016-05-10 19:20:03 UTC (rev 267632) @@ -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 -}
