pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lxpanel</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-2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>desktop.lxde</PartOf>
  14. <Summary>Lightweight X11 desktop panel for LXDE.</Summary>
  15. <Description>lxpanel is a lightweight X11 desktop panel for LXDE.</Description>
  16. <Archive sha1sum="393b78dbbb76518a99549411131c35da5bfed0fa" type="tarxz">
  17. mirrors://sourceforge/lxde/lxpanel-0.10.1.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>atk-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>curl-devel</Dependency>
  24. <Dependency>cairo-devel</Dependency>
  25. <Dependency>pango-devel</Dependency>
  26. <Dependency>libxml2-devel</Dependency>
  27. <Dependency>alsa-lib-devel</Dependency>
  28. <Dependency>libwnck3-devel</Dependency>
  29. <Dependency>keybinder-devel</Dependency>
  30. <Dependency>fontconfig-devel</Dependency>
  31. <Dependency>menu-cache-devel</Dependency>
  32. <Dependency>gdk-pixbuf-devel</Dependency>
  33. <Dependency>wireless-tools-devel</Dependency>
  34. <Dependency>libfm-devel</Dependency>
  35. <Dependency>libfm-extra-devel</Dependency>
  36. </BuildDependencies>
  37. <Patches>
  38. <Patch level="1">Correct_panel_size_under_GTK3.patch</Patch>
  39. <Patch level="1">Correct_icon_grid_width_under_GTK3.patch</Patch>
  40. <Patch level="1">mageia/mga-fix-deiconify.patch</Patch>
  41. <Patch level="1">mageia/mga-partial-workaround-for-issue-41.patch</Patch>
  42. <Patch level="1">lxpanel-0.10.1-volume-plugin-fix-mouse-scrolling.patch</Patch>
  43. </Patches>
  44. </Source>
  45. <Package>
  46. <Name>lxpanel</Name>
  47. <RuntimeDependencies>
  48. <Dependency>atk</Dependency>
  49. <Dependency>gtk3</Dependency>
  50. <Dependency>curl</Dependency>
  51. <Dependency>glib2</Dependency>
  52. <Dependency>cairo</Dependency>
  53. <Dependency>pango</Dependency>
  54. <Dependency>libX11</Dependency>
  55. <Dependency>libxml2</Dependency>
  56. <Dependency>alsa-lib</Dependency>
  57. <Dependency>libwnck3</Dependency>
  58. <Dependency>keybinder</Dependency>
  59. <Dependency>menu-cache</Dependency>
  60. <Dependency>gdk-pixbuf</Dependency>
  61. <Dependency>fontconfig</Dependency>
  62. <Dependency>lxmenu-data</Dependency>
  63. <Dependency>wireless-tools</Dependency>
  64. <Dependency>libfm</Dependency>
  65. <Dependency>libfm-extra</Dependency>
  66. <Dependency>network-manager-applet</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="config">/etc/xdg/lxpanel</Path>
  70. <Path fileType="executable">/usr/bin</Path>
  71. <Path fileType="library">/usr/lib</Path>
  72. <Path fileType="data">/usr/share</Path>
  73. <Path fileType="localedata">/usr/share/locale</Path>
  74. <Path fileType="man">/usr/share/man</Path>
  75. <Path fileType="doc">/usr/share/doc</Path>
  76. </Files>
  77. </Package>
  78. <Package>
  79. <Name>lxpanel-devel</Name>
  80. <RuntimeDependencies>
  81. <Dependency release="current">lxpanel</Dependency>
  82. <Dependency>gtk3-devel</Dependency>
  83. <Dependency>glib2-devel</Dependency>
  84. <Dependency>libfm-devel</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="header">/usr/include</Path>
  88. <Path fileType="data">/usr/lib/pkgconfig</Path>
  89. </Files>
  90. </Package>
  91. <History>
  92. <Update release="1">
  93. <Date>2022-11-16</Date>
  94. <Version>0.10.1</Version>
  95. <Comment>First build.</Comment>
  96. <Name>fury</Name>
  97. <Email>uglyside@yandex.ru</Email>
  98. </Update>
  99. </History>
  100. </PISI>