[weasel-commit] Source: gnome-common=2.26.0-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Mon, 25 Jan 2010 06:37:43 -0500

================================
gnome-common:source=2.26.0-1
cvc rdiff gnome-common -1 /weasel.rpath.org@wgl:3-devel/2.26.0-1
================================
2.26.0-1 Filip Brcic (brcha@xxxxxxx) Mon Jan 25 06:37:30 2010
    Automatic promote by rBuild.

gnome-common-2.26.0.tar.bz2: new
gnome-common.recipe: new
--- /dev/null
+++ gnome-common.recipe
@@ -0,0 +25 @@
+#
+# Copyright (c) 2004-2007 rpath, Inc.
+# All rights reserved
+#
+
+class GnomeCommon(AutoPackageRecipe):
+    name = 'gnome-common'
+    version = '2.26.0'
+
+    def unpack(r):
+        r.macros.majversion = '.'.join(r.version.split('.')[0:2])
+        r.addArchive('mirror://gnome/%(name)s/%(majversion)s/')
+
+    def policy(r):
+
+        for trove in [
+            'which:runtime',
+            'gnome-common:runtime',
+            'intltool:devel',
+            'intltool:runtime',
+            'pkg-config:devel',
+            'glib:devel',
+            'autoconf:runtime',
+            'automake:runtime' ]:
+            r.Requires(trove, '%(bindir)s/gnome-autogen.sh')


Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: gnome-common=2.26.0-1 - rbuilder