pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs gnome: Rename meta-pkgs/gnome3 to meta-pkgs/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac4f750bf5ba
branches:  trunk
changeset: 450529:ac4f750bf5ba
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Mon Apr 19 10:37:53 2021 +0000

description:
gnome: Rename meta-pkgs/gnome3 to meta-pkgs/gnome

In the wake of the new GNOME versioning scheme (starting with ver. 40)
it no longer makes sense to use the major version prefix in GNOME packages
* https://mail-index.netbsd.org/tech-pkg/2021/03/30/msg024714.html

diffstat:

 meta-pkgs/Makefile        |   4 ++--
 meta-pkgs/gnome3/DESCR    |   1 -
 meta-pkgs/gnome3/MESSAGE  |  13 -------------
 meta-pkgs/gnome3/Makefile |  11 +++++++----
 4 files changed, 9 insertions(+), 20 deletions(-)

diffs (65 lines):

diff -r 0d7bd25a8f86 -r ac4f750bf5ba meta-pkgs/Makefile
--- a/meta-pkgs/Makefile        Mon Apr 19 10:15:07 2021 +0000
+++ b/meta-pkgs/Makefile        Mon Apr 19 10:37:53 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2021/03/07 14:04:03 taca Exp $
+# $NetBSD: Makefile,v 1.112 2021/04/19 10:37:54 cirnatdan Exp $
 #
 
 COMMENT=       Collections of other packages
@@ -12,7 +12,7 @@
 SUBDIR+=       deforaos-desktop
 SUBDIR+=       fxtv-capture
 SUBDIR+=       gimp-docs
-SUBDIR+=       gnome3
+SUBDIR+=       gnome
 SUBDIR+=       gnuradio
 SUBDIR+=       gnustep
 SUBDIR+=       gstreamer0.10-plugins
diff -r 0d7bd25a8f86 -r ac4f750bf5ba meta-pkgs/gnome3/DESCR
--- a/meta-pkgs/gnome3/DESCR    Mon Apr 19 10:15:07 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-GNOME 3 desktop environment meta-package
diff -r 0d7bd25a8f86 -r ac4f750bf5ba meta-pkgs/gnome3/MESSAGE
--- a/meta-pkgs/gnome3/MESSAGE  Mon Apr 19 10:15:07 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2020/11/10 18:28:17 nia Exp $
-
-GNOME requires sysutils/dbus to be running as a system service before
-it will start.
-
-Make sure XCURSOR_PATH is set to ${PREFIX}/share/icons, e.g. in your
-~/.xsession, have the following:
-
-export XCURSOR_PATH=${PREFIX}/share/icons
-exec gnome-session
-
-===========================================================================
diff -r 0d7bd25a8f86 -r ac4f750bf5ba meta-pkgs/gnome3/Makefile
--- a/meta-pkgs/gnome3/Makefile Mon Apr 19 10:15:07 2021 +0000
+++ b/meta-pkgs/gnome3/Makefile Mon Apr 19 10:37:53 2021 +0000
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2020/11/11 19:23:05 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/19 10:37:54 cirnatdan Exp $
 
-PKGNAME=       gnome3-0.0.0.20201111
+PKGNAME=       gnome-3.38.1
 CATEGORIES=    meta-pkgs
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/gnome-3/
-COMMENT=       Meta-package for the GNOME 3 desktop environment
+HOMEPAGE=      https://www.gnome.org/
+COMMENT=       Meta-package for the GNOME desktop environment
 
 META_PACKAGE=  yes
 
+PREV_PKGPATH=  ../../meta-pkgs/gnome3
+SUPERCEDES+=   gnome3-[0-9]*
+
 # GNOME has a concept of "Core Apps".
 #
 # We deliberately do not include the heavier ones (e.g. epiphany - web browser,



Home | Main Index | Thread Index | Old Index