Kaydet (Commit) 0fd6bd7c authored tarafından Eray Özkural's avatar Eray Özkural

* report build dep version, too (hopefully)

* add tr summary
üst e5c6b60b
......@@ -380,7 +380,7 @@ class Builder:
if dep_unsatis:
ctx.ui.info(_("Unsatisfied Build Dependencies:"))
for dep in dep_unsatis:
ctx.ui.warning(dep.package)
ctx.ui.warning(str(dep))
if not ctx.config.get_option('ignore_dependency'):
if ctx.ui.confirm(
_('Do you want to install the unsatisfied build dependencies')):
......
......@@ -14,11 +14,12 @@
<IsA>category</IsA>
<PartOf>component</PartOf>
<Summary xml:lang="en">Info ZIP (encryption support)</Summary>
<Summary xml:lang="tr">Info ZIP (şifre şeysi)</Summary>
<Description xml:lang="en">Info ZIP (encryption support)</Description>
<Archive type="targz" sha1sum="0600c93218e6acf1be75dd79da4244eabc8e16cf">ftp://ftp.linux.org.tr/pub/mirrors/gentoo/distfiles/zip23.tar.gz</Archive>
<Patches>
<Patch>zip-2.3-unix_configure-pic.patch</Patch>
<Patch level="1">zip-CAN-2004-1010.patch</Patch>
<Patch>zip-2.3-unix_configure-pic.patch</Patch>
<Patch level="1">zip-CAN-2004-1010.patch</Patch>
<Patch level="1">zcrypt.patch</Patch>
</Patches>
<BuildDependencies>
......@@ -29,7 +30,7 @@
<Package>
<Name>zip</Name>
<RuntimeDependencies>
<Dependency>unzip</Dependency>
<Dependency>unzip</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="binary">/usr/bin</Path>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment