Merge pull request #210 from ertugerata/master

update glib2 and gobject-introspection
This commit is contained in:
Ertuğrul Erata
2016-01-25 21:26:37 +02:00
3 changed files with 18 additions and 4 deletions
+2 -2
View File
@@ -52,12 +52,12 @@
- [ ] gcc - C/C++ ve Fortran derleyicisi // gcc-5.3.0
- [x] gdbm - Perl uyumlu standart GNU veritabanı kütüphaneleri
- [x] gettext - Farklı dillerde ileti katalogları üretmek için gerekli GNU araçları ve kütüphaneleri
- [ ] glib2 - C programlama dili için glib kütüphanesi // * BLFS http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.2.tar.xz *
- [x] glib2 - C programlama dili için glib kütüphanesi // * BLFS http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.2.tar.xz *
- [ ] glibc - GNU libc6 (glibc2 olarak da bilinir) C kitaplığı // Glibc-2.22
- [ ] glpk - GNU Doğrusal Programlama Kiti //* http://ftp.gnu.org/gnu/glpk/glpk-4.57.tar.gz*
- [x] gmp - İstenilen duyarlıkta çalışabilen aritmetik işlem kitaplığı
- [ ] gnuconfig - Autofoo için temel config dosyaları
- [ ] gobject-introspection - Introspection system for GObject-based libraries // * BLFS http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz *
- [x] gobject-introspection - Introspection system for GObject-based libraries // * BLFS http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz *
- [x] gperf - Mükemmel hash üreticisi
- [ ] gperftools - Google Performans Araçları // * https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz *
- [x] grep - Grep düzenli ifade eşleme aracı
+8 -1
View File
@@ -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="685b3c0529c4d1b7a5e4931bfe2319e5928e4a53" type="tarxz">mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz</Archive>
<Archive sha1sum="2bd8f8d87668635f45ccac2e9166a4c4c3d65eac" type="tarxz">mirrors://gnome/glib/2.46/glib-2.46.2.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.36">libpcre-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -129,6 +129,13 @@
</Package>
<History>
<Update release="15">
<Date>2016-01-25</Date>
<Version>2.46.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="14">
<Date>2015-04-08</Date>
<Version>2.44.0</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Introspection system for GObject-based libraries</Summary>
<Description>gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
<Archive sha1sum="5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd" type="tarxz">mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz</Archive>
<Archive sha1sum="ca4842479b119da1c8d3fbf5006adcc46920ce72" type="tarxz">mirrors://gnome/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>cairo-devel</Dependency>-->
<Dependency>libffi-devel</Dependency>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="12">
<Date>2016-01-25</Date>
<Version>1.46.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="11">
<Date>2015-04-06</Date>
<Version>1.44.0</Version>