pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/acidlaunch Use and fix C++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d762088e7647
branches:  trunk
changeset: 512804:d762088e7647
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 15 21:56:56 2006 +0000

description:
Use and fix C++.

diffstat:

 x11/acidlaunch/Makefile         |   3 ++-
 x11/acidlaunch/distinfo         |   3 ++-
 x11/acidlaunch/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 10efd8dd275e -r d762088e7647 x11/acidlaunch/Makefile
--- a/x11/acidlaunch/Makefile   Mon May 15 21:56:29 2006 +0000
+++ b/x11/acidlaunch/Makefile   Mon May 15 21:56:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:52 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2006/05/15 21:56:56 joerg Exp $
 #
 
 DISTNAME=      acidlaunch-0.5
@@ -11,6 +11,7 @@
 COMMENT=       Small, light-weight app launcher
 
 GNU_CONFIGURE= YES
+USE_LANGUAGES= c++
 CONFIGURE_ARGS+=       --disable-xmltest
 CONFIGURE_ARGS+=       --disable-gdk_pixbuftest
 
diff -r 10efd8dd275e -r d762088e7647 x11/acidlaunch/distinfo
--- a/x11/acidlaunch/distinfo   Mon May 15 21:56:29 2006 +0000
+++ b/x11/acidlaunch/distinfo   Mon May 15 21:56:56 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:36:09 wiz Exp $
+$NetBSD: distinfo,v 1.4 2006/05/15 21:56:56 joerg Exp $
 
 SHA1 (acidlaunch-0.5.tar.gz) = fe8892709eec6956e4dcbd088b89efa99c6a6e78
 RMD160 (acidlaunch-0.5.tar.gz) = b2dc44262a5f8e4faf1efdce5490f32aa8d3a9fa
 Size (acidlaunch-0.5.tar.gz) = 61076 bytes
+SHA1 (patch-aa) = 4d2d9e9d93cad51a3493308edc3c3402612c900f
diff -r 10efd8dd275e -r d762088e7647 x11/acidlaunch/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/acidlaunch/patches/patch-aa   Mon May 15 21:56:56 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/05/15 21:56:56 joerg Exp $
+
+--- src/launcherwindow.cc.orig 2006-05-15 21:49:23.000000000 +0000
++++ src/launcherwindow.cc
+@@ -52,7 +52,7 @@ LauncherWindow::LauncherWindow()
+       gtk_widget_realize(_window);
+       
+       /* ditch the window decorations */
+-      gdk_window_set_decorations(_window->window, (enum GdkWMDecoration)0);
++      gdk_window_set_decorations(_window->window, (GdkWMDecoration)0);
+ 
+       /* create the notebook for the main window */
+       _notebook = gtk_notebook_new();



Home | Main Index | Thread Index | Old Index