12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>lxterminal</Name>
- <Homepage>http://wiki.lxde.org/en/LXTerminal</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>lxterminal</Icon>
- <IsA>app:gui</IsA>
- <PartOf>desktop.lxde.base</PartOf>
- <Summary>Lightweight terminal emulator</Summary>
- <Description>Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE.</Description>
- <Archive sha1sum="3914c8e0552f7b8e1e32fde69244f90c16072df4" type="targz">mirrors://sourceforge/lxde/lxterminal-0.1.11.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>vte-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">background_alpha.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>lxterminal</Name>
- <RuntimeDependencies>
- <Dependency>vte</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="data">/usr/share/lxterminal</Path>
- <Path fileType="data">/usr/share/applications</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2013-10-11</Date>
- <Version>0.1.11</Version>
- <Comment>rebuild</Comment>
- <Name>Erdinç Gültekin</Name>
- <Email>erdincgultekin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2013-08-14</Date>
- <Version>0.1.11</Version>
- <Comment>rebuild</Comment>
- <Name>Erdinç Gültekin</Name>
- <Email>erdincgultekin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-06-17</Date>
- <Version>0.1.11</Version>
- <Comment>First release</Comment>
- <Name>Erdinç Gültekin</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|