[arch-commits] Commit in gnome-mplayer/trunk (PKGBUILD gnome-mplayer.install)

Lukas Fleischer lfleischer at archlinux.org
Wed May 11 17:59:38 UTC 2016


    Date: Wednesday, May 11, 2016 @ 19:59:37
  Author: lfleischer
Revision: 174817

upgpkg: gnome-mplayer 1.0.9-3

Hooks (part 1) rebuild.

Modified:
  gnome-mplayer/trunk/PKGBUILD
Deleted:
  gnome-mplayer/trunk/gnome-mplayer.install

-----------------------+
 PKGBUILD              |    4 +---
 gnome-mplayer.install |   22 ----------------------
 2 files changed, 1 insertion(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 17:57:59 UTC (rev 174816)
+++ PKGBUILD	2016-05-11 17:59:37 UTC (rev 174817)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Allan McRae <mcrae_allan at hotmail.com>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
@@ -5,7 +4,7 @@
 
 pkgname=gnome-mplayer
 pkgver=1.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple MPlayer GUI.'
 arch=('i686' 'x86_64')
 url='http://gnome-mplayer.googlecode.com/'
@@ -12,7 +11,6 @@
 license=('GPL')
 depends=('mplayer' 'dbus-glib' 'libnotify' 'hicolor-icon-theme' 'dconf' 'gmtk')
 makedepends=('nautilus' 'nemo' 'caja' 'gconf')
-install="${pkgname}.install"
 source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz"
         "caja.patch")
 md5sums=('26c3ab335b6fcdda220b05c977f5b0f1'

Deleted: gnome-mplayer.install
===================================================================
--- gnome-mplayer.install	2016-05-11 17:57:59 UTC (rev 174816)
+++ gnome-mplayer.install	2016-05-11 17:59:37 UTC (rev 174817)
@@ -1,22 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
-}



More information about the arch-commits mailing list