pspec.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plank</Name>
  6. <Homepage>https://launchpad.net/plank</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>plank</Icon>
  13. <IsA>app</IsA>
  14. <Summary>An elementary fork of Plank, the stupidly-simple dock.</Summary>
  15. <Description>Plank is meant to be the simplest dock on the planet. The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features.</Description>
  16. <Archive sha1sum="d195d1e3bb87c608f6051115f27b74257ff5ef06" type="zip">https://github.com/ricotz/plank/archive/refs/heads/master.zip</Archive>
  17. <BuildDependencies>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>bamf-devel</Dependency>
  20. <Dependency>vala-devel</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>cairo-devel</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>libXi-devel</Dependency>
  26. <Dependency>pango-devel</Dependency>
  27. <Dependency>libX11-devel</Dependency>
  28. <Dependency>libgee-devel</Dependency>
  29. <Dependency>gettext-devel</Dependency>
  30. <Dependency>harfbuzz-devel</Dependency>
  31. <Dependency>libwnck3-devel</Dependency>
  32. <Dependency>libXfixes-devel</Dependency>
  33. <Dependency>libdbusmenu-gtk3</Dependency>
  34. <Dependency>gdk-pixbuf-devel</Dependency>
  35. <Dependency>gnome-menus-devel</Dependency>
  36. <Dependency>libdbusmenu-devel</Dependency>
  37. <Dependency>gobject-introspection-devel</Dependency>
  38. </BuildDependencies>
  39. <!--
  40. <Patches>
  41. <Patch>plank.patch</Patch>
  42. </Patches>
  43. -->
  44. </Source>
  45. <Package>
  46. <Name>plank</Name>
  47. <RuntimeDependencies>
  48. <Dependency>atk</Dependency>
  49. <Dependency>bamf</Dependency>
  50. <Dependency>gtk3</Dependency>
  51. <Dependency>zlib</Dependency>
  52. <Dependency>cairo</Dependency>
  53. <Dependency>glib2</Dependency>
  54. <Dependency>libXi</Dependency>
  55. <Dependency>pango</Dependency>
  56. <Dependency>libX11</Dependency>
  57. <Dependency>libgee</Dependency>
  58. <Dependency>harfbuzz</Dependency>
  59. <Dependency>libwnck3</Dependency>
  60. <Dependency>libXfixes</Dependency>
  61. <Dependency>gdk-pixbuf</Dependency>
  62. <Dependency>gnome-menus</Dependency>
  63. <Dependency>libdbusmenu-glib</Dependency>
  64. <Dependency>libdbusmenu-gtk3</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="executable">/usr/bin</Path>
  68. <Path fileType="library">/usr/lib/plank</Path>
  69. <Path fileType="library">/usr/lib/libplank*.so*</Path>
  70. <Path fileType="data">/usr/share/plank</Path>
  71. <Path fileType="data">/usr/share/vala</Path>
  72. <Path fileType="data">/usr/share/applications</Path>
  73. <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
  74. <Path fileType="localedata">/usr/share/locale</Path>
  75. <Path fileType="man">/usr/share/man</Path>
  76. <Path fileType="info">/usr/share/metainfo</Path>
  77. <Path fileType="data">/usr/share/icons</Path>
  78. <Path fileType="doc">/usr/share/doc</Path>
  79. </Files>
  80. </Package>
  81. <Package>
  82. <Name>plank-devel</Name>
  83. <Summary>Development files for plank</Summary>
  84. <RuntimeDependencies>
  85. <Dependency release="current">plank</Dependency>
  86. <Dependency>bamf-devel</Dependency>
  87. <Dependency>gtk3-devel</Dependency>
  88. <Dependency>cairo-devel</Dependency>
  89. <Dependency>glib2-devel</Dependency>
  90. <Dependency>libgee-devel</Dependency>
  91. <Dependency>gdk-pixbuf-devel</Dependency>
  92. </RuntimeDependencies>
  93. <Files>
  94. <Path fileType="header">/usr/include</Path>
  95. <Path fileType="library">/usr/lib/pkgconfig</Path>
  96. </Files>
  97. </Package>
  98. <History>
  99. <Update release="3">
  100. <Date>2024-04-17</Date>
  101. <Version>20240421</Version>
  102. <Comment>Switched to Ricotz plank</Comment>
  103. <Name>Kamil Atlı</Name>
  104. <Email>suvari@pisilinux.org</Email>
  105. </Update>
  106. <Update release="2">
  107. <Date>2021-07-17</Date>
  108. <Version>20210715</Version>
  109. <Comment>Switched to eOS plank fork.</Comment>
  110. <Name>Berk Çakar</Name>
  111. <Email>berk2238@hotmail.com</Email>
  112. </Update>
  113. <Update release="1">
  114. <Date>2021-03-28</Date>
  115. <Version>0.11.89</Version>
  116. <Comment>First release</Comment>
  117. <Name>Pisi Linux Admins</Name>
  118. <Email>admin@pisilinux.org</Email>
  119. </Update>
  120. </History>
  121. </PISI>