pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xsettingsd</Name>
  6. <Homepage>https://github.com/derat/xsettingsd</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>xsettingsd</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Provides settings to X11 applications via the XSETTINGS specification</Summary>
  15. <Description>Provides settings to X11 applications via the XSETTINGS specification</Description>
  16. <Archive sha1sum="682d0c968c45cbef80b6d0f896d9e347dc0b7c3a" type="targz">https://github.com/derat/xsettingsd/archive/refs/tags/v1.0.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libX11-devel</Dependency>
  19. <Dependency>extra-cmake-modules</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>xsettingsd</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libX11</Dependency>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="2">
  36. <Date>2022-09-02</Date>
  37. <Version>1.0.2</Version>
  38. <Comment>Rebuild.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="1">
  43. <Date>2021-05-01</Date>
  44. <Version>1.0.2</Version>
  45. <Comment>First release</Comment>
  46. <Name>Ayhan Yalçınsoy</Name>
  47. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  48. </Update>
  49. </History>
  50. </PISI>