LXDE: add parcellite clipboard manager, gpicview image viewer; libfm, pcmanfm, lxpanel update.

This commit is contained in:
uglyside
2025-06-12 18:10:42 +03:00
parent 1f45adb968
commit a00ff8e3e8
28 changed files with 789 additions and 812 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/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, get
def setup():
autotools.configure("--prefix=/usr --enable-gtk3")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gpicview</Name>
<Homepage>https://github.com/lxde/gpicview</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.lxde</PartOf>
<Summary>Lightweight image viewer.</Summary>
<Description>Lightweight image viewer written by LXDE project.</Description>
<Archive sha1sum="8947b369dd32983f4cc4b19277223295b76b372f" type="tarxz">https://github.com/lxde/releases/raw/master/releases/gpicview-0.3.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>gpicview</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-06-12</Date>
<Version>0.3.1</Version>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>