Package Details: glib 1.2.10-18

Git Clone URL: https://aur.archlinux.org/glib.git (read-only, click to copy)
Package Base: glib
Description: Common C routines used by Gtk+ and other libs
Upstream URL: http://www.gtk.org/
Licenses: LGPL
Submitter: ConnorBehan
Maintainer: ConnorBehan
Last Packager: ConnorBehan
Votes: 104
Popularity: 0.030377
First Submitted: 2014-05-22 01:43 (UTC)
Last Updated: 2021-05-03 09:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Musikolo commented on 2017-05-09 02:19 (UTC)

@ConnorBehan, the following line should added to the PKGBUILD script: makedepends=('autoconf') I was getting the following error otherwise: - https://pastebin.no/mukubaguho.coffeescript Thank you!

<deleted-account> commented on 2016-08-16 20:39 (UTC)

I try to install today and it worked :)

ConnorBehan commented on 2016-08-16 19:04 (UTC)

Because your system doesn't like ftp? It works for me.

<deleted-account> commented on 2016-08-16 05:54 (UTC)

Error timeout

tamjan commented on 2015-08-26 05:51 (UTC)

Adding elif [[ $CARCH = "armv6h" ]]; then CONFIGFLAG='--host=armv6l-unknown-linux-gnueabihf --target=armv6l-unknown-linux-gnueabihf' and 'armv6h' to arch, makes this build on ALARM (Pi 1) as well.

bidulock commented on 2015-07-21 07:50 (UTC)

Again, as with https://aur4.archlinux.org/packages/gtk, does the following help you to see why this package is named just "glib"? $> pacman -Qo /usr/lib/pkgconfig/glib.pc /usr/lib/pkgconfig/glib.pc is owned by glib 1.2.10-13 $> pacman -Qo /usr/lib/pkgconfig/glib-2.0.pc /usr/lib/pkgconfig/glib-2.0.pc is owned by glib2 2.44.1-1

WoefulDerelict commented on 2015-07-21 05:49 (UTC)

In an attempt to keep the new AUR clean and adherent to the Arch packaging standards (https://wiki.archlinux.org/index.php/Arch_packaging_standards) I modified this package and re-submitted it at glib1.

tommyjcarpenter commented on 2015-06-01 02:58 (UTC)

I confirm that bidulock's comment (adding that line during the 'edit packagebuild?" stage) works. Thank you!

bidulock commented on 2015-05-31 22:56 (UTC)

Easily fixed by adding the line: sed 's,ifdef[[:space:]]*__OPTIMIZE__,if 0,' -i glib.h to the end of prepare(), or simply use the PKGBUILD here: https://gist.github.com/bbidulock/e7ec7d6622471142e248 It seems that glib does not predict gcc 5.1.0 behavior with resprect to inline functions and "extern inline" in particular.

tommyjcarpenter commented on 2015-05-31 00:05 (UTC)

Sorry, that was 4.0.4-2*.