Path to this page:
./
devel/glib2,
Some useful routines for C programming (glib2)
Branch: pkgsrc-2011Q4,
Version: 2.28.8nb3,
Package name: glib2-2.28.8nb3,
Maintainer: pkgsrc-usersGLib 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.
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/pcre] [
lang/perl5]
Required to build:[
devel/libtool-base] [
devel/gmake]
Master sites: (Expand)
SHA1: 20cd63705a8805260da0320c65b979233f2e3c18
RMD160: f087a71445eb40fae5eab45a14cb74d4e239d5e6
Filesize: 6853.326 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version glib2-2.28.8nb3 (created)