pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pisiyap</Name>
  6. <Homepage>http://code.google.com/p/pisiyap</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <License>CCPL-Attribution-NonCommercial-NoDerivs-3.0</License>
  13. <Icon>pisiyap</Icon>
  14. <IsA>app:gui</IsA>
  15. <Summary>A Simple PiSi source file creator</Summary>
  16. <Description>PisiYap is a simple graphical user interface for easily creating PiSi source files.</Description>
  17. <Archive sha1sum="86b6bb057d410008c1d436c94bf5bb4ed2e63e1e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/pisiyap-pisiyap-beta2.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>qt5-base-devel</Dependency>
  20. <Dependency>python-qt5-devel</Dependency>
  21. <Dependency>python-setuptools</Dependency>
  22. <Dependency>qt5-linguist</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>pisiyap</Name>
  27. <RuntimeDependencies>
  28. <Dependency>python-qt5</Dependency>
  29. <Dependency>python-sip</Dependency>
  30. <Dependency>xdg-utils</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share/applications</Path>
  36. <Path fileType="data">/usr/share/pisiyap</Path>
  37. <Path fileType="data">/usr/share/icons</Path>
  38. <Path fileType="data">/usr/share/pixmaps</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>kde-servicemenu-pisiyap</Name>
  44. <Summary>PiSi related service menus</Summary>
  45. <Description>PiSiYap servicemenus provides some useful service menus for lazy packagers.</Description>
  46. <RuntimeDependencies>
  47. <Dependency>pisiyap</Dependency>
  48. <Dependency>plasma-workspace</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="data">/usr/share/kservices5/ServiceMenus</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="2">
  56. <Date>2017-06-21</Date>
  57. <Version>0.7b</Version>
  58. <Comment>Rebuild</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2016-05-13</Date>
  64. <Version>0.7b</Version>
  65. <Comment>First release</Comment>
  66. <Name>Stefan Gronewold</Name>
  67. <Email>groni@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>