pspec.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>caribou</Name>
  6. <Homepage>http://live.gnome.org/Caribou/</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard.</Summary>
  14. <Description>Caribou is a text entry and UI navigation application being developed as an alternative to the Gnome On-screen Keyboard. The overarching goal for Caribou is to create a usable solution for people whose primary way of accessing a computer is a switch device. </Description>
  15. <Archive sha1sum="698c0953f2a164d703adb209b1945e69d8e14f5b" type="targz">https://gitlab.gnome.org/GNOME/caribou/-/archive/0.4.21/caribou-0.4.21.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>vala-devel</Dependency>
  21. <Dependency>dconf-devel</Dependency>
  22. <Dependency>docbook-xsl</Dependency>
  23. <Dependency>libgee-devel</Dependency>
  24. <Dependency>gnome-common</Dependency>
  25. <Dependency>libxslt-devel</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>gettext-devel</Dependency>
  28. <Dependency>clutter-devel</Dependency>
  29. <Dependency>libXtst-devel</Dependency>
  30. <Dependency>libxslt-devel</Dependency>
  31. <Dependency>dbus-glib-devel</Dependency>
  32. <Dependency>gdk-pixbuf-devel</Dependency>
  33. <Dependency>libxklavier-devel</Dependency>
  34. <Dependency>at-spi2-core-devel</Dependency>
  35. <Dependency>desktop-file-utils</Dependency>
  36. <Dependency>python-pygobject3-devel</Dependency>
  37. <Dependency>python3-pygobject3-devel</Dependency>
  38. <Dependency>gobject-introspection-devel</Dependency>
  39. <Dependency>gsettings-desktop-schemas-devel</Dependency>
  40. </BuildDependencies>
  41. <Patches>
  42. <Patch level="1">caribou-fix-compilation-error.patch</Patch>
  43. <Patch level="1">caribou-fix-subkey-popmenu.patch</Patch>
  44. <Patch level="1">caribou-fix-xadapter-xkb-calls.patch</Patch>
  45. <Patch level="1">caribou-fix-antler-style-css.patch</Patch>
  46. <Patch level="1">caribou-fix-python-env.patch</Patch>
  47. <Patch level="1">caribou-change_autostart_cinnamon.patch</Patch>
  48. <Patch level="1">caribou-drop_gir_patch.patch</Patch>
  49. </Patches>
  50. </Source>
  51. <Package>
  52. <Name>caribou</Name>
  53. <RuntimeDependencies>
  54. <Dependency>atk</Dependency>
  55. <Dependency>gtk3</Dependency>
  56. <Dependency>dconf</Dependency>
  57. <Dependency>glib2</Dependency>
  58. <Dependency>libX11</Dependency>
  59. <Dependency>libgee</Dependency>
  60. <Dependency>libXtst</Dependency>
  61. <Dependency>libxml2</Dependency>
  62. <Dependency>libXtst</Dependency>
  63. <Dependency>clutter</Dependency>
  64. <Dependency>libxslt</Dependency>
  65. <Dependency>libxklavier</Dependency>
  66. <Dependency>dbus-python</Dependency>
  67. <Dependency>at-spi2-core</Dependency>
  68. <Dependency>python-pygobject3</Dependency>
  69. <Dependency>python3-pygobject3</Dependency>
  70. <Dependency>gsettings-desktop-schemas</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="config">/etc</Path>
  74. <Path fileType="executable">/usr/bin</Path>
  75. <Path fileType="library">/usr/lib/caribou</Path>
  76. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  77. <Path fileType="library">/usr/lib/gnome-settings-daemon-3.0</Path>
  78. <Path fileType="library">/usr/lib/gtk-3.0</Path>
  79. <Path fileType="library">/usr/lib/python2.7</Path>
  80. <Path fileType="library">/usr/lib/libcaribou*</Path>
  81. <Path fileType="doc">/usr/share/doc</Path>
  82. <Path fileType="data">/usr/share/dbus-1</Path>
  83. <Path fileType="data">/usr/share/antler</Path>
  84. <Path fileType="data">/usr/share/caribou</Path>
  85. <Path fileType="data">/usr/share/glib-2.0</Path>
  86. <Path fileType="data">/usr/share/vala</Path>
  87. <Path fileType="localedata">/usr/share/locale</Path>
  88. </Files>
  89. </Package>
  90. <Package>
  91. <Name>caribou-devel</Name>
  92. <Summary>Development files for caribou</Summary>
  93. <RuntimeDependencies>
  94. <Dependency>gdk-pixbuf-devel</Dependency>
  95. <Dependency>gtk3-devel</Dependency>
  96. <Dependency>libXtst-devel</Dependency>
  97. <Dependency>libgee-devel</Dependency>
  98. <Dependency>libxklavier-devel</Dependency>
  99. <Dependency>libX11-devel</Dependency>
  100. <Dependency>libxml2-devel</Dependency>
  101. <Dependency>python-pygobject3-devel</Dependency>
  102. <Dependency release="current">caribou</Dependency>
  103. </RuntimeDependencies>
  104. <Files>
  105. <Path fileType="header">/usr/include</Path>
  106. <Path fileType="data">/usr/share/gir-1.0</Path>
  107. <Path fileType="library">/usr/lib/pkgconfig</Path>
  108. </Files>
  109. </Package>
  110. <History>
  111. <Update release="2">
  112. <Date>2023-10-17</Date>
  113. <Version>0.4.21</Version>
  114. <Comment>Rebuild.</Comment>
  115. <Name>Alihan Öztürk</Name>
  116. <Email>alihan@pisilinux.org</Email>
  117. </Update>
  118. <Update release="1">
  119. <Date>2022-06-30</Date>
  120. <Version>0.4.21</Version>
  121. <Comment>First Release</Comment>
  122. <Name>Alihan Öztürk</Name>
  123. <Email>alihan@pisilinux.org</Email>
  124. </Update>
  125. </History>
  126. </PISI>