[weasel-commit] Source: icon-naming-utils=0.8.90-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 27 Jan 2010 13:15:16 -0500

================================
icon-naming-utils:source=0.8.90-2 (previous: 0.8.90-1)
cvc rdiff icon-naming-utils -1 /weasel.rpath.org@wgl:3-devel/0.8.90-2
================================
0.8.90-2 Filip Brcic (brcha@xxxxxxx) Wed Jan 27 13:15:02 2010
    fixed recipe and metadata

icon-naming-utils.recipe: changed
Index: icon-naming-utils.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- icon-naming-utils.recipe /weasel.rpath.org@wgl:3-devel/0.8.90-1
+++ icon-naming-utils.recipe /weasel.rpath.org@wgl:3-devel/0.8.90-2
@@ -1,28 +1,23 @@
 #
-# Copyright (c) 2006 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
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
-class Iconnamingutils(AutoPackageRecipe):
+class IconNamingUtils(AutoPackageRecipe):
     name = 'icon-naming-utils'
     version = '0.8.90'
-    buildRequires = [ 'perl-XML-Simple:perl', 'perl:lib', 'perl:runtime', ]
+
+    buildRequires = [
+        'perl-XML-Simple:perl', 'perl:runtime', 'perl:devel',
+        ]
+
+    shortDesc  = 'Icon naming utilities'
+    longDesc   = """
+Utils to help with the transition to the new freedesktop.org naming scheme.
+"""
+    url        = 'http://tango.freedesktop.org'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'X' ]
 
     def unpack(r):
         r.addArchive('http://tango.freedesktop.org/releases/')
-
-        if Arch.x86_64:
-            # First build 32bit version
-            macros32 = r.macros.copy()
-            macros32.cc = '"gcc -m32"'
-            macros32.cxx = '"g++ -m32"'
-            macros32.libdir = '%(prefix)s/lib'
-
-            r.Run('cp -a %(builddir)s %(builddir)s/../32bit')
-
-            r.Configure(dir='../32bit', overrideMacros=macros32, 
preConfigure='USE_ARCH=32')
-            r.Make(dir='../32bit', overrideMacros=macros32, 
preMake='USE_ARCH=32')
-            r.MakeInstall(dir='../32bit', overrideMacros=macros32, 
preMake='USE_ARCH=32')
-            
-            r.NormalizePkgConfig(exceptions='.*')



Committed by: brcha

Other related posts: