1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nwg-wrapper</Name>
- <Homepage>https://github.com/nwg-piotr/nwg-wrapper</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>app</IsA>
- <PartOf>desktop.misc</PartOf>
- <Summary>pass</Summary>
- <Description>Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors.</Description>
- <Archive sha1sum="b97dbe8303234cccf7e9b3ab66cd619def6cb3da" type="targz">
- https://github.com/nwg-piotr/nwg-wrapper/archive/refs/tags/v0.1.3.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>gtk-layer-shell</Dependency>
- <Dependency>python3-importlib_metadata</Dependency>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level='1'></Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>nwg-wrapper</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>gtk-layer-shell</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/nwg-wrapper</Path>
- <Path fileType="library">/usr/lib/python3*/site-packages</Path>
- <Path fileType="data">/usr/share/doc/nwg-wrapper</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-12-30</Date>
- <Version>0.1.3</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|