Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2018-08-16 18:45:47 +03:00
32 changed files with 234 additions and 35 deletions
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-08-15</Date>
<Version>0.17</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-03-18</Date>
<Version>0.17</Version>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-08-15</Date>
<Version>2.1.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-09-01</Date>
<Version>2.1.0</Version>
+1 -1
View File
@@ -67,7 +67,7 @@
<Update release="6">
<Date>2018-07-25</Date>
<Version>1.5.3</Version>
<Comment>Rebuild.</Comment>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+1 -1
View File
@@ -83,7 +83,7 @@
<Update release="6">
<Date>2018-07-27</Date>
<Version>4.0.9</Version>
<Comment>Version Bump.</Comment>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+20 -9
View File
@@ -1,19 +1,28 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
# Licensed under the GNU General Public License, version 2
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
autotools.autoreconf("-vif")
autotools.configure("--enable-custom-modes \
--disable-static \
--disable-doc")
autotools.autoreconf("-fiv")
options = "\
--disable-static \
"
if get.buildTYPE() == "_emul32":
options += " --libdir=/usr/lib32 \
"
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
@@ -21,4 +30,6 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "README")
if get.buildTYPE() == "_emul32":
pisitools.dodoc("README", "NEWS", "AUTHORS")
+24
View File
@@ -13,6 +13,9 @@
<Summary>Opus is a totally open, royalty-free, highly versatile audio codec</Summary>
<Description>Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.</Description>
<Archive sha1sum="35d108ca9d6a8d05e52d06c5421a5f95b39fdac9" type="targz">http://downloads.xiph.org/releases/opus/opus-1.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
</BuildDependencies>
</Source>
<Package>
@@ -33,6 +36,7 @@
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
@@ -46,8 +50,28 @@
<Path fileType="doc">/usr/share/doc/</Path>
</Files>
</Package>
<Package>
<Name>libopus-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libopus</Summary>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="current">libopus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-08-16</Date>
<Version>1.2.1</Version>
<Comment>Rebuild 32bit.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-08-01</Date>
<Version>1.2.1</Version>
+12 -3
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Basepack of plugins for gstreamer</Summary>
<Description>GStreamer base plugins are a well-groomed and well-maintained collection of GStreamer plugins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included.</Description>
<Archive sha1sum="ded0a72fd5bcd94b358160781c65a7db60ce33f0" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/1.12/gst-plugins-base-1.12.0.tar.xz</Archive>
<Archive sha1sum="8b87967aa2feb36b8028e39163d5de2533674b0f" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/1.12/gst-plugins-base-1.12.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>orc-devel</Dependency>
<Dependency>cdparanoia</Dependency>
@@ -21,7 +21,7 @@
<Dependency>libXv-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<!-- <Dependency>libopus-devel</Dependency> -->
<Dependency>libopus-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libtheora-devel</Dependency>
@@ -46,7 +46,7 @@
<Dependency>libX11</Dependency>
<Dependency>libogg</Dependency>
<Dependency>libXext</Dependency>
<!-- <Dependency>libopus</Dependency> -->
<Dependency>libopus</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>libvisual</Dependency>
@@ -78,6 +78,7 @@
<Dependency>pango-32bit</Dependency>
<Dependency>libogg-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libopus-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>libtheora-32bit</Dependency>
<Dependency>libvorbis-32bit</Dependency>
@@ -94,6 +95,7 @@
<Dependency>pango-32bit</Dependency>
<Dependency>libogg-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libopus-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
@@ -129,6 +131,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-08-16</Date>
<Version>1.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-08-11</Date>
<Version>1.12.0</Version>
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-16</Date>
<Version>1.9.9</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-01-16</Date>
<Version>1.9.9</Version>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-16</Date>
<Version>4.4.2_201502041700</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-05-15</Date>
<Version>4.4.2_201502041700</Version>
@@ -59,4 +66,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+8 -1
View File
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-16</Date>
<Version>0.98</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-05-11</Date>
<Version>0.98</Version>
@@ -52,4 +59,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+2 -1
View File
@@ -24,13 +24,14 @@ def setup():
--with-parallel-jobs=%s \
--enable-nss \
--with-rhino \
--bindir=/usr/bin \
--disable-system-kerberos \
--disable-system-pcsc \
--disable-system-sctp \
--enable-bootstrap \
--with-ecj-jar=/usr/share/java/ecj.jar \
--with-jdk-home=/usr/lib/jvm/java-7-openjdk \
--with-pkgversion='PisiLinux build 7.u121_2.6.8' \
--with-pkgversion='PisiLinux build 7u_181.2.6.14' \
" % get.makeJOBS().replace("-j", ""))
def build():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Open Java Development Kit</Summary>
<Description>OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE).</Description>
<Archive sha1sum="088b6a1885b2d54484e96f7ef6c9e2c4804784fc" type="targz">http://icedtea.wildebeest.org/download/source/icedtea-2.6.8.tar.gz</Archive>
<Archive sha1sum="338700ce1efe9a6ce1ed0b731206beb62c78d726" type="targz">http://icedtea.wildebeest.org/download/source/icedtea-2.6.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>ant</Dependency>
<Dependency>wget</Dependency>
@@ -300,6 +300,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-15</Date>
<Version>7u_181.2.6.14</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-18</Date>
<Version>7u_121.2.6.8</Version>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-08-16</Date>
<Version>0.27.2</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2017-01-08</Date>
<Version>0.27.2</Version>
+9 -2
View File
@@ -11,7 +11,7 @@
<License>GPL2</License>
<Summary>Open-source implementation of JavaScript written entirely in Java</Summary>
<Description>Open-source implementation of JavaScript written entirely in Java</Description>
<Archive sha1sum="d8af09f7c33b72c57a80f4f0fc2ba0a86ca3c4be" type="targz">https://github.com/mozilla/rhino/archive/Rhino1_7_7_1_RELEASE.tar.gz</Archive>
<Archive sha1sum="8251d4f4c1984ebe8464ef7d546ba4d25e8d8f81" type="targz">https://github.com/mozilla/rhino/archive/Rhino1_7_7_1_RELEASE.tar.gz</Archive>
<Archive sha1sum="57ba5952c98f32e20f0408e7c42debd296fc0b45" type="targz" target="rhino-Rhino1_7_7_1_RELEASE">http://archive.apache.org/dist/xmlbeans/binaries/xmlbeans-2.6.0.tgz</Archive>
<AdditionalFiles>
<AdditionalFile target="rhino">rhino</AdditionalFile>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-16</Date>
<Version>1.7.7.1</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-05-11</Date>
<Version>1.7.7.1</Version>
@@ -62,4 +69,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A collection of tools for internationalizing Python applications</Summary>
<Description>Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.</Description>
<Archive sha1sum="ce8d515da9f319f2c971f67464874cb7838f7583" type="targz">https://github.com/python-babel/babel/archive/v2.5.3.tar.gz</Archive>
<Archive sha1sum="20723ca6993fc2bf521d4f5db83c03346ad5da79" type="targz">https://github.com/python-babel/babel/archive/v2.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-pytz</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-08-15</Date>
<Version>2.6.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-02-26</Date>
<Version>2.5.3</Version>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-15</Date>
<Version>2.10</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-26</Date>
<Version>2.10</Version>
@@ -27,6 +27,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-15</Date>
<Version>1.0</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-26</Date>
<Version>1.0</Version>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-15</Date>
<Version>2.2.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>2.2.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
<Description>This module analyzes jpeg/jpeg2000/png/gif image header and return image size.</Description>
<Archive sha1sum="b0ae3151495d8bbb207170bff7ed253d929e0dce" type="targz">https://github.com/shibukawa/imagesize_py/archive/0.7.1.tar.gz</Archive>
<Archive sha1sum="fb4b40f8e920bc3fb6c6cbda32708e6ce0ddd0ce" type="targz">https://files.pythonhosted.org/packages/c6/3f/1db2da33804e8d7ef3a868b27b7bdc1aae6a4f693f0162d2aeeaf503864f/imagesize-1.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-08-15</Date>
<Version>1.0.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-01-29</Date>
<Version>0.7.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>World Timezone Definitions for Python</Summary>
<Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
<Archive sha1sum="b8d76d3a483d08d7e3a8c7058f5b0f4ed526cd3e" type="targz">https://pypi.python.org/packages/1b/50/4cdc62fc0753595fc16c8f722a89740f487c6e5670c644eb8983946777be/pytz-2018.3.tar.gz</Archive>
<Archive sha1sum="2119b042bf55014976b904934653597f52475dfa" type="targz">https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz</Archive>
</Source>
<Package>
@@ -25,6 +25,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-05-15</Date>
<Version>2018.4</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-02-26</Date>
<Version>2018.3</Version>
@@ -11,7 +11,7 @@
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Pythons standard urllib2 module provides most of the HTTP capabilities you need</Description>
<License>MIT</License>
<Archive sha1sum="827f7c8abb5a57d980d9870908724613b8b120c1" type="targz">https://pypi.python.org/packages/16/09/37b69de7c924d318e51ece1c4ceb679bf93be9d05973bb30c35babd596e2/requests-2.13.0.tar.gz</Archive>
<Archive sha1sum="b6e6ed992c86835aa1a7d7a81fec2aee0d385416" type="targz">https://files.pythonhosted.org/packages/54/1f/782a5734931ddf2e1494e4cd615a51ff98e1879cbe9eecbdfeaf09aa75e9/requests-2.19.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-08-15</Date>
<Version>2.19.1</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2017-09-04</Date>
<Version>2.13.0</Version>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Sphinx default theme.</Summary>
<Description>Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible.</Description>
<Archive sha1sum="1ffe2361b027c96bdc2253518f6d9fd6c3340cbc" type="targz">https://github.com/bitprophet/alabaster/archive/0.7.10.tar.gz</Archive>
<Archive sha1sum="1836447d7384f201c41f2b70cf8ba558f3661b4a" type="targz">https://github.com/bitprophet/alabaster/archive/0.7.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-15</Date>
<Version>0.7.11</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-25</Date>
<Version>0.7.10</Version>
@@ -21,8 +21,8 @@ def install():
load_grammar('%s/usr/lib/%s/site-packages/sphinx/pycode/Grammar-py2.txt')\"" %(get.installDIR(), get.curPYTHON(), ) )
# create sphinx documentation using itself
pythonmodules.run("sphinx-build.py doc doc/_build/html")
pisitools.dohtml("doc/_build/html/*")
#pythonmodules.run("sphinx-build.py doc doc/_build/html")
#pisitools.dohtml("doc/_build/html/*")
pisitools.dodoc("CHANGES", "EXAMPLES")
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
<Description>It's a very common documentation generator especially using for python based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
<Archive sha1sum="71dac26c76c3d60651f92ba52f9b4f6bb19d1d13" type="targz">https://pypi.python.org/packages/e3/87/e271f7f0d498c7fdaec009c27955401d18ef357c0d468e1eb2be36bdc68c/Sphinx-1.5.2.tar.gz</Archive>
<Archive sha1sum="d374d466a6d6b4fcf1df997ae580d66480134ea8" type="targz">https://files.pythonhosted.org/packages/8b/7e/b188d9a3b9c938e736e02a74c1363c2888e095d770df2c72b4c312f9fdcb/Sphinx-1.6.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>python-six</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-15</Date>
<Version>1.6.5</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>1.5.2</Version>
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Volunteer application is developed to compile the packages for Pisi distributions</Summary>
<Description>Application build the packages waiting at queue of build system as PISI packages using docker images and again, sent them to build system.</Description>
<Archive type="targz" sha1sum="88a452365ac3b3527773db019536f4b7144c5ad5">https://github.com/PisiLinuxNew/gonullu/archive/v1.1.7.tar.gz</Archive>
<Archive type="targz" sha1sum="71765f060f305fa63b151ab05687cb1382a850a2">https://github.com/PisiLinuxNew/gonullu/archive/v1.1.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-08-16</Date>
<Version>1.1.9</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2018-01-31</Date>
<Version>1.1.7</Version>
@@ -103,4 +110,4 @@
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-15</Date>
<Version>2.1.0</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-04-21</Date>
<Version>2.1.0</Version>
+8 -1
View File
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-15</Date>
<Version>1.1.6</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-30</Date>
<Version>1.1.6</Version>
@@ -66,4 +73,4 @@
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
+1 -1
View File
@@ -76,7 +76,7 @@ libomxil-bellagio:rebuild
<Update release="4">
<Date>2018-07-24</Date>
<Version>1.2.2</Version>
<Comment>Rebuild</Comment>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+1 -1
View File
@@ -69,7 +69,7 @@
<Update release="4">
<Date>2018-07-25</Date>
<Version>0.4.4</Version>
<Comment>Rebuild</Comment>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+1 -1
View File
@@ -83,7 +83,7 @@
<Update release="4">
<Date>2018-07-23</Date>
<Version>1.12</Version>
<Comment>Rebuild</Comment>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:gui</IsA>
<Summary>Terminal emulator for the X Window System</Summary>
<Description>The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.</Description>
<Archive sha1sum="4dffabe5662ee19611860b7d8284f237616d0b82" type="targz">ftp://invisible-island.net/xterm/xterm-327.tgz</Archive>
<Archive sha1sum="ad8325e4a23cc32be0933b2f38ae11f96797b12a" type="targz">http://invisible-mirror.net/archives/xterm/xterm-331.tgz</Archive>
<BuildDependencies>
<Dependency>fontconfig-devel</Dependency>
<Dependency>libICE-devel</Dependency>
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-15</Date>
<Version>331</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-02-16</Date>
<Version>327</Version>
+7
View File
@@ -84,6 +84,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-08-15</Date>
<Version>3.0.5</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-04-01</Date>
<Version>3.0.5</Version>