[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [craft-blueprints-kde] dev-utils/_autotools/icoutils: Fix icoutils by not running autoreconf
From:       Hannah von Reth <null () kde ! org>
Date:       2018-09-20 8:34:06
Message-ID: E1g2uPW-0005Gv-8z () code ! kde ! org
[Download RAW message or body]

Git commit a379754411b8a38f6c2d1161006eab6bab220fbc by Hannah von Reth.
Committed on 20/09/2018 at 08:33.
Pushed by vonreth into branch 'master'.

Fix icoutils by not running autoreconf

M  +2    -3    dev-utils/_autotools/icoutils/icoutils.py

https://commits.kde.org/craft-blueprints-kde/a379754411b8a38f6c2d1161006eab6bab220fbc

diff --git a/dev-utils/_autotools/icoutils/icoutils.py b/dev-utils/_autotools/icoutils/icoutils.py
index 69ac966..9ec82bd 100644
--- a/dev-utils/_autotools/icoutils/icoutils.py
+++ b/dev-utils/_autotools/icoutils/icoutils.py
@@ -2,9 +2,6 @@ import info
 
 
 class subinfo(info.infoclass):
-    def registerOptions(self):
-        self.parent.package.categoryInfo.platforms = CraftCore.compiler.Platforms.NotMacOS
-
     def setTargets( self ):
         for ver in ["0.32.3"]:
             self.targets[ ver ] = f"http://savannah.nongnu.org/download/icoutils/icoutils-{ver}.tar.bz2"
@@ -25,3 +22,5 @@ from Package.AutoToolsPackageBase import *
 class Package(AutoToolsPackageBase):
     def __init__( self, **args ):
         AutoToolsPackageBase.__init__( self )
+        self.subinfo.options.configure.autoreconf = False
+
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic