summaryrefslogtreecommitdiff
path: root/wm/oroborus
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-04-17 10:32:28 +0000
committersalo <salo@pkgsrc.org>2003-04-17 10:32:28 +0000
commit87d38816e2b0072c8502aae66a1d827362a9ec5b (patch)
tree3293dc198bfdb1c55eaa4f03e3a0a62ca0622c7a /wm/oroborus
parente844cfbd487dcaffe85b827206ee1d7145c92b99 (diff)
downloadpkgsrc-87d38816e2b0072c8502aae66a1d827362a9ec5b.tar.gz
Updated to version 2.0.12.
Patch provided by Juan RP via PR pkg/21145. Changes: - *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
Diffstat (limited to 'wm/oroborus')
-rw-r--r--wm/oroborus/Makefile8
-rw-r--r--wm/oroborus/PLIST37
-rw-r--r--wm/oroborus/distinfo6
3 files changed, 43 insertions, 8 deletions
diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile
index 19171d46d59..e76e30cb9db 100644
--- a/wm/oroborus/Makefile
+++ b/wm/oroborus/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/17 10:32:28 salo 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/
diff --git a/wm/oroborus/PLIST b/wm/oroborus/PLIST
index d3c58a8faf6..7f4107b6310 100644
--- a/wm/oroborus/PLIST
+++ b/wm/oroborus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/15 07:00:27 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/04/17 10:32:29 salo Exp $
bin/oroborus
man/man1/oroborus.1
man/man5/oroborusrc.5
@@ -82,6 +82,40 @@ share/oroborus/themes/agua/top-left-active.xpm
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 @@ share/oroborus/themes/windows/top-right-inactive.xpm
@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
diff --git a/wm/oroborus/distinfo b/wm/oroborus/distinfo
index 4a17530d136..54d7461b1a0 100644
--- a/wm/oroborus/distinfo
+++ b/wm/oroborus/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/02/15 07:00:27 salo Exp $
+$NetBSD: distinfo,v 1.2 2003/04/17 10:32:29 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