pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgda</Name>
  6. <Homepage>http://www.gnome-db.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>server.database</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Library for writing gnome database programs</Summary>
  15. <Description>libgda is a library that eases the task of writing Gtk3-based database programs.</Description>
  16. <BuildDependencies>
  17. <Dependency>cairo-devel</Dependency>
  18. <Dependency>db-devel</Dependency>
  19. <Dependency>gdk-pixbuf-devel</Dependency>
  20. <Dependency>gobject-introspection-devel</Dependency>
  21. <Dependency>goocanvas-devel</Dependency>
  22. <Dependency>graphviz-devel</Dependency>
  23. <Dependency>gtk3-devel</Dependency>
  24. <Dependency>gtksourceview3-devel</Dependency>
  25. <Dependency>intltool</Dependency>
  26. <Dependency>iso-codes-devel</Dependency>
  27. <Dependency>itstool</Dependency>
  28. <Dependency>jdk8-openjdk</Dependency>
  29. <Dependency>json-glib-devel</Dependency>
  30. <Dependency>libsecret-devel</Dependency>
  31. <Dependency>libsoup-devel</Dependency>
  32. <Dependency>libxslt-devel</Dependency>
  33. <Dependency>mariadb-lib</Dependency>
  34. <Dependency>mdbtools-devel</Dependency>
  35. <Dependency>openssl-devel</Dependency>
  36. <Dependency>pango-devel</Dependency>
  37. <Dependency>sqlcipher-devel</Dependency>
  38. <Dependency>sqlite-devel</Dependency>
  39. <Dependency>readline-devel</Dependency>
  40. <Dependency>gtk-doc</Dependency>
  41. <Dependency>vala-devel</Dependency>
  42. <Dependency>postgresql-lib</Dependency>
  43. <Dependency>openldap-client</Dependency>
  44. </BuildDependencies>
  45. <Archive sha1sum="005d3be4448ae9faa5fe422f8479630793adf89e" type="tarxz">https://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.9.tar.xz</Archive>
  46. </Source>
  47. <Package>
  48. <Name>libgda</Name>
  49. <Summary>Library for writing gnome database programs</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>glib2</Dependency>
  52. <Dependency>libxml2</Dependency>
  53. <Dependency>libxslt</Dependency>
  54. <Dependency>libsecret</Dependency>
  55. <Dependency>gdk-pixbuf</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="config">/etc</Path>
  59. <Path fileType="library">/usr/lib</Path>
  60. <Path fileType="library">/usr/lib/girepository-1.0/Gda-5.0.typelib</Path>
  61. <Path fileType="data">/usr/share/help</Path>
  62. <Path fileType="data">/usr/share/libgda-5.0</Path>
  63. <Path fileType="localedata">/usr/share/locale</Path>
  64. <Path fileType="man">/usr/share/man</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>libgda-devel</Name>
  69. <Summary>Development files for libgda</Summary>
  70. <RuntimeDependencies>
  71. <Dependency version="current">libgda</Dependency>
  72. <Dependency>gtk3-devel</Dependency>
  73. <Dependency>libxslt-devel</Dependency>
  74. <Dependency>glib2-devel</Dependency>
  75. <Dependency>libxml2-devel</Dependency>
  76. </RuntimeDependencies>
  77. <Files>
  78. <Path fileType="header">/usr/include</Path>
  79. <Path fileType="library">/usr/lib/pkgconfig</Path>
  80. <Path fileType="data">/usr/share/gir-1.0</Path>
  81. <Path fileType="data">/usr/share/vala</Path>
  82. </Files>
  83. </Package>
  84. <Package>
  85. <Name>libgda-docs</Name>
  86. <IsA>data:doc</IsA>
  87. <Summary>libgda reference documents</Summary>
  88. <Files>
  89. <Path fileType="doc">/usr/share/doc</Path>
  90. <Path fileType="doc">/usr/share/gtk-doc</Path>
  91. </Files>
  92. </Package>
  93. <Package>
  94. <Name>libgda-bdb</Name>
  95. <Summary>Berkeley DB provider for libgda</Summary>
  96. <RuntimeDependencies>
  97. <Dependency version="current">libgda</Dependency>
  98. </RuntimeDependencies>
  99. <Files>
  100. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-bdb.so</Path>
  101. <Path fileType="data">/usr/share/libgda-5.0/bdb_specs_dsn.xml</Path>
  102. </Files>
  103. </Package>
  104. <Package>
  105. <Name>libgda-java</Name>
  106. <Summary>Java provider for libgda</Summary>
  107. <RuntimeDependencies>
  108. <Dependency version="current">libgda</Dependency>
  109. <Dependency>jdk8-openjdk</Dependency>
  110. </RuntimeDependencies>
  111. <Files>
  112. <Path fileType="library">/usr/lib/libgda-5.0/providers/gdaprovider-5.0.jar</Path>
  113. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-jdbc.so</Path>
  114. <Path fileType="data">/usr/share/libgda-5.0/jdbc*</Path>
  115. </Files>
  116. </Package>
  117. <Package>
  118. <Name>libgda-ldap</Name>
  119. <Summary>Ldap provider for libgda</Summary>
  120. <RuntimeDependencies>
  121. <Dependency version="current">libgda</Dependency>
  122. <Dependency>openldap-client</Dependency>
  123. </RuntimeDependencies>
  124. <Files>
  125. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-ldap.so</Path>
  126. <Path fileType="data">/usr/share/libgda-5.0/ldap*</Path>
  127. </Files>
  128. </Package>
  129. <Package>
  130. <Name>libgda-mysql</Name>
  131. <Summary>Mysql provider for libgda</Summary>
  132. <RuntimeDependencies>
  133. <Dependency version="current">libgda</Dependency>
  134. <Dependency>mariadb-lib</Dependency>
  135. </RuntimeDependencies>
  136. <Files>
  137. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-mysql.so</Path>
  138. <Path fileType="data">/usr/share/libgda-5.0/mysql*</Path>
  139. </Files>
  140. </Package>
  141. <Package>
  142. <Name>libgda-postgres</Name>
  143. <Summary>Postgres provider for libgda</Summary>
  144. <RuntimeDependencies>
  145. <Dependency version="current">libgda</Dependency>
  146. <Dependency>postgresql-lib</Dependency>
  147. </RuntimeDependencies>
  148. <Files>
  149. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-postgres.so</Path>
  150. <Path fileType="data">/usr/share/libgda-5.0/postgres*</Path>
  151. </Files>
  152. </Package>
  153. <Package>
  154. <Name>libgda-sqlcipher</Name>
  155. <Summary>SQLiteCipher provider for libgda</Summary>
  156. <RuntimeDependencies>
  157. <Dependency version="current">libgda</Dependency>
  158. <Dependency>openssl</Dependency>
  159. <Dependency>sqlcipher</Dependency>
  160. </RuntimeDependencies>
  161. <Files>
  162. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-sqlcipher.so</Path>
  163. <Path fileType="data">/usr/share/libgda-5.0/sqlcipher*</Path>
  164. </Files>
  165. </Package>
  166. <Package>
  167. <Name>libgda-sqlite</Name>
  168. <Summary>SQLite provider for libgda</Summary>
  169. <RuntimeDependencies>
  170. <Dependency version="current">libgda</Dependency>
  171. <Dependency>sqlite</Dependency>
  172. </RuntimeDependencies>
  173. <Files>
  174. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-sqlite.so</Path>
  175. <Path fileType="data">/usr/share/libgda-5.0/sqlite*</Path>
  176. </Files>
  177. </Package>
  178. <Package>
  179. <Name>libgda-mdb</Name>
  180. <Summary>Mdb provider for libgda</Summary>
  181. <RuntimeDependencies>
  182. <Dependency version="current">libgda</Dependency>
  183. <Dependency>mdbtools</Dependency>
  184. </RuntimeDependencies>
  185. <Files>
  186. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-mdb.so</Path>
  187. <Path fileType="data">/usr/share/libgda-5.0/mdb_specs_dsn.xml</Path>
  188. </Files>
  189. </Package>
  190. <Package>
  191. <Name>libgda-tools</Name>
  192. <Summary>Graphical tools for libgda</Summary>
  193. <RuntimeDependencies>
  194. <Dependency version="current">libgda</Dependency>
  195. <Dependency>gtk3</Dependency>
  196. <Dependency>cairo</Dependency>
  197. <Dependency>libsoup</Dependency>
  198. <Dependency>graphviz</Dependency>
  199. <Dependency>readline</Dependency>
  200. <Dependency>goocanvas</Dependency>
  201. <Dependency>libgda-ui</Dependency>
  202. <Dependency>gtksourceview3</Dependency>
  203. </RuntimeDependencies>
  204. <Files>
  205. <Path fileType="executable">/usr/bin</Path>
  206. <Path fileType="data">/usr/share/appdata</Path>
  207. <Path fileType="data">/usr/share/applications</Path>
  208. <Path fileType="data">/usr/share/gnome/gda-browser</Path>
  209. <Path fileType="data">/usr/share/icons</Path>
  210. <Path fileType="data">/usr/share/pixmaps</Path>
  211. </Files>
  212. </Package>
  213. <Package>
  214. <Name>libgda-ui</Name>
  215. <Summary>UI extensions for libgda</Summary>
  216. <RuntimeDependencies>
  217. <Dependency version="current">libgda</Dependency>
  218. <Dependency>pango</Dependency>
  219. </RuntimeDependencies>
  220. <Files>
  221. <Path fileType="library">/usr/lib/girepository-1.0/Gdaui-5.0.typelib</Path>
  222. <Path fileType="data">/usr/lib/libgda-5.0/plugins/gdaui*</Path>
  223. <Path fileType="library">/usr/lib/libgda-ui-5.0.so.*</Path>
  224. <Path fileType="data">/usr/share/libgda-5.0/dtd/gdaui-layout.dtd</Path>
  225. <Path fileType="data">/usr/share/libgda-5.0/icons</Path>
  226. <Path fileType="data">/usr/share/libgda-5.0/language-specs</Path>
  227. <Path fileType="data">/usr/share/libgda-5.0/pixmaps</Path>
  228. <Path fileType="data">/usr/share/libgda-5.0/ui</Path>
  229. </Files>
  230. </Package>
  231. <Package>
  232. <Name>libgda-ui-devel</Name>
  233. <Summary>Development files for libgda-ui</Summary>
  234. <RuntimeDependencies>
  235. <Dependency version="current">libgda</Dependency>
  236. <Dependency version="current">libgda-ui</Dependency>
  237. </RuntimeDependencies>
  238. <Files>
  239. <Path fileType="executable">/usr/bin/gdaui-demo-5.0</Path>
  240. <Path fileType="header">/usr/include/libgda-5.0/libgda-ui</Path>
  241. <Path fileType="library">/usr/lib/libgda-5.0/plugins/libgda-ui-plugins.so</Path>
  242. <Path fileType="library">/usr/lib/libgda-ui-5.0.so</Path>
  243. <Path fileType="data">/usr/share/glade/catalogs/gdaui-catalog.xml</Path>
  244. <Path fileType="data">/usr/share/glade/pixmaps/widget-gdaui*</Path>
  245. <Path fileType="data">/usr/share/libgda-5.0/demo</Path>
  246. </Files>
  247. </Package>
  248. <Package>
  249. <Name>libgda-web</Name>
  250. <Summary>Web provider for libgda</Summary>
  251. <RuntimeDependencies>
  252. <Dependency version="current">libgda</Dependency>
  253. <Dependency>libsoup</Dependency>
  254. </RuntimeDependencies>
  255. <Files>
  256. <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-web.so</Path>
  257. <Path fileType="data">/usr/share/libgda-5.0/php</Path>
  258. <Path fileType="data">/usr/share/libgda-5.0/web</Path>
  259. </Files>
  260. </Package>
  261. <History>
  262. <Update release="4">
  263. <Date>2024-12-26</Date>
  264. <Version>5.2.9</Version>
  265. <Comment>Rebuild.</Comment>
  266. <Name>Mustafa Cinasal</Name>
  267. <Email>muscnsl@gmail.com</Email>
  268. </Update>
  269. <Update release="3">
  270. <Date>2023-05-24</Date>
  271. <Version>5.2.9</Version>
  272. <Comment>Rebuild</Comment>
  273. <Name>Berk Çakar</Name>
  274. <Email>berk2238@hotmail.com</Email>
  275. </Update>
  276. <Update release="2">
  277. <Date>2021-07-19</Date>
  278. <Version>5.2.9</Version>
  279. <Comment>Rebuild</Comment>
  280. <Name>Berk Çakar</Name>
  281. <Email>berk2238@hotmail.com</Email>
  282. </Update>
  283. <Update release="1">
  284. <Date>2021-04-20</Date>
  285. <Version>5.2.9</Version>
  286. <Comment>First release</Comment>
  287. <Name>Berk Çakar</Name>
  288. <Email>berk2238@hotmail.com</Email>
  289. </Update>
  290. </History>
  291. </PISI>