[arch-commits] Commit in arista/trunk (PKGBUILD remove-arista-nautilus_py.patch)

Fabio Castelli muflone at archlinux.org
Sat Sep 20 17:00:29 UTC 2014


    Date: Saturday, September 20, 2014 @ 19:00:29
  Author: muflone
Revision: 119327

upgpkg: arista 0.9.7-10

Added:
  arista/trunk/remove-arista-nautilus_py.patch
Modified:
  arista/trunk/PKGBUILD

---------------------------------+
 PKGBUILD                        |   14 ++++++++------
 remove-arista-nautilus_py.patch |   11 +++++++++++
 2 files changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-20 15:27:53 UTC (rev 119326)
+++ PKGBUILD	2014-09-20 17:00:29 UTC (rev 119327)
@@ -4,18 +4,16 @@
 
 pkgname=arista
 pkgver=0.9.7
-pkgrel=9
+pkgrel=10
 pkgdesc="Easy to use multimedia transcoder for the GNOME Desktop"
 arch=('any')
 url="http://www.transcoder.org/"
 license=('LGPL2.1')
-depends=('pygtk' 'python2-gconf' 'python2-dbus' 'python2-rsvg' 'python2-gudev' 'gnome-icon-theme'
-         'gstreamer0.10-python' 'desktop-file-utils')
+depends=('pygtk' 'python2-gconf' 'python2-dbus' 'python2-rsvg' 'python2-gudev' 'gstreamer0.10-python' 'desktop-file-utils')
 optdepends=('libdvdread: for DVD reading'
             'libdvdcss: for encrypted DVD reading'
             'pywebkitgtk: show in-app codecs help'
             'python2-notify: show notifications in your desktop environment'
-            'python2-nautilus: Nautilus file manager integration'
             'gstreamer0.10-ffmpeg: enable FFMpeg based audio/video plugins'
             'gstreamer0.10-base-plugins: enable basic set of well-supported audio/video plugins'
             'gstreamer0.10-good-plugins: enable a set of well-supported free audio/video plugins'
@@ -23,10 +21,12 @@
             'gstreamer0.10-ugly-plugins: enable a set of well-supported non-free audio/video plugins')
 source=("http://programmer-art.org/media/releases/arista-transcoder/${pkgname}-${pkgver}.tar.gz"
         "fix-for-python2.patch"
-        "gst-webkit-imports.patch")
+        "gst-webkit-imports.patch"
+        "remove-arista-nautilus_py.patch")
 sha256sums=('e6028e45516f0c5a736d6ec3c19f783e0a06d103cf2a816b8cc967ab964023ff'
             '7f783c54122eb4b47b121a3a47ee69d552cb6f1b5a78ed6836b48f12d2b1883d'
-            '625c2767a36e591b38ef31e28dddb8e45218b632ce2a150f12ed2eed34746406')
+            '625c2767a36e591b38ef31e28dddb8e45218b632ce2a150f12ed2eed34746406'
+            '704fd490fb48e334abc84274e6e9012bd514afd4cf33313dd34fc96eacf83c7b')
 conflicts=('arista-transcoder')
 replaces=('arista-transcoder')
 install="${pkgname}.install"
@@ -35,6 +35,8 @@
   cd "${pkgname}-${pkgver}"
   patch -p1 -i "../fix-for-python2.patch"
   patch -p1 -i "../gst-webkit-imports.patch"
+  # The script arista-nautilus.py doesn't work with Nautilus 3.x
+  patch -p1 -i "../remove-arista-nautilus_py.patch"
 }
 
 package() {

Added: remove-arista-nautilus_py.patch
===================================================================
--- remove-arista-nautilus_py.patch	                        (rev 0)
+++ remove-arista-nautilus_py.patch	2014-09-20 17:00:29 UTC (rev 119327)
@@ -0,0 +1,11 @@
+diff -Naur arista-0.9.7-orig/setup.py arista-0.9.7/setup.py
+--- arista-0.9.7-orig/setup.py	2011-06-20 16:11:26.000000000 +0200
++++ arista-0.9.7/setup.py	2014-09-20 17:59:52.603607332 +0200
+@@ -25,7 +25,6 @@
+     (os.path.join("share", "doc", "arista"), [
+         "README.md", "LICENSE", "AUTHORS"
+     ]),
+-    (os.path.join("share", "nautilus-python", "extensions"), ["arista-nautilus.py"]),
+ ]
+ 
+ for (prefix, path) in [("arista", "presets"), 




More information about the arch-commits mailing list