Path to this page:
./
devel/glib2,
Some useful routines for C programming (glib2)
Branch: pkgsrc-2012Q4,
Version: 2.34.3,
Package name: glib2-2.34.3,
Maintainer: pkgsrc-usersGLib provides the core application building blocks for libraries
and applications written in C. It provides the core object system
used in GNOME, the main loop implementation, and a large set of
utility functions for strings and common data structures.
This package contains GLib version 2.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2011/02/20 17:40:54 jmmv Exp $
#
# Forcibly remove any auto-generated caches. The cache-regeneration tools
# should be doing this automatically when there are no more files in the
# directories they scan, but they don't. And, anyway, we need to do this
# if we want in-place updates of glib2 to work correctly.
#
GIO_MODULES_DIR="@GIO_MODULES_DIR@"
GLIB_SCHEMAS_DIR="@GLIB_SCHEMAS_DIR@"
case ${STAGE} in
DEINSTALL)
${RM} -f "${GIO_MODULES_DIR}/giomodule.cache"
${RM} -f "${GLIB_SCHEMAS_DIR}/gschemas.compiled"
;;
esac
Required to run:[
devel/libffi] [
devel/libelf] [
devel/pcre] [
lang/perl5]
Required to build:[
devel/libtool-base] [
devel/gmake] [
devel/pkg-config]
Master sites: (Expand)
SHA1: f2b94ca757191dddba686e54b32b3dfc5ad5d8fb
RMD160: 94508de21d25634f794066de246e9eecf6cbd0f8
Filesize: 6186.398 KB
Version history: (Expand)
- (2013-01-06) Package added to pkgsrc.se, version glib2-2.34.3 (created)