[weasel-commit] Source: gnome-vfs=2.24.1-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 29 Jan 2010 08:55:18 -0500

================================
gnome-vfs:source=2.24.1-1
cvc rdiff gnome-vfs -1 /weasel.rpath.org@wgl:3-devel/2.24.1-1
================================
2.24.1-1 Filip Brcic (brcha@xxxxxxx) Fri Jan 29 08:55:08 2010
    Automatic promote by rBuild.

05_default-browser.patch: new
--- /dev/null
+++ 05_default-browser.patch
@@ -0,0 +20 @@
+--- schemas/desktop_gnome_url_handlers.schemas.in.orig 2004-09-15 
11:47:20.000000000 +0200
++++ schemas/desktop_gnome_url_handlers.schemas.in      2004-09-15 
11:47:47.000000000 +0200
+@@ -153,7 +153,7 @@
+       <applyto>/desktop/gnome/url-handlers/http/command</applyto>
+       <owner>gnome</owner>
+       <type>string</type>
+-      <default>epiphany %s</default>
++      <default>firefox %s</default>
+       <locale name="C">
+         <short>The handler for "http" URLs</short>
+         <long>The command used to handle "http" URLs, if enabled.</long>
+@@ -187,7 +187,7 @@
+       <applyto>/desktop/gnome/url-handlers/https/command</applyto>
+       <owner>gnome</owner>
+       <type>string</type>
+-      <default>epiphany %s</default>
++      <default>firefox %s</default>
+       <locale name="C">
+         <short>The handler for "https" URLs</short>
+         <long>The command used to handle "https" URLs, if enabled.</long>

gnome-vfs.recipe: new
--- /dev/null
+++ gnome-vfs.recipe
@@ -0,0 +25 @@
+#
+# Copyright (c) 2004-2007 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+loadSuperClass('gnomepackage')
+class GnomeVfs(GnomePackageRecipe):
+    name = 'gnome-vfs'
+    version = '2.24.1'
+
+    buildRequires = [
+        'GConf:devel', 'GConf:runtime', 'acl:devel', 'attr:devel', 
'bzip2:devel',
+        'e2fsprogs:devel', 'gamin:devel', 'hal:devel', 'krb5:devel', 
'openssl:devel',
+        ]
+
+    buildMultiarch = True
+
+    patches = [
+        '05_default-browser.patch',
+        ]
+
+    def policy(r):
+        # libraries require runtime for daemon and config files
+        r.ComponentRequires({'runtime': set(('lib',))})

gnome-vfs-2.24.1.tar.bz2: new

Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: gnome-vfs=2.24.1-1 - rbuilder