Path to this page:
./
devel/glib2,
Some useful routines for C programming (glib2)
Branch: pkgsrc-2011Q1,
Version: 2.28.3,
Package name: glib2-2.28.3,
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:[
lang/perl5]
Master sites: (Expand)
SHA1: 77d070832ac35e4b0d3b8edd8e1b4b96ee509d3b
RMD160: 37e4db7358398e0827f433c69fac9a305070961d
Filesize: 6677.155 KB
Version history: (Expand)
- (2011-04-04) Package added to pkgsrc.se, version glib2-2.28.3 (created)