Merge pull request #2625 from alihanozturk/master
tcl alternatives font-util
This commit is contained in:
@@ -16,9 +16,6 @@ def setup():
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.unlinkDir("%s/tcl8.6.4/pkgs/sqlite3.8.8.3" % get.workDIR())
|
||||
shelltools.unlinkDir("%s/tcl8.6.6/pkgs/sqlite3.13.0" % get.workDIR())
|
||||
shelltools.cd("unix")
|
||||
|
||||
autotools.autoreconf("-fi")
|
||||
@@ -58,4 +58,4 @@ def install():
|
||||
|
||||
pisitools.dosym("/usr/bin/tclsh8.6","/usr/bin/tclsh")
|
||||
|
||||
pisitools.dodoc("ChangeLog","changes","license.terms","README")
|
||||
pisitools.dodoc("ChangeLog","changes","license.terms","README")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tcl programming language</Summary>
|
||||
<Description>Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks.</Description>
|
||||
<Archive sha1sum="33c5a083a23cf54f15e25a9e787dc39ef3fa0a2b" type="targz">mirrors://sourceforge/tcl/tcl8.6.4-src.tar.gz</Archive>
|
||||
<Archive sha1sum="169dd1589cad62c9fac4257c113db245da502cd0" type="targz">mirrors://sourceforge/tcl/tcl8.6.6-src.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -26,7 +26,7 @@
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/lib/tcl8.5</Path>
|
||||
<Path fileType="data">/usr/lib/tcl8.6</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
@@ -54,14 +54,21 @@
|
||||
<Dependency release="current">tcl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/sqlite3.8.8.3/libsqlite*</Path>
|
||||
<Path fileType="data">/usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.3.tm</Path>
|
||||
<Path fileType="library">/usr/lib/sqlite3.13.0/libsqlite*</Path>
|
||||
<Path fileType="data">/usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm</Path>
|
||||
<Path fileType="man">/usr/share/man/mann/tdbc_sqlite3.n</Path>
|
||||
<Path fileType="man">/usr/share/man/mann/sqlite3.n</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>8.6.6</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>8.6.4</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Alternative management system</Summary>
|
||||
<Description>alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. Alternatives system determines the defaults when several programs fulfilling the same or similar functions to be installed on a single system at the same time.</Description>
|
||||
<Archive sha1sum="c02e19919064e9da9e51ffeb5b796b4c3d8be093" type="tarxz">https://git.fedorahosted.org/cgit/chkconfig.git/snapshot/chkconfig-chkconfig-1.3.63.tar.xz</Archive>
|
||||
<Archive sha1sum="180442f88fe3a75af371005768ef5af2d5b22cca" type="tarxz">https://git.fedorahosted.org/cgit/chkconfig.git/snapshot/chkconfig-chkconfig-1.8.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
<Dependency>newt-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>1.8</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>1.3.63</Version>
|
||||
|
||||
@@ -32,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>1.3.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-02</Date>
|
||||
<Version>1.3.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user