pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/gnome



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Sep  2 14:14:12 UTC 2018

Modified Files:
        pkgsrc/meta-pkgs/gnome: Makefile

Log Message:
GNOME 2 needs libgnomekbd2, not 3.

Patch by Benjamin Lorenz in PR pkg/53554.

Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/meta-pkgs/gnome/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/gnome/Makefile
diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.141 pkgsrc/meta-pkgs/gnome/Makefile:1.142
--- pkgsrc/meta-pkgs/gnome/Makefile:1.141       Sun Aug 19 20:16:40 2018
+++ pkgsrc/meta-pkgs/gnome/Makefile     Sun Sep  2 14:14:12 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.141 2018/08/19 20:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.142 2018/09/02 14:14:12 bsiegert Exp $
 
 DISTNAME=      gnome-2.26.2
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    meta-pkgs x11 gnome
 MASTER_SITES=  # empty
 
@@ -104,7 +104,7 @@ DEPENDS+=   gucharmap>=2.26.2:../../fonts/
 DEPENDS+=      gvfs>=1.2.3:../../sysutils/gvfs
 DEPENDS+=      hamster-applet>=2.26.2:../../time/hamster-applet
 DEPENDS+=      libgail-gnome>=1.20.1:../../devel/libgail-gnome
-DEPENDS+=      libgnomekbd>=2.26.0:../../x11/libgnomekbd
+DEPENDS+=      libgnomekbd2>=2.26.0:../../x11/libgnomekbd2
 DEPENDS+=      libgnomeprint>=2.18.6:../../print/libgnomeprint
 DEPENDS+=      libgnomeprintui>=2.18.4:../../print/libgnomeprintui
 DEPENDS+=      libgtop>=2.26.1:../../sysutils/libgtop



Home | Main Index | Thread Index | Old Index