@@ -54,4 +54,4 @@ def install():
|
||||
return
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library of handy utility functions</Summary>
|
||||
<Description>glib2 is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.</Description>
|
||||
<Archive sha1sum="c53965bf8d867bacd9d5fe37d1378c03222ae5d3" type="tarxz">mirrors://gnome/glib/2.72/glib-2.72.3.tar.xz</Archive>
|
||||
<Archive sha1sum="c7900f6b6baaa1321b856605aa1b7fd35046eac3" type="tarxz">mirrors://gnome/glib/2.74/glib-2.74.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
@@ -22,7 +22,7 @@
|
||||
<Dependency>elfutils-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency><!-- for man=true -->
|
||||
<Dependency versionFrom="2.37.4">libutil-linux-devel</Dependency>
|
||||
<Dependency versionFrom="8.43">libpcre-devel</Dependency>
|
||||
<Dependency versionFrom="10.40">libpcre2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">noisy-glib-compile-schemas.diff</Patch>
|
||||
@@ -40,13 +40,14 @@
|
||||
<Dependency>zlib</Dependency>
|
||||
<!--<Dependency>elfutils</Dependency>-->
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/etc/profile.d</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/libexec/gio-launch-desktop</Path>
|
||||
<Path fileType="executable">/usr/share/bash-completion/completions/</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -70,7 +71,7 @@
|
||||
<Summary>Development files for glib2</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">glib2</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
@@ -116,7 +117,7 @@
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">glib2</Dependency>
|
||||
<Dependency>libpcre-32bit</Dependency>
|
||||
<Dependency>libpcre2-32bit</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>libffi-32bit</Dependency>
|
||||
<!--Dependency>dbus-32bit</Dependency-->
|
||||
@@ -140,6 +141,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2022-09-18</Date>
|
||||
<Version>2.74.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2022-07-21</Date>
|
||||
<Version>2.72.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user