yali version bump
This commit is contained in:
@@ -8,9 +8,9 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
def setup():
|
||||
repo_uri = "https://ciftlik.pisilinux.org/2.0/pisi-index.xml.xz" # FIXME
|
||||
repo_uri = "https://ciftlik.pisilinux.org/2.0-Beta.1/pisi-index.xml.xz" # FIXME
|
||||
pisitools.dosed("yali/constants.py", "@REPO_URI@", repo_uri)
|
||||
pisitools.dosed("yali/constants.py", "@REPO_NAME@", "Stable") # FIXME
|
||||
pisitools.dosed("yali/constants.py", "@REPO_NAME@", "Beta") # FIXME
|
||||
|
||||
pisitools.dosed("conf/yali.conf", "@INSTALL_TYPE@", "default")
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Yet Another Linux Installer</Summary>
|
||||
<Description>YALI is the graphical installer for PiSi Linux distribution which is written using the Qt framework.</Description>
|
||||
<Archive sha1sum="fe8b70b30884ad573b3f0e080668a2498213ff77" type="targz">https://github.com/forYali/yali/archive/3.0.4.3.tar.gz</Archive>
|
||||
<Archive sha1sum="e5bd0be118dea095f94f96dcfa77efe6e42f90e0" type="targz">https://github.com/hrngultekin/yali/archive/v3.2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -55,6 +55,8 @@
|
||||
<Dependency>yali-theme-pisilinux</Dependency>
|
||||
<Dependency>python-udev</Dependency>
|
||||
<Dependency>pisilinux-desktop-services</Dependency>
|
||||
<Dependency>rsync</Dependency>
|
||||
<Dependency>efibootmgr</Dependency>
|
||||
<!--
|
||||
pardusman should add locale packages according to the selected languages.
|
||||
IsA tags could be used to decide which packages to be installed.
|
||||
@@ -88,6 +90,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-08-20</Date>
|
||||
<Version>3.2.0.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2019-10-17</Date>
|
||||
<Version>3.0.4.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user