123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pgadmin3</Name>
- <Homepage>http://www.pgadmin.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>app:gui</IsA>
- <Summary>Graphical client for PostgreSQL</Summary>
- <Description>pgadmin3 is a powerful administration and development platform for the PostgreSQL database, free for any use.</Description>
- <Archive sha1sum="2b62630d3ee90b44c440d673ca8bb3dcfe010e18" type="targz">https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.2/src/pgadmin3-1.22.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>wxGTK2.8-devel</Dependency>
- <!--Dependency>wxMaxima</Dependency-->
- </BuildDependencies>
- <!--Patches>
- <Patch level="2">0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch</Patch>
- </Patches-->
- </Source>
- <Package>
- <Name>pgadmin3</Name>
- <RuntimeDependencies>
- <Dependency>postgresql-lib</Dependency>
- <Dependency>libxslt</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>wxGTK2.8</Dependency>
- <Dependency>wxBase</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/pgadmin3</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/pgadmin3.desktop">pgadmin3.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>1.22.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>1.22</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-26</Date>
- <Version>1.22</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|