[arch-commits] Commit in phonon-gstreamer/trunk (2 files)

Antonio Rojas arojas at archlinux.org
Thu Feb 23 11:59:52 UTC 2017


    Date: Thursday, February 23, 2017 @ 11:59:51
  Author: arojas
Revision: 289425

Drop ancient provides/replaces and install file

Modified:
  phonon-gstreamer/trunk/PKGBUILD
Deleted:
  phonon-gstreamer/trunk/phonon-qt4-gstreamer.install

------------------------------+
 PKGBUILD                     |   13 +++----------
 phonon-qt4-gstreamer.install |   11 -----------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-23 11:50:39 UTC (rev 289424)
+++ PKGBUILD	2017-02-23 11:59:51 UTC (rev 289425)
@@ -4,11 +4,10 @@
 pkgbase=phonon-gstreamer
 pkgname=('phonon-qt4-gstreamer' 'phonon-qt5-gstreamer')
 pkgver=4.9.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
-depends=('gst-plugins-base')
 optdepends=('pulseaudio: PulseAudio support' 'gst-plugins-good: PulseAudio support and good codecs' 'gst-plugins-bad: additional codecs'
 	'gst-plugins-ugly: additional codecs' 'gst-libav: libav codec')
 makedepends=('gst-plugins-base' 'extra-cmake-modules' 'automoc4' 'phonon-qt4' 'phonon-qt5' 'qt5-x11extras')
@@ -43,10 +42,7 @@
 
 package_phonon-qt4-gstreamer() {
   pkgdesc="Phonon GStreamer backend for Qt4"
-  provides=('phonon-backend' 'phonon-qt4-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  install="phonon-qt4-gstreamer.install"
+  depends=(gst-plugins-base phonon-qt4)
 
   cd build-qt4
   make DESTDIR="${pkgdir}" install
@@ -57,10 +53,7 @@
 
 package_phonon-qt5-gstreamer() {
   pkgdesc="Phonon GStreamer backend for Qt5"
-  provides=('phonon-qt5-backend')
-  replaces=('phonon-gstreamer')
-  conflicts=('phonon-gstreamer')
-  depends+=('qt5-x11extras')
+  depends=(gst-plugins-base qt5-x11extras phonon-qt5)
 
   cd build-qt5
   make DESTDIR="${pkgdir}" install

Deleted: phonon-qt4-gstreamer.install
===================================================================
--- phonon-qt4-gstreamer.install	2017-02-23 11:50:39 UTC (rev 289424)
+++ phonon-qt4-gstreamer.install	2017-02-23 11:59:51 UTC (rev 289425)
@@ -1,11 +0,0 @@
-post_install(){
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list