123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>tepl</Name>
- <Homepage>https://wiki.gnome.org/Projects/Tepl</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL3</License>
- <PartOf>programming.library</PartOf>
- <IsA>app:gui</IsA>
- <Summary>Library that eases the development of GtkSourceView-based text editors and IDEs</Summary>
- <Description>Library that eases the development of GtkSourceView-based text editors and IDEs</Description>
- <Archive sha1sum="519fe114c0adb63445ebb5ec4fe972fa5a3795b2" type="tarxz">mirrors://gnome/tepl/6.9/tepl-6.9.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>libgedit-amtk-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>libgedit-gtksourceview-devel</Dependency>
- <Dependency>icu4c-devel</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>libhandy-devel</Dependency>
- <Dependency>gsettings-desktop-schemas-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>tepl</Name>
- <RuntimeDependencies>
- <Dependency>libgedit-amtk</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>libgedit-gtksourceview</Dependency>
- <Dependency>icu4c</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>gsettings-desktop-schemas</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libtepl*</Path>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/gtk-doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>tepl-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">tepl</Dependency>
- <Dependency>libgedit-amtk-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libgedit-gtksourceview-devel</Dependency>
- <Dependency>icu4c-devel</Dependency>
- <Dependency>gsettings-desktop-schemas-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2024-04-27</Date>
- <Version>6.9.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2023-11-03</Date>
- <Version>6.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2023-10-17</Date>
- <Version>6.4.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2023-01-02</Date>
- <Version>6.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2022-11-19</Date>
- <Version>6.2.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2022-11-03</Date>
- <Version>6.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2022-06-11</Date>
- <Version>6.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-05-27</Date>
- <Version>6.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-05-02</Date>
- <Version>6.0.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-06-02</Date>
- <Version>6.00.0</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|