[arch-commits] Commit in gnome-subtitles/trunk (PKGBUILD fix-help.patch)

Balló György bgyorgy at nymeria.archlinux.org
Sun Mar 31 21:57:50 UTC 2013


    Date: Sunday, March 31, 2013 @ 23:57:50
  Author: bgyorgy
Revision: 87453

upgpkg: gnome-subtitles 1.3-1

Update to version 1.3

Modified:
  gnome-subtitles/trunk/PKGBUILD
Deleted:
  gnome-subtitles/trunk/fix-help.patch

----------------+
 PKGBUILD       |   25 +++++++++++--------------
 fix-help.patch |   31 -------------------------------
 2 files changed, 11 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-31 20:57:07 UTC (rev 87452)
+++ PKGBUILD	2013-03-31 21:57:50 UTC (rev 87453)
@@ -2,33 +2,30 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-subtitles
-pkgver=1.2
-pkgrel=3
+pkgver=1.3
+pkgrel=1
 pkgdesc="Video subtitle editor for GNOME"
 arch=('i686' 'x86_64')
 url="http://gnomesubtitles.org/"
 license=('GPL')
-depends=('gstreamer0.10-base-plugins' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
+depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell' 'desktop-file-utils')
 makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: Extra media codecs'
-            'gstreamer0.10-bad-plugins: Extra media codecs'            
-            'gstreamer0.10-ugly-plugins: Extra media codecs'
-            'gstreamer0.10-ffmpeg: Extra media codecs')
+optdepends=('gst-plugins-good: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'            
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs')
 options=('!libtool')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-        fix-help.patch)
-md5sums=('b7f3175b7a189471821d809171121d62'
-         '7645bc18812ea52137adddd6e87942d5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b0570134af6626d4e6c018c5f7774964')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/fix-help.patch"
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-install --disable-scrollkeeper \
+              --disable-static --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
+  make -j1
 }
 
 package() {

Deleted: fix-help.patch
===================================================================
--- fix-help.patch	2013-03-31 20:57:07 UTC (rev 87452)
+++ fix-help.patch	2013-03-31 21:57:50 UTC (rev 87453)
@@ -1,31 +0,0 @@
-From 0b66f14b812bb83ca149bc29906716c17f388da1 Mon Sep 17 00:00:00 2001
-From: Pedro Castro <pedro at gnomesubtitles.org>
-Date: Sat, 10 Mar 2012 11:32:28 +0000
-Subject: Fix #671567 (Fix opening help), based on a patch from György Balló.
-
-Fix keyboard shortcuts url.
----
-diff --git a/src/GnomeSubtitles/Core/EventHandlers.cs b/src/GnomeSubtitles/Core/EventHandlers.cs
-index 014fc54..6de82b0 100644
---- a/src/GnomeSubtitles/Core/EventHandlers.cs
-+++ b/src/GnomeSubtitles/Core/EventHandlers.cs
-@@ -392,15 +392,11 @@ public class EventHandlers {
- 	/*	Help Menu */
- 	
- 	public void OnHelpContents (object o, EventArgs args) {
--		const string arg = "ghelp:gnome-subtitles";
--		if ((!Util.OpenUrl("gnome-help " + arg)) && (!Util.OpenUrl("yelp " + arg))) {
--			BasicErrorDialog errorDialog = new BasicErrorDialog(Catalog.GetString("The Gnome Subtitles Manual could not be found."), Catalog.GetString("Please verify that your installation has been completed successfully."));
--			errorDialog.Show();
--		}
-+		Util.OpenUrl("ghelp:gnome-subtitles");
- 	}
- 	
- 	public void OnHelpKeyboardShortcuts (object o, EventArgs args) {
--		Util.OpenUrl("http://gnome-subtitles.sourceforge.net/shortcuts");
-+		Util.OpenUrl("http://gnomesubtitles.org/shortcuts");
- 	}
- 
- 	public void OnHelpRequestFeature (object o, EventArgs args) {
---
-cgit v0.9.0.2




More information about the arch-commits mailing list