Path to this page:
NOTICE: This package has been removed from pkgsrc./
sysutils/libnotify07,
Desktop notification framework
Branch: CURRENT,
Version: 0.7.5nb4,
Package name: libnotify07-0.7.5nb4,
Maintainer: pkgsrc-userslibnotify is a library that allows applications to raise visual notifications in
a desktop environment. An external application, the notification-daemon, is then
in charge to show them as it wishes.
This is the 0.7.* version of libnotify.
Required to run:[
devel/glib2] [
graphics/gdk-pixbuf2]
Required to build:[
pkgtools/x11-links] [
x11/compositeproto] [
x11/glproto] [
x11/renderproto] [
x11/xproto] [
x11/xf86vidmodeproto] [
x11/fixesproto] [
x11/xf86driproto] [
x11/damageproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto] [
x11/dri2proto] [
x11/xcb-proto] [
x11/gtk3]
Master sites: (Expand)
SHA1: 729d1382617fee7e82eac17d808c11469ab2b7e1
RMD160: 9f166a6b17f1f00e85e658e2effa8da93ac5497f
Filesize: 269.34 KB
Version history: (Expand)
- (2013-08-17) Package deleted from pkgsrc
- (2013-06-06) Updated to version: libnotify07-0.7.5nb4
- (2013-06-05) Updated to version: libnotify07-0.7.5nb3
- (2013-06-03) Updated to version: libnotify07-0.7.5nb2
- (2013-04-22) Updated to version: libnotify07-0.7.5nb1
- (2013-04-21) Package added to pkgsrc.se, version libnotify07-0.7.5 (created)
CVS history: (Expand)
2013-08-16 11:26:29 by OBATA Akio | Files touched by this commit (6) | |
Log message:
Removed libnotify07, libnotify packages is 0.7.
|
2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687) |
Log message:
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2013-04-22 14:33:47 by OBATA Akio | Files touched by this commit (3) |
Log message:
some clean up:
Makefile
* xmlto is just required to docbook_docs, move dependency to `doc' option.
* remove buildlinking to gobject-introspection, it is alrady in option.mk
conditionally.
* gdk_pixbuf2 is really requied by this package, drop specification of `build'
dependency.
* exactly specify required glib2 version.
* from NEWS, libnotify>=7.0 use GBus instead of dbus-glib, so drop dependency
on dbus and dbus-glib.
* change dependency on gtk3 to `build', it is just required to test build.
buildlink3.mk
* change ABI_DEPENDS to reasonable version.
* drop `doc' and `introspection' option condition handling , it will not affect
to packages usind this file or should be handled packages by themselves.
* drop buildlinking to dbus and dbus-glib and add to gdk-pixbuf2, same reason
as Makefile.
options.mk
* gtk-doc documents are already in release taball, so dtk-doc is not required
to build, reuse as docbook-docs to match PLIST.doc condition.
* exactly specify required gobject introspection version.
Bump PKGREVISION.
|
2013-04-22 13:58:14 by Blue Rats | Files touched by this commit (1) |
Log message:
BUILDLINK_DEPMETHOD.gdk-pixbuf2?=build instead of =build.
|
2013-04-22 13:24:53 by Blue Rats | Files touched by this commit (1) |
Log message:
BUILD_DEPENDS -> BUILDLINK_DEPMETHOD=build for graphics/gdk-pixbuf2 and
include its buildlink3.mk
|