pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>graphene</Name>
  5. <Homepage>http://projects.gnome.org/graphene/</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv2</License>
  11. <License>LGPLv2</License>
  12. <Icon>graphene</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A thin layer of graphic data types</Summary>
  15. <Description>A thin layer of graphic data types</Description>
  16. <Archive sha1sum="557bf6923a4d9b7f4dbfa6595f89a621f8ed469f" >https://github.com/ebassi/graphene/archive/1.10.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gobject-introspection-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>graphene</Name>
  23. <RuntimeDependencies>
  24. <Dependency>gobject-introspection</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="config">/etc</Path>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="executable">/usr/libexec</Path>
  31. <Path fileType="localedata">/usr/share/locale</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="data">/usr/share/applications</Path>
  35. <Path fileType="data">/usr/share/icons</Path>
  36. <Path fileType="data">/usr/share/mime</Path>
  37. <Path fileType="data">/usr/share/graphene</Path>
  38. <Path fileType="data">/usr/share/pixmaps</Path>
  39. <Path fileType="data">/usr/share/dbus-1</Path>
  40. <Path fileType="data">/usr/share/glib-2.0</Path>
  41. <Path fileType="data">/usr/share/GConf</Path>
  42. <Path fileType="data">/usr/share/gnome-shell</Path>
  43. <Path fileType="data">/usr/share/metainfo</Path>
  44. </Files>
  45. <Provides>
  46. <SCOM script="package.py">System.Package</SCOM>
  47. </Provides>
  48. </Package>
  49. <Package>
  50. <Name>graphene-devel</Name>
  51. <Summary>Development files for graphene</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">graphene</Dependency>
  54. <Dependency>gtk3-devel</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="header">/usr/include</Path>
  58. <Path fileType="library">/usr/lib/pkgconfig</Path>
  59. <Path fileType="man">/usr/share/gir-1.0</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="1">
  64. <Date>2019-09-18</Date>
  65. <Version>1.10.0</Version>
  66. <Comment>First release</Comment>
  67. <Name>Süleyman Poyraz</Name>
  68. <Email>zaryob.dev@gmail.com</Email>
  69. </Update>
  70. </History>
  71. </INARY>