add lxappearance-obconf v0.2.4

This commit is contained in:
uglyside
2025-07-06 10:01:00 +03:00
parent e37313cebf
commit 4336fef195
2 changed files with 73 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>