Introduce gdm-settings and its missing dep blueprint-compiler

gdm-settings is pretty useful for customizing GNOME's login screen
without having to dig through configuration files and all those hacks
manually.
This commit is contained in:
Bahar KURT
2025-01-02 01:23:10 +03:00
parent 32179ac30d
commit 257b9ff0dd
6 changed files with 148 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
@@ -0,0 +1,42 @@
<PISI>
<Source>
<Name>blueprint-compiler</Name>
<Homepage>https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/</Homepage>
<Packager>
<Name>Bahar Kurt</Name>
<Email>kurtbahartr@gmail.com</Email>
</Packager>
<License>LGPL-3.0+</License>
<PartOf>programming.languages</PartOf>
<Summary>Blueprint is a markup language and compiler for GTK 4 user interfaces.</Summary>
<Description>Blueprint is still experimental. Future versions may have breaking changes, and most GTK tutorials use XML syntax.</Description>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<Archive sha1sum="529ff901ad94e351047fc474f29d7002274ea88e" type="targz">https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.14.0/blueprint-compiler-v0.14.0.tar.gz</Archive>
</Source>
<Package>
<Name>blueprint-compiler</Name>
<Summary>Blueprint is a markup language and compiler for GTK 4 user interfaces.</Summary>
<RuntimeDependencies>
<Dependency>gobject-introspection</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-pygobject3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-12-31</Date>
<Version>0.14.0</Version>
<Comment>Initial packaging for PiSi.</Comment>
<Name>Bahar Kurt</Name>
<Email>kurtbahartr@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,11 @@
<PISI>
<Source>
<Name>blueprint-compiler</Name>
<Summary xml:lang="tr">Blueprint GTK 4 kullanıcı arayüzleri için bir bir markup ve dili ve derleyicidir.</Summary>
<Description xml:lang="tr">Blueprint hâlâ deneyseldir. Gelecek sürümlerin kırıcı değişiklikleri olabilir, ve çoğu GTK eğiticileri XML notasyonunu kullanmaktadır.</Description>
</Source>
<Package>
<Name>blueprint-compiler</Name>
<Summary xml:lang="tr">Blueprint GTK 4 kullanıcı arayüzleri için bir bir markup ve dili ve derleyicidir.</Summary>
</Package>
</PISI>