[arch-commits] Commit in telepathy-kde-send-file/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 31 20:01:53 UTC 2015


    Date: Friday, July 31, 2015 @ 22:01:53
  Author: arojas
Revision: 242898

Drop support for KDE4 dolphin

Modified:
  telepathy-kde-send-file/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-31 17:59:34 UTC (rev 242897)
+++ PKGBUILD	2015-07-31 20:01:53 UTC (rev 242898)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=telepathy-kde-send-file
 _pkgname=ktp-send-file
@@ -34,9 +34,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
-
-# Support KDE4 dolphin - TODO: Remove in 15.08
-  mkdir -p "$pkgdir"/usr/share/kde4/services/ServiceMenus
-  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop "$pkgdir"/usr/share/kde4/services/ServiceMenus
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list