1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>nocsd</Name>
- <Homepage>https://github.com/ZaWertun/gtk3-nocsd</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <PartOf>desktop.toolkit.gtk</PartOf>
- <Summary> A hack to disable gtk+ 3 client side decoration.</Summary>
- <Description>gtk3-nocsd is a small module used to disable the client side decoration of Gtk+ 3.</Description>
- <Archive sha1sum="95298a0a09bcd1634916e490cc152eb3d18ee083" type="targz">
- https://github.com/ZaWertun/gtk3-nocsd/archive/v3.0.4.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level='1'>Always_override_property_gtk-decoration-layout.patch</Patch>
- <Patch level='1'>Fix_for_black_borders_around_some_application_windows.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>nocsd</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/gtk3-nocsd</Path>
- <Path fileType="library">/usr/lib/libgtk3-nocsd.so.0</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc/gtk3-nocsd</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2021-06-23</Date>
- <Version>3.0.4</Version>
- <Comment>First Beta release.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|