12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>icedtea-web-java7</Name>
- <Homepage>https://www.x.org/wiki/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Java web browser plugin</Summary>
- <Description>Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project.</Description>
- <Archive sha1sum="54b730855b29533866c8deb78cfe522adb18ff5d" type="targz">http://icedtea.wildebeest.org/download/source/icedtea-web-1.6.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>firefox</Dependency>
- <Dependency>jdk7-openjdk</Dependency>
- <Dependency>rhino</Dependency>
- <Dependency>libXtst-devel</Dependency>
- <!-- Dependency>junit</Dependency --> <!-- for unittests -->
- <Dependency>npapi-sdk-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>glib2-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>icedtea-web-java7</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>jre7-openjdk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="library">/usr/lib/mozilla</Path>
- <Path fileType="library">/usr/lib/browser-plugins</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/applications</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="5">
- <Date>2020-01-15</Date>
- <Version>1.6.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-09-22</Date>
- <Version>1.6.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2019-04-30</Date>
- <Version>1.6.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-17</Date>
- <Version>1.6.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-08</Date>
- <Version>1.6.2</Version>
- <Comment>First release</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|