pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nocsd</Name>
  6. <Homepage>https://github.com/ZaWertun/gtk3-nocsd</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.toolkit.gtk</PartOf>
  14. <Summary> A hack to disable gtk+ 3 client side decoration.</Summary>
  15. <Description>gtk3-nocsd is a small module used to disable the client side decoration of Gtk+ 3.</Description>
  16. <Archive sha1sum="95298a0a09bcd1634916e490cc152eb3d18ee083" type="targz">
  17. https://github.com/ZaWertun/gtk3-nocsd/archive/v3.0.4.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>gobject-introspection-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level='1'>Always_override_property_gtk-decoration-layout.patch</Patch>
  25. <Patch level='1'>Fix_for_black_borders_around_some_application_windows.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>nocsd</Name>
  30. <RuntimeDependencies>
  31. <!-- <Dependency></Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin/gtk3-nocsd</Path>
  35. <Path fileType="library">/usr/lib/libgtk3-nocsd.so.0</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc/gtk3-nocsd</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2021-06-23</Date>
  44. <Version>3.0.4</Version>
  45. <Comment>First Beta release.</Comment>
  46. <Name>fury</Name>
  47. <Email>uglyside@yandex.ru</Email>
  48. </Update>
  49. </History>
  50. </PISI>