pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lxappearance</Name>
  6. <Homepage>http://wiki.lxde.org/en/LXAppearance</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>A new feature-rich GTK+ theme switcher.</Summary>
  15. <Description>LXAppearance is a new GTK+ theme switcher developed for project LXDE.</Description>
  16. <Archive sha1sum="1c281756b240694d0262edd9d40041d5b127d552" type="tarxz">
  17. mirrors://sourceforge/lxde/lxappearance-0.6.3.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>dbus-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>libX11-devel</Dependency>
  24. <Dependency>dbus-glib-devel</Dependency>
  25. <Dependency>gdk-pixbuf-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>lxappearance</Name>
  30. <RuntimeDependencies>
  31. <Dependency>dbus</Dependency>
  32. <Dependency>gtk3</Dependency>
  33. <Dependency>glib2</Dependency>
  34. <Dependency>libX11</Dependency>
  35. <Dependency>gdk-pixbuf</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>lxappearance-devel</Name>
  47. <RuntimeDependencies>
  48. <Dependency>gtk3-devel</Dependency>
  49. <Dependency release="current">lxappearance</Dependency>
  50. <Dependency>glib2-devel</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include</Path>
  54. <Path fileType="data">/usr/lib/pkgconfig</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="1">
  59. <Date>2022-04-14</Date>
  60. <Version>0.6.3</Version>
  61. <Comment>First build.</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. </History>
  66. </PISI>