Subject: pkg/21145: Update package wm/oroborus
To: None <gnats-bugs@gnats.netbsd.org>
From: None <juan@xtraeme.unixbsd.org>
List: netbsd-bugs
Date: 04/14/2003 09:44:29
>Number:         21145
>Category:       pkg
>Synopsis:       Update package wm/oroborus
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 14 00:47:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6R
>Organization:
--
Juan RP		jrp@hispabsd.org
--
>Environment:
System: NetBSD Nocturno 1.6R NetBSD 1.6R (Nocturno) #2: Thu Apr 10 17:21:03 CEST 2003 root@Nocturno:/usr/obj/sys/arch/i386/compile/Nocturno i386
Architecture: i386
Machine: i386
>Description:

Oroborus 2.0.12 is out.

Changelog:


  * *argh* corrected configure.in, this won't happen again, configure.in
    now determines the version and package name from debian/rules.
  * fixed the startup initialization of some root hints (needed for the
    GNOME2 desktop switcher).
  * fixed the position of the root (nautilus) window, which sometimes
    appeared in front of the GNOME2 dock.
  * Fixed maximizing for GOME2 panels.
    Closes: #168315
  * Added the BeOS theme, which was created by Juergen Becker.
  * Fixed the layer which GNOME2 panels use.
  * Fixed autheader error messages.
  * Fixed Window in Window handling.
    Closes: #168314
  * Make Mod5 work again.
    Closes: #176053

>How-To-Repeat:

Apply this patch.

>Fix:


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/oroborus/Makefile,v
retrieving revision 1.2
diff -b -u -r1.2 Makefile
--- Makefile	2003/03/29 12:42:46	1.2
+++ Makefile	2003/04/14 07:40:00
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.2 2003/03/29 12:42:46 jmmv Exp $
 #
 
-DISTNAME=	oroborus_2.0.11-1
-PKGNAME=	oroborus-2.0.11
-WRKSRC=         ${WRKDIR}/oroborus
+DISTNAME=	oroborus_2.0.12-1
+PKGNAME=	oroborus-2.0.12
+WRKSRC=         ${WRKDIR}/${PKGNAME}
 CATEGORIES=	wm
 MASTER_SITES=	http://www.oroborus.org/debian/dists/sid/main/source/x11/
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/wm/oroborus/PLIST,v
retrieving revision 1.1.1.1
diff -b -u -r1.1.1.1 PLIST
--- PLIST	2003/02/15 07:00:27	1.1.1.1
+++ PLIST	2003/04/14 07:40:02
@@ -82,6 +82,40 @@
 share/oroborus/themes/agua/top-left-inactive.xpm
 share/oroborus/themes/agua/top-right-active.xpm
 share/oroborus/themes/agua/top-right-inactive.xpm
+share/oroborus/themes/beos/bottom-active.xpm
+share/oroborus/themes/beos/bottom-inactive.xpm
+share/oroborus/themes/beos/bottom-left-active.xpm
+share/oroborus/themes/beos/bottom-left-inactive.xpm
+share/oroborus/themes/beos/bottom-right-active.xpm
+share/oroborus/themes/beos/bottom-right-inactive.xpm
+share/oroborus/themes/beos/close-active.xpm
+share/oroborus/themes/beos/close-inactive.xpm
+share/oroborus/themes/beos/close-pressed.xpm
+share/oroborus/themes/beos/hide-active.xpm
+share/oroborus/themes/beos/hide-inactive.xpm
+share/oroborus/themes/beos/hide-pressed.xpm
+share/oroborus/themes/beos/left-active.xpm
+share/oroborus/themes/beos/left-inactive.xpm
+share/oroborus/themes/beos/maximize-active.xpm
+share/oroborus/themes/beos/maximize-inactive.xpm
+share/oroborus/themes/beos/maximize-pressed.xpm
+share/oroborus/themes/beos/right-active.xpm
+share/oroborus/themes/beos/right-inactive.xpm
+share/oroborus/themes/beos/themerc
+share/oroborus/themes/beos/title-1-active.xpm
+share/oroborus/themes/beos/title-1-inactive.xpm
+share/oroborus/themes/beos/title-2-active.xpm
+share/oroborus/themes/beos/title-2-inactive.xpm
+share/oroborus/themes/beos/title-3-active.xpm
+share/oroborus/themes/beos/title-3-inactive.xpm
+share/oroborus/themes/beos/title-4-active.xpm
+share/oroborus/themes/beos/title-4-inactive.xpm
+share/oroborus/themes/beos/title-5-active.xpm
+share/oroborus/themes/beos/title-5-inactive.xpm
+share/oroborus/themes/beos/top-left-active.xpm
+share/oroborus/themes/beos/top-left-inactive.xpm
+share/oroborus/themes/beos/top-right-active.xpm
+share/oroborus/themes/beos/top-right-inactive.xpm
 share/oroborus/themes/cruxish/bottom-active.xpm
 share/oroborus/themes/cruxish/bottom-inactive.xpm
 share/oroborus/themes/cruxish/bottom-left-active.xpm
@@ -427,6 +461,7 @@
 @dirrm share/oroborus/themes/gorillaworm
 @dirrm share/oroborus/themes/e017
 @dirrm share/oroborus/themes/cruxish
+@dirrm share/oroborus/themes/beos
 @dirrm share/oroborus/themes/agua
 @dirrm share/oroborus/themes/QNX
 @dirrm share/oroborus/themes
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/oroborus/distinfo,v
retrieving revision 1.1.1.1
diff -b -u -r1.1.1.1 distinfo
--- distinfo	2003/02/15 07:00:27	1.1.1.1
+++ distinfo	2003/04/14 07:40:02
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.1.1.1 2003/02/15 07:00:27 salo Exp $
 
-SHA1 (oroborus_2.0.11-1.tar.gz) = 13ac39d37e11dadac44127591ea4fa4c58513632
-Size (oroborus_2.0.11-1.tar.gz) = 234490 bytes
+SHA1 (oroborus_2.0.12-1.tar.gz) = 88d60a9f942230e042c52e93fe88e93ee1476bc7
+Size (oroborus_2.0.12-1.tar.gz) = 236581 bytes


>Release-Note:
>Audit-Trail:
>Unformatted: