pkgsrc-Users archive

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

Re: blackbox 0.65 still?



Tim Larson wrote:
> The current version is 0.70.1 - 0.65 is 3 years old this month.

I can't tell you all difference between those but I believe from
a user's point of view the changes are minor. Some are for good,
others for bad. I was a bit disappointed the focus cycling bug -
my only reason for updating - isn't fixed yet even though the
report has been marked as fixed IIRC. Menus also don't stay on
the screen any longer which sucks when you want to use an item
multiple times. 

> Any chance this is going to be updated in pkgsrc soon?  Those of us
> still running older machines would sure appreciate it.

I don't use it because the age of my machine. It's simply the
window manager which suits me best and I've tried most of those
available in pkgsrc.

I have attached a patch for pkgsrc-current to use 0.70.1. Just
remove patches/patch-a[cde] after applying it. Something which
could bite you though is that the style descriptions reference a
font you might not have installed so that there's no text
displayed anywhere. I recommend using efonts and setting the
locale encoding to UTF-8.

-- 
Christian
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/blackbox/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile    5 Feb 2006 23:11:12 -0000       1.26
+++ Makefile    22 May 2006 18:06:41 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.26 2006/02/05 23:11:12 joerg Exp $
 #
 
-DISTNAME=      blackbox-0.65.0
-PKGREVISION=   6
+DISTNAME=      blackbox-0.70.1
 CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=blackboxwm/}
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/wm/blackbox/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo    2 Jan 2006 21:47:43 -0000       1.11
+++ distinfo    22 May 2006 18:06:41 -0000
@@ -1,10 +1,7 @@
 $NetBSD: distinfo,v 1.11 2006/01/02 21:47:43 joerg Exp $
 
-SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
-RMD160 (blackbox-0.65.0.tar.gz) = d88d9c5d9375274da149c77d3c63bb9c92470f26
-Size (blackbox-0.65.0.tar.gz) = 292950 bytes
-SHA1 (patch-aa) = 265249c3e27da0d7dd9b2b85da1c417684c57e0f
-SHA1 (patch-ab) = 6081da04f0dbab0f711523114e130c176a0f1f05
-SHA1 (patch-ac) = 5f249a2e6d75e5d88605d6d8a1675d003b1cb52f
-SHA1 (patch-ad) = 0906aa36c45b1e9ebd8c10e166ac1ba8e345fd9e
-SHA1 (patch-ae) = 0e919952cd5209e787807548ca7ce45c5ed03497
+SHA1 (blackbox-0.70.1.tar.gz) = f0ab7e4b44ae6ee4c2a2136651afc567c47fe2cd
+RMD160 (blackbox-0.70.1.tar.gz) = ab80c43d42dbfac23c9f981885f25a42c66f51a6
+Size (blackbox-0.70.1.tar.gz) = 650400 bytes
+SHA1 (patch-aa) = 9ff78fcb503ed0fa62364533547e1144769f1449
+SHA1 (patch-ab) = 04da42560c63b14bafc094055683952a8cef91c3
cvs diff: Diffing patches
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/wm/blackbox/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patches/patch-aa    11 Nov 2005 19:07:40 -0000      1.3
+++ patches/patch-aa    22 May 2006 18:06:41 -0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2005/11/11 19:07:40 tonio Exp $
+$NetBSD$
 
---- doc/Makefile.in.orig       Wed Nov 20 12:08:31 2002
-+++ doc/Makefile.in    Wed Nov 20 12:08:43 2002
-@@ -75,7 +75,7 @@
- 
+--- doc/Makefile.in.orig       2005-11-03 09:27:13.000000000 +0100
++++ doc/Makefile.in    2006-05-22 19:45:48.000000000 +0200
+@@ -169,7 +169,7 @@
+ xft_LIBS = @xft_LIBS@
  CLEANFILES = blackbox.1
  MAINTAINERCLEANFILES = Makefile.in
 -man_MANS = blackbox.1 bsetroot.1 bsetbg.1
 +man_MANS = blackbox.1
- 
  DEFAULT_MENU = $(pkgdatadir)/menu
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ all: all-am
+ 
Index: patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/wm/blackbox/patches/patch-ab,v
retrieving revision 1.3
diff -u -r1.3 patch-ab
--- patches/patch-ab    11 Nov 2005 19:22:39 -0000      1.3
+++ patches/patch-ab    22 May 2006 18:06:41 -0000
@@ -1,13 +1,14 @@
-$NetBSD: patch-ab,v 1.3 2005/11/11 19:22:39 tonio Exp $
+$NetBSD$
 
---- Makefile.in.orig   Wed Nov 20 12:09:13 2002
-+++ Makefile.in        Wed Nov 20 12:09:22 2002
-@@ -75,7 +75,7 @@
+--- Makefile.in.orig   2005-11-03 09:27:15.000000000 +0100
++++ Makefile.in        2006-05-22 19:43:35.000000000 +0200
+@@ -192,8 +192,7 @@
+ SUBDIRS = data \
+                         doc \
+                         lib \
+-                        src \
+-                        util
++                        src
  
- AUTOMAKE_OPTIONS = foreign
- 
--SUBDIRS = data doc nls src util
-+SUBDIRS = data doc nls src
- MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ MAINTAINERCLEANFILES = Makefile.in \
+                         aclocal.m4 \

Attachment: pgpD04uYddwv9.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index