123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>vte</Name>
- <Homepage>http://www.gnome.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <Summary>Xft powered terminal widget</Summary>
- <Description>The VTE package contains a termcap file implementation for terminal emulators.</Description>
- <Archive sha1sum="b0af0701ef9d6c7ede9c578366b12a70ac47ab66" type="tarxz">mirrors://gnome/vte/0.28/vte-0.28.2.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>fontconfig-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>atk-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>harfbuzz-devel</Dependency>
- <Dependency>graphite2-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">vte-0.28.2-limit-arguments.patch</Patch>
- <Patch level="1">vte-alt-meta-confusion.patch</Patch>
- <Patch level="1">vte-python-bugfixes.patch</Patch>
- <Patch level="1">vte-0.28.0-link.patch</Patch>
- <Patch level="1">vte-0.28.2-scale.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>vte</Name>
- <IsA>library</IsA>
- <RuntimeDependencies>
- <Dependency>gobject-introspection</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>atk</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/vte</Path>
- <Path fileType="data">/usr/share/pygtk</Path>
- <Path fileType="data">/usr/share/gir-1.0/Vte-0.0.gir</Path>
- </Files>
- </Package>
- <Package>
- <Name>vte-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>GTK reference documents for vte</Summary>
- <Files>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>vte-devel</Name>
- <Summary>Development files for vte</Summary>
- <RuntimeDependencies>
- <Dependency release="current">vte</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-05-11</Date>
- <Version>0.28.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-02</Date>
- <Version>0.28.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-16</Date>
- <Version>0.28.2</Version>
- <Comment>First release</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|