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

Christian Hesse eworm at archlinux.org
Wed Apr 27 13:28:49 UTC 2016


    Date: Wednesday, April 27, 2016 @ 15:28:49
  Author: eworm
Revision: 172040

upgpkg: mpv 1:0.17.0-3

Hooks! (Remove install file...)

Modified:
  mpv/trunk/PKGBUILD
Deleted:
  mpv/trunk/mpv.install

-------------+
 PKGBUILD    |    3 +--
 mpv.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 13:25:51 UTC (rev 172039)
+++ PKGBUILD	2016-04-27 13:28:49 UTC (rev 172040)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -21,7 +21,6 @@
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
 optdepends=('youtube-dl: for video-sharing websites playback')
 options=('!emptydirs' '!buildflags')
-install=mpv.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
   "http://www.freehackers.org/~tnagy/release/waf-${_waf_version}")
 sha256sums=('602cd2b0f5fc7e43473234fbb96e3f7bbb6418f15eb8fa720d9433cce31eba6e'

Deleted: mpv.install
===================================================================
--- mpv.install	2016-04-27 13:25:51 UTC (rev 172039)
+++ mpv.install	2016-04-27 13:28:49 UTC (rev 172040)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list