Path to this page:
./
devel/glib2,
Some useful routines for C programming (glib2)
Branch: pkgsrc-2017Q1,
Version: 2.50.3,
Package name: glib2-2.50.3,
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:[
devel/libelf] [
devel/libffi] [
devel/pcre] [
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 3177471fb11fd2fd5abb77ec0675ee0049521009
RMD160: 3bc3bf5ae5d9997520e970c5c5a269538d871889
Filesize: 7411.41 KB
Version history: (Expand)
- (2017-04-04) Package added to pkgsrc.se, version glib2-2.50.3 (created)
CVS history: (Expand)
2017-05-06 17:29:10 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5400 - requested by sevan
devel/glib2: build fix
Revisions pulled up:
- devel/glib2/Makefile 1.232
---
Module Name: pkgsrc
Committed By: jperkin
Date: Thu May 4 12:19:13 UTC 2017
Modified Files:
pkgsrc/devel/glib2: Makefile
Log message:
Add broken python scripts to CHECK_WRKREF_SKIP too.
|