123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>glade</Name>
- <Homepage>http://glade.gnome.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <IsA>app:gui</IsA>
- <Icon>org.gnome.Glade</Icon>
- <Summary>GTK+ Form Designer</Summary>
- <Description>Glade is a RAD tool to enable quick and easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.</Description>
- <Archive sha1sum="49bad4aa63a01df259bdbe48e73c8d614fbea4b7" type="tarbz2">https://gitlab.gnome.org/Archive/glade/-/archive/1fbca367cf33991f1d8d20a256ca704eb778fca9/glade-1fbca367cf33991f1d8d20a256ca704eb778fca9.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gjs-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-pygobject3-devel</Dependency>
- <Dependency>webkit2gtk-4.1-devel</Dependency>
- <Dependency>intltool</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>itstool</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">fix-build.diff</Patch>
- <!-- <Patch level="1">efdd5338b0.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>glade</Name>
- <RuntimeDependencies>
- <Dependency>gjs</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>webkit2gtk-4.1</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/gettext</Path>
- <Path fileType="data">/usr/share/glade</Path>
- <Path fileType="data">/usr/share/help</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/gnome</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/appdata</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- </Files>
- </Package>
- <Package>
- <Name>glade-devel</Name>
- <IsA>library</IsA>
- <Summary>Glade development files</Summary>
- <RuntimeDependencies>
- <Dependency version="current">glade</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>glade-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>Glade reference documents</Summary>
- <RuntimeDependencies>
- <Dependency version="current">glade</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- <Path fileType="doc">/usr/share/omf</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2024-12-26</Date>
- <Version>3.40.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2023-11-03</Date>
- <Version>3.40.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-08-11</Date>
- <Version>3.40.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-06-22</Date>
- <Version>3.38.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2021-04-05</Date>
- <Version>3.38.2</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|