Merge pull request #16941 from mrSi-Si/various

add lxappearance-obconf and lxhotkey.
This commit is contained in:
Kamil ATLI
2025-07-06 16:15:54 +03:00
committed by GitHub
4 changed files with 159 additions and 0 deletions
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-gtk3 --disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING")
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxappearance-obconf</Name>
<Homepage>https://github.com/lxde/lxappearance-obconf</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>lxappearance-obconf</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.lxde</PartOf>
<Summary>Lxappearance obconf plugin.</Summary>
<Description>A plugin for lxappearance to modify openbox themes.</Description>
<Archive sha1sum="b06f4bab61c5a8ab1bf03f09081c2a6d4c2d2cb5" type="tarxz">https://github.com/lxde/releases/raw/master/releases/lxappearance-obconf-0.2.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>openbox-devel</Dependency>
<Dependency>lxappearance-devel</Dependency>
<Dependency>gdk-pixbuf-xlib-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>lxappearance-obconf</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>openbox</Dependency>
<Dependency>lxappearance</Dependency>
<Dependency>gdk-pixbuf-xlib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-06</Date>
<Version>0.2.4</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-shared --with-gtk=3")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING")
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxhotkey</Name>
<Homepage>https://github.com/lxde/lxhotkey</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>lxhotkey</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.lxde</PartOf>
<Summary>LXDE keyboard.shortcuts.configurator.</Summary>
<Description>A.lightweight.global.keyboard.shortcuts.configurator.</Description>
<Archive sha1sum="2dbbb5345474c5ff51800cfd59996c508140fa69" type="tarxz">https://github.com/lxde/releases/raw/master/releases/lxhotkey-0.1.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libfm-devel</Dependency>
<Dependency>libunistring-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>lxhotkey</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libfm</Dependency>
<Dependency>libunistring</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>lxhotkey-devel</Name>
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>libfm-devel</Dependency>
<Dependency>libunistring-devel</Dependency>
<Dependency release="current">lxhotkey</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-06</Date>
<Version>0.1.2</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>