pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/fluxconf Initial import of fluxconf-0.9.9 from pkgs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2eff051911d
branches: trunk
changeset: 511476:b2eff051911d
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Apr 15 09:39:39 2006 +0000
description:
Initial import of fluxconf-0.9.9 from pkgsrc-wip.
fluxconf is a tiny GTK based configuration tool for the fluxbox window manager.
It allows basic manipulation of the window manager behaviour:
o Slit configuration
o Window placement
o Focus model
o Workspace configuration
o Keys configuration
diffstat:
wm/fluxconf/DESCR | 8 ++++++++
wm/fluxconf/Makefile | 20 ++++++++++++++++++++
wm/fluxconf/PLIST | 7 +++++++
wm/fluxconf/distinfo | 6 ++++++
wm/fluxconf/patches/patch-aa | 14 ++++++++++++++
5 files changed, 55 insertions(+), 0 deletions(-)
diffs (75 lines):
diff -r 835c5bf286dc -r b2eff051911d wm/fluxconf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxconf/DESCR Sat Apr 15 09:39:39 2006 +0000
@@ -0,0 +1,8 @@
+fluxconf is a tiny GTK based configuration tool for the fluxbox window manager.
+It allows basic manipulation of the window manager behaviour:
+
+ o Slit configuration
+ o Window placement
+ o Focus model
+ o Workspace configuration
+ o Keys configuration
diff -r 835c5bf286dc -r b2eff051911d wm/fluxconf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxconf/Makefile Sat Apr 15 09:39:39 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $
+#
+
+DISTNAME= fluxconf-0.9.9
+CATEGORIES= wm
+MASTER_SITES= http://devaux.fabien.free.fr/flux/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://devaux.fabien.free.fr/flux/
+COMMENT= GTK based configuration tool for the fluxbox window manager
+
+DEPENDS+= fluxbox-[0-9]*:../../wm/fluxbox
+
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= msgfmt pkg-config
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 835c5bf286dc -r b2eff051911d wm/fluxconf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxconf/PLIST Sat Apr 15 09:39:39 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $
+bin/fluxbare
+bin/fluxconf
+bin/fluxkeys
+bin/fluxmenu
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/fluxconf.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/fluxconf.mo
diff -r 835c5bf286dc -r b2eff051911d wm/fluxconf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxconf/distinfo Sat Apr 15 09:39:39 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $
+
+SHA1 (fluxconf-0.9.9.tar.gz) = c9e262d21b4badfcebccb0f500af10c854bda9eb
+RMD160 (fluxconf-0.9.9.tar.gz) = 0e9e29292d6679f0a43d6fb4d091015f66e4cf20
+Size (fluxconf-0.9.9.tar.gz) = 234276 bytes
+SHA1 (patch-aa) = 1ff7df6af20edb0cab1c4de7023b28e140326394
diff -r 835c5bf286dc -r b2eff051911d wm/fluxconf/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxconf/patches/patch-aa Sat Apr 15 09:39:39 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/15 09:39:39 xtraeme Exp $
+
+--- src/fluxconf.c.orig 2004-12-08 17:58:37.000000000 +0100
++++ src/fluxconf.c 2006-04-14 12:18:31.000000000 +0200
+@@ -263,7 +263,8 @@
+ GdkFont *head;
+ GtkTooltips *tip;
+ GList *items = NULL;
+- char *initpath, *buf, **config;
++ char *initpath, *buf;
++ unsigned char **config;
+ FILE *file;
+
+ #ifndef GTK2
Home |
Main Index |
Thread Index |
Old Index