123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libgda</Name>
- <Homepage>http://www.gnome-db.org/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <PartOf>server.database</PartOf>
- <IsA>library</IsA>
- <Summary>Library for writing gnome database programs</Summary>
- <Description>libgda is a library that eases the task of writing Gtk3-based database programs.</Description>
- <BuildDependencies>
- <Dependency>cairo-devel</Dependency>
- <Dependency>db-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>goocanvas-devel</Dependency>
- <Dependency>graphviz-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>gtksourceview3-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>iso-codes-devel</Dependency>
- <Dependency>itstool</Dependency>
- <Dependency>jdk8-openjdk</Dependency>
- <Dependency>json-glib-devel</Dependency>
- <Dependency>libsecret-devel</Dependency>
- <Dependency>libsoup-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>mariadb-lib</Dependency>
- <Dependency>mdbtools-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>sqlcipher-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>openldap-client</Dependency>
- </BuildDependencies>
- <Archive sha1sum="005d3be4448ae9faa5fe422f8479630793adf89e" type="tarxz">https://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-5.2.9.tar.xz</Archive>
- </Source>
-
- <Package>
- <Name>libgda</Name>
- <Summary>Library for writing gnome database programs</Summary>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libxslt</Dependency>
- <Dependency>libsecret</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/lib/girepository-1.0/Gda-5.0.typelib</Path>
- <Path fileType="data">/usr/share/help</Path>
- <Path fileType="data">/usr/share/libgda-5.0</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-devel</Name>
- <Summary>Development files for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/vala</Path>
- </Files>
- </Package>
- <Package>
- <Name>libgda-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>libgda reference documents</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libgda-bdb</Name>
- <Summary>Berkeley DB provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-bdb.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/bdb_specs_dsn.xml</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-java</Name>
- <Summary>Java provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>jdk8-openjdk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/gdaprovider-5.0.jar</Path>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-jdbc.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/jdbc*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-ldap</Name>
- <Summary>Ldap provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>openldap-client</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-ldap.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/ldap*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-mysql</Name>
- <Summary>Mysql provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>mariadb-lib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-mysql.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/mysql*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-postgres</Name>
- <Summary>Postgres provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>postgresql-lib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-postgres.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/postgres*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-sqlcipher</Name>
- <Summary>SQLiteCipher provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>sqlcipher</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-sqlcipher.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/sqlcipher*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-sqlite</Name>
- <Summary>SQLite provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>sqlite</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-sqlite.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/sqlite*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-mdb</Name>
- <Summary>Mdb provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>mdbtools</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-mdb.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/mdb_specs_dsn.xml</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-tools</Name>
- <Summary>Graphical tools for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>libsoup</Dependency>
- <Dependency>graphviz</Dependency>
- <Dependency>readline</Dependency>
- <Dependency>goocanvas</Dependency>
- <Dependency>libgda-ui</Dependency>
- <Dependency>gtksourceview3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/gnome/gda-browser</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-ui</Name>
- <Summary>UI extensions for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>pango</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/girepository-1.0/Gdaui-5.0.typelib</Path>
- <Path fileType="data">/usr/lib/libgda-5.0/plugins/gdaui*</Path>
- <Path fileType="library">/usr/lib/libgda-ui-5.0.so.*</Path>
- <Path fileType="data">/usr/share/libgda-5.0/dtd/gdaui-layout.dtd</Path>
- <Path fileType="data">/usr/share/libgda-5.0/icons</Path>
- <Path fileType="data">/usr/share/libgda-5.0/language-specs</Path>
- <Path fileType="data">/usr/share/libgda-5.0/pixmaps</Path>
- <Path fileType="data">/usr/share/libgda-5.0/ui</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-ui-devel</Name>
- <Summary>Development files for libgda-ui</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency version="current">libgda-ui</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/gdaui-demo-5.0</Path>
- <Path fileType="header">/usr/include/libgda-5.0/libgda-ui</Path>
- <Path fileType="library">/usr/lib/libgda-5.0/plugins/libgda-ui-plugins.so</Path>
- <Path fileType="library">/usr/lib/libgda-ui-5.0.so</Path>
- <Path fileType="data">/usr/share/glade/catalogs/gdaui-catalog.xml</Path>
- <Path fileType="data">/usr/share/glade/pixmaps/widget-gdaui*</Path>
- <Path fileType="data">/usr/share/libgda-5.0/demo</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libgda-web</Name>
- <Summary>Web provider for libgda</Summary>
- <RuntimeDependencies>
- <Dependency version="current">libgda</Dependency>
- <Dependency>libsoup</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libgda-5.0/providers/libgda-web.so</Path>
- <Path fileType="data">/usr/share/libgda-5.0/php</Path>
- <Path fileType="data">/usr/share/libgda-5.0/web</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="4">
- <Date>2024-12-26</Date>
- <Version>5.2.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-05-24</Date>
- <Version>5.2.9</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-07-19</Date>
- <Version>5.2.9</Version>
- <Comment>Rebuild</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-04-20</Date>
- <Version>5.2.9</Version>
- <Comment>First release</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|