pspec.xml 1.5 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>lxinput</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-3</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>desktop.lxde</PartOf>
  14. <Summary>LXDE keyboard and mouse configuration tool.</Summary>
  15. <Description>lxinput is tool for LXDE keyboard and mouse configuration.</Description>
  16. <Archive sha1sum="60db01f00c1ef6f060f7e58e2be0761659470c02" type="tarxz">
  17. mirrors://sourceforge/lxde/lxinput-0.3.5.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>lxinput</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>glib2</Dependency>
  30. <Dependency>libX11</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="localedata">/usr/share/locale</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="1">
  42. <Date>2022-04-14</Date>
  43. <Version>0.3.5</Version>
  44. <Comment>First build.</Comment>
  45. <Name>fury</Name>
  46. <Email>uglyside@yandex.ru</Email>
  47. </Update>
  48. </History>
  49. </PISI>