add lxhotkey v0.1.2

This commit is contained in:
uglyside
2025-07-06 10:00:21 +03:00
parent 5a888049a8
commit e37313cebf
2 changed files with 86 additions and 0 deletions
+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>