12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>template-glib</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/template-glib</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <Summary>template-glib is a library for template expansion which supports calling into GObject Introspection from templates.</Summary>
- <Description>Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language.</Description>
- <Archive sha1sum="45841bbedb62915d38e39aeca1d3ce0380552931" type="tarxz">https://download.gnome.org/sources/template-glib/3.36/template-glib-3.36.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>template-glib</Name>
- <IsA>library</IsA>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>gobject-introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>template-glib-devel</Name>
- <Summary>Development files for template-glib</Summary>
- <RuntimeDependencies>
- <Dependency release="current">template-glib</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/vala</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-03-21</Date>
- <Version>3.36.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-09-18</Date>
- <Version>3.36.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-03-21</Date>
- <Version>3.34.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-06-13</Date>
- <Version>3.34.0</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|