pisi-lightdm-greeter:new login screen ui for pisi
This commit is contained in:
@@ -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>
|
||||||
+254258
-254196
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
6ec2b4f9b3be75bbfef064a427ce4971c957880a
|
73566ae85e5d2ee897dc99e5ac21b82db4e162e7
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
0d538c49a30c90efb964ebf6f9f99a9551f64c84
|
d22ecb017bc20e7104e68f171681b587810b1bf4
|
||||||
Reference in New Issue
Block a user