pspec.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openbox</Name>
  6. <Homepage>http://openbox.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>A standarts compliant, fast, lightweight window manager</Summary>
  14. <Description>Openbox is a window manager for the X11 windowing system.</Description>
  15. <Archive sha1sum="0a1b878cc5a64bcf2488dbd19260554a22f4dac2" type="targz">http://openbox.org/dist/openbox/openbox-3.6.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>pango-devel</Dependency>
  18. <Dependency>libXft-devel</Dependency>
  19. <Dependency>libICE-devel</Dependency>
  20. <Dependency>imlib2-devel</Dependency>
  21. <Dependency>libxml2-devel</Dependency>
  22. <Dependency>libSM-devel</Dependency>
  23. <Dependency>libgcc</Dependency>
  24. <Dependency>libXrandr-devel</Dependency>
  25. <Dependency>libXcursor-devel</Dependency>
  26. <Dependency>libXinerama-devel</Dependency>
  27. <Dependency>startup-notification-devel</Dependency>
  28. <Dependency>dbus-devel</Dependency>
  29. <Dependency>librsvg-devel</Dependency>
  30. <!-- <Dependency>python-pyxdg</Dependency> -->
  31. </BuildDependencies>
  32. <Patches>
  33. <Patch>openbox-3.5.0-which-2.20.patch</Patch>
  34. <Patch>openbox-3.5.0-title-matching.patch</Patch>
  35. <Patch>openbox-default-theme.patch</Patch>
  36. </Patches>
  37. </Source>
  38. <Package>
  39. <Name>openbox</Name>
  40. <RuntimeDependencies>
  41. <Dependency>cairo</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>pango</Dependency>
  44. <Dependency>libSM</Dependency>
  45. <Dependency>libXft</Dependency>
  46. <Dependency>libICE</Dependency>
  47. <Dependency>libX11</Dependency>
  48. <Dependency>imlib2</Dependency>
  49. <Dependency>libXext</Dependency>
  50. <Dependency>libxml2</Dependency>
  51. <Dependency>librsvg</Dependency>
  52. <Dependency>libXrandr</Dependency>
  53. <Dependency>libXcursor</Dependency>
  54. <Dependency>libXinerama</Dependency>
  55. <Dependency>startup-notification</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="executable">/usr/bin</Path>
  59. <Path fileType="executable">/usr/libexec</Path>
  60. <Path fileType="config">/etc/xdg/openbox</Path>
  61. <Path fileType="config">/etc/xdg/obmenu-generator</Path>
  62. <Path fileType="library">/usr/lib</Path>
  63. <Path fileType="data">/usr/share/openbox</Path>
  64. <Path fileType="data">/usr/share/themes</Path>
  65. <Path fileType="data">/usr/share/xsessions</Path>
  66. <Path fileType="data">/usr/share/gnome</Path>
  67. <Path fileType="data">/usr/share/gnome-session</Path>
  68. <Path fileType="data">/usr/share/applications</Path>
  69. <Path fileType="data">/usr/share/pixmaps</Path>
  70. <Path fileType="localedata">/usr/share/locale</Path>
  71. <Path fileType="man">/usr/share/man</Path>
  72. <Path fileType="doc">/usr/share/doc</Path>
  73. </Files>
  74. <AdditionalFiles>
  75. <AdditionalFile owner="root" permission="0755" target="/usr/bin/obmenu-generator">obmenu-generator</AdditionalFile>
  76. <AdditionalFile owner="root" permission="0755" target="/etc/xdg/obmenu-generator/schema.pl">schema.pl</AdditionalFile>
  77. <AdditionalFile owner="root" permission="0644" target="/etc/xdg/openbox/menu.xml">menu.xml</AdditionalFile>
  78. <AdditionalFile owner="root" permission="0644" target="/etc/xdg/openbox/autostart">autostart</AdditionalFile>
  79. <AdditionalFile owner="root" permission="0644" target="/usr/share/openbox/kedicik.png">kedicik.png</AdditionalFile>
  80. </AdditionalFiles>
  81. </Package>
  82. <Package>
  83. <Name>openbox-devel</Name>
  84. <Summary>Development headers for openbox</Summary>
  85. <RuntimeDependencies>
  86. <Dependency release="current">openbox</Dependency>
  87. <Dependency>pango-devel</Dependency>
  88. <Dependency>glib2-devel</Dependency>
  89. <Dependency>libxml2-devel</Dependency>
  90. <Dependency>libXft-devel</Dependency>
  91. <Dependency>imlib2-devel</Dependency>
  92. <Dependency>librsvg-devel</Dependency>
  93. </RuntimeDependencies>
  94. <Files>
  95. <Path fileType="header">/usr/include</Path>
  96. <Path fileType="data">/usr/lib/pkgconfig</Path>
  97. </Files>
  98. </Package>
  99. <History>
  100. <Update release="1">
  101. <Date>2015-07-24</Date>
  102. <Version>3.6.1</Version>
  103. <Comment>First release.</Comment>
  104. <Name>Ayhan Yalçınsoy</Name>
  105. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  106. </Update>
  107. </History>
  108. </PISI>