[weasel-commit] Source: libgnomeui=2.24.1-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 30 Jan 2010 13:05:24 -0500

================================
libgnomeui:source=2.24.1-1
cvc rdiff libgnomeui -1 /weasel.rpath.org@wgl:3-devel/2.24.1-1
================================
2.24.1-1 Filip Brcic (brcha@xxxxxxx) Sat Jan 30 13:05:15 2010
    Automatic promote by rBuild.

libgnomeui.recipe: new
--- /dev/null
+++ libgnomeui.recipe
@@ -0,0 +32 @@
+#
+# 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 Libgnomeui(GnomePackageRecipe):
+    name = 'libgnomeui'
+    version = '2.24.1'
+
+    buildRequires = [ 'fontconfig:runtime', 'GConf:devel', 'glib:devel',
+        'gnome-vfs:devel', 'gtk:runtime', 'libart_lgpl:devel',
+        'libbonobo:devel', 'libbonoboui:devel', 'libglade:devel',
+        'libgnomecanvas:devel', 'libgnome:devel', 'libjpeg:devel',
+        'libxml2:devel', 'ORBit2:devel', 'pango:devel', 'popt:devel',
+        'zlib:devel', 'cairo:devel', 'fontconfig:devel', 'freetype:devel',
+        'libpng:devel', 'GConf:runtime', 'gnome-keyring:devel', ]
+
+    buildMultiarch = True
+
+    def policy(r):
+        r.Remove('%(libdir)s/libglade/2.0/*.a',
+                 '%(prefix)s/lib/libglade/2.0/*.a',
+                 '%(libdir)s/gtk-2.0/2.4.0/filesystems/*.a',
+                 '%(prefix)s/lib/gtk-2.0/2.4.0/filesystems/*.a',
+                 allowNoMatch=True)
+
+        for pkg in ('libgnome', 'libgnomecanvas', 'gtk', 'glib',
+                    'libart_lgpl', 'GConf', 'libbonoboui'):
+            r.Requires('%s:devel' % pkg,
+                       '%(libdir)s/pkgconfig/libgnomeui-2.0.pc')

libgnomeui-2.24.1.tar.bz2: new

Committed by: brcha

Other related posts:

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