pisi-lightdm-greeter:new login screen ui for pisi

This commit is contained in:
2021-04-30 09:12:07 +03:00
parent bd7b24d3f5
commit 081ffebd33
7 changed files with 254356 additions and 254198 deletions
@@ -0,0 +1,27 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2019 TUBITAK/UEKAE
# 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 qt5
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("LICENSE", "README.md")
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pisi-lightdm-greeter</Name>
<Homepage>https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>LGPLv3</License>
<Summary>Qt5 greeter for LightDM</Summary>
<Description>Qt5 greeter for LightDM</Description>
<Archive sha1sum="968f97da9771e3249ad0eef4e0f594080b7ec477" type="targz">https://github.com/ayhanyalcinsoy/pisi-lightDM-greeter/archive/refs/tags/V0.97.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>lightdm-devel</Dependency>
<Dependency>liblightdm-qt5-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libXcursor-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pisi-lightdm-greeter</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libXcursor</Dependency>
<Dependency>qt5-webengine</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>liblightdm-qt5</Dependency>
<Dependency>lightdm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="locale">/usr/share/local</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/xgreeters</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/lightdm</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-30</Date>
<Version>0.97.4</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>pisi-lightdm-greeter</Name>
<Summary xml:lang="tr">LightDM için Qt tabanlı bir giriş ekranı</Summary>
<Description xml:lang="tr">LightDM için Qt tabanlı bir giriş ekranı</Description>
</Source>
</PISI>