pspec.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lxrandr</Name>
  6. <Homepage>https://www.lxde.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>desktop.lxde</PartOf>
  14. <Summary>LXDE GUI interface to RandR extention.</Summary>
  15. <Description>lxrandr is a LXDE GUI interface to RandR extention.</Description>
  16. <Archive sha1sum="a76b3d79ab1d5aa974a2ad25b1882685159a2e98" type="tarxz">
  17. mirrors://sourceforge/lxde/lxrandr-0.3.2.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>libXrandr-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>lxrandr</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>glib2</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share</Path>
  34. <Path fileType="localedata">/usr/share/locale</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2022-04-14</Date>
  42. <Version>0.3.2</Version>
  43. <Comment>First build.</Comment>
  44. <Name>fury</Name>
  45. <Email>uglyside@yandex.ru</Email>
  46. </Update>
  47. </History>
  48. </PISI>