[Lunar-commits] CVS: moonbase/x11-wm/blackbox BUILD, NONE, 1.1 POST_REMOVE, NONE, 1.1 blackbox.desktop, NONE, 1.1 DETAILS, 1.3, 1.4 POST_INSTALL, 1.1, 1.2 Blackbox, 1.1, NONE

Moritz Heiber moe at lunar-linux.org
Wed Jun 16 15:54:31 GMT 2004


Update of /var/cvs/lunar/moonbase/x11-wm/blackbox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18449

Modified Files:
	DETAILS POST_INSTALL 
Added Files:
	BUILD POST_REMOVE blackbox.desktop 
Removed Files:
	Blackbox 
Log Message:
This module is working again now


--- NEW FILE: BUILD ---
(

  patch_it $SOURCE_CACHE/$SOURCE2 0  &&
  
  ./configure --build=$BUILD	\
	      --prefix=/usr	\
	      --sysconfdir=/etc	\
	      --disable-nls	\
	      $OPTS             &&
  default_make  &&
  
) > $C_FIFO 2>&1

--- NEW FILE: POST_REMOVE ---
if [ -a /etc/X11/dm/Sessions/blackbox.desktop ]; then
  rm -f /etc/X11/dm/Sessions/blackbox.desktop
fi

--- NEW FILE: blackbox.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Blackbox
Comment=Session for blackbox
Exec=blackbox
# no icon yet, only the top three are currently used
Icon=
Type=Application

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/blackbox/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	20 May 2004 10:54:27 -0000	1.3
+++ DETAILS	16 Jun 2004 15:54:28 -0000	1.4
@@ -1,14 +1,14 @@
            MODULE=blackbox
          VERSION=0.65.0
-         #VERSION=0.62.1
           SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=assert.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/blackboxwm/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
         WEB_SITE=http://blackbox.alug.org
          ENTERED=20010922
          UPDATED=20020920
-	   PSAFE="no"
-           SHORT="blackbox is an X11 windows manager."
+	   SHORT="blackbox is an X11 windows manager."
 cat << EOF
 Blackbox is yet another addition to the list of window managers for X.
 It is written in C++, sharing no common code with any other window

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-wm/blackbox/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL	1 Oct 2002 05:58:46 -0000	1.1
+++ POST_INSTALL	16 Jun 2004 15:54:28 -0000	1.2
@@ -1 +1,3 @@
-if module_installed gdm2; then cp $SCRIPT_DIRECTORY/Blackbox /etc/X11/gdm/Sessions/ ; fi
+if module_installed gdm; then
+  cp $SCRIPT_DIRECTORY/blackbox.desktop /etc/X11/dm/Sessions/ ;
+fi

--- Blackbox DELETED ---



More information about the Lunar-commits mailing list