[weasel-commit] Source: listres=1.0.1-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Mon, 18 Jan 2010 20:50:12 -0500

================================
listres:source=1.0.1-2 (previous: 1.0.1-1)
cvc rdiff listres -1 /weasel.rpath.org@wgl:3-devel/1.0.1-2
================================
1.0.1-2 Filip Brcic (brcha@xxxxxxx) Mon Jan 18 20:50:03 2010
    fixed recipe + metadata

listres.recipe: changed
Index: listres.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- listres.recipe /weasel.rpath.org@wgl:3-devel/1.0.1-1
+++ listres.recipe /weasel.rpath.org@wgl:3-devel/1.0.1-2
@@ -1,14 +1,22 @@
 #
-# Copyright (c) 2005-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
 #
 
-loadSuperClass('xorgpackage.recipe')
+loadSuperClass('xorgpackage')
 class Listres(XorgPackageRecipe):
     name = 'listres'
     version = '1.0.1'
     component = 'app'
 
-    buildRequires = [ 'libICE:devel', 'libSM:devel', 'libXaw:devel',
-        'libXext:devel', 'libXmu:devel', 'libXpm:devel', 'libXt:devel' ]
+    buildRequires = [
+        'libICE:devel', 'libSM:devel', 'libXaw:devel', 'libXmu:devel',
+        'libXt:devel',
+        ]
+
+    shortDesc  = 'List resources in widgets'
+    url        = 'http://xorg.freedesktop.org/'
+    licenses   = [ 'MIT' ]
+    categories = [ 'X' ]
+    
+    extraConfig = ' --disable-xprint'



Committed by: brcha

Other related posts:

  • » [weasel-commit] Source: listres=1.0.1-2 - rbuilder