pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>capnet-assist</Name>
  6. <Homepage>https://github.com/elementary/capnet-assist</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Summary>Captive Network Assistant</Summary>
  13. <Description>Log into captive portals—like Wi-Fi networks at coffee shops, airports, and trains—with ease. Captive Network Assistant automatically opens to help you get connected.</Description>
  14. <Archive sha1sum="159afd53446ff21ef20920d39311c8b5b2136d22" type="targz">https://github.com/elementary/capnet-assist/archive/8.0.0.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>gcr-4-devel</Dependency>
  17. <Dependency>git</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>gtk4-devel</Dependency>
  20. <Dependency>granite7-devel</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>libadwaita-devel</Dependency>
  23. <Dependency>granite-devel</Dependency>
  24. <Dependency>meson</Dependency>
  25. <Dependency>vala-devel</Dependency>
  26. <Dependency>webkit2gtk-6.0-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <Patch>more-widely-known-portal.patch</Patch>
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>capnet-assist</Name>
  34. <RuntimeDependencies>
  35. <Dependency>gcr-4</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>gtk4</Dependency>
  38. <Dependency>libadwaita</Dependency>
  39. <Dependency>granite7</Dependency>
  40. <Dependency>libsoup</Dependency>
  41. <Dependency>NetworkManager</Dependency>
  42. <Dependency>webkit2gtk-6.0</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
  49. <Path fileType="data">/usr/share/icons</Path>
  50. <Path fileType="info">/usr/share/metainfo</Path>
  51. <Path fileType="data">/usr/share/locale</Path>
  52. <Path fileType="data">/usr/share/applications</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2024-10-22</Date>
  58. <Version>8.0.0</Version>
  59. <Comment>Initial packaging for Pisi Linux</Comment>
  60. <Name>Bedirhan Kurt</Name>
  61. <Email>bedirhan.kurt@outlook.com</Email>
  62. </Update>
  63. </History>
  64. </PISI>