Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/glib2,
Some useful routines for C programming (glib2)
Branch: CURRENT,
Version: 2.70.0nb1,
Package name: glib2-2.70.0nb1,
Maintainer: prlw1GLib 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:[
lang/perl5] [
devel/libffi] [
devel/libelf] [
devel/pcre]
Required to build:[
pkgtools/cwrappers] [
lang/python37] [
devel/meson]
Master sites: (Expand)
RMD160: 139674d8107c540d5f826fabe0c756a4f4fc84a7
Filesize: 4684.387 KB
Version history: (Expand)
- (2022-11-27) Package deleted from pkgsrc
- (2021-09-22) Package has been reborn
- (2021-09-22) Updated to version: glib2-2.70.0nb1
- (2021-03-31) Package deleted from pkgsrc
- (2021-03-26) Updated to version: glib2-2.68.0
- (2020-09-29) Package has been reborn
CVS history: (Expand)
2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2013-02-08 19:25:23 by Jason Bacon | Files touched by this commit (1) |
Log message:
Fix patch path
|
2013-02-08 04:20:55 by Jason Bacon | Files touched by this commit (48) |
Log message:
Import glib2-2.34.3 as wip/glib2.
For testing patches aimed at Darwin.
GLib 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.
|