pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>snorenotify</Name>
  6. <Homepage>https://github.com/KDE/snorenotify</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <PartOf>desktop.kde.addon</PartOf>
  13. <IsA>app</IsA>
  14. <Summary>Multi-platform Qt5 notification framework</Summary>
  15. <Description>Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac.</Description>
  16. <Archive type="tarxz" sha1sum="f0dd1f70a3b51e97b501acd8b86257ce25c7b55d">http://download.kde.org/stable/snorenotify/0.7.0/src/snorenotify-0.7.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>extra-cmake-modules</Dependency>
  19. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  20. <Dependency versionFrom="5.7.1">qt5-linguist</Dependency>
  21. <Dependency versionFrom="5.7.1">qt5-quickcontrols2-devel</Dependency>
  22. <Dependency versionFrom="5.7.1">qt5-multimedia-devel</Dependency>
  23. <Dependency versionFrom="5.7.1">qt5-websockets-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>snorenotify</Name>
  28. <Summary>Multi-platform Qt5 notification framework</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  32. <Dependency versionFrom="5.7.1">qt5-multimedia</Dependency>
  33. <Dependency versionFrom="5.7.1">qt5-websockets</Dependency>
  34. <Dependency versionFrom="5.7.1">qt5-declarative</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib/qt5</Path>
  39. <Path fileType="library">/usr/lib/libsnore*</Path>
  40. <Path fileType="data">/usr/share/applications</Path>
  41. <Path fileType="localedata">/usr/share/locale</Path>
  42. <Path fileType="data">/usr/share/icons</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>snorenotify-devel</Name>
  48. <Summary>Devel files for snorenotify</Summary>
  49. <RuntimeDependencies>
  50. <Dependency release="current">snorenotify</Dependency>
  51. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="library">/usr/lib/cmake</Path>
  55. <Path fileType="header">/usr/include</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="5">
  60. <Date>2018-11-13</Date>
  61. <Version>0.7.0</Version>
  62. <Comment>Rebuild</Comment>
  63. <Name>Ertuğrul Erata</Name>
  64. <Email>ertugrulerata@gmail.com</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-08-11</Date>
  68. <Version>0.7.0</Version>
  69. <Comment>Rebuild</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2017-03-20</Date>
  75. <Version>0.7.0</Version>
  76. <Comment>Release bump</Comment>
  77. <Name>Ayhan Yalçınsoy</Name>
  78. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-05-24</Date>
  82. <Version>0.7.0</Version>
  83. <Comment>Release bump</Comment>
  84. <Name>Alihan Öztürk</Name>
  85. <Email>alihan@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-02-04</Date>
  89. <Version>0.7.0</Version>
  90. <Comment>First release</Comment>
  91. <Name>Alihan Öztürk</Name>
  92. <Email>alihan@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>