diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-04-15 09:39:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-04-15 09:39:39 +0000 |
commit | 66955cd54ae0a92084eb55a4d49743d05f773c07 (patch) | |
tree | cfda77e5fad01076f3726475429b1079f9e933f9 /wm/fluxconf | |
parent | bc0b0b708252a0d708fb32937976b41010bf5e2c (diff) | |
download | pkgsrc-66955cd54ae0a92084eb55a4d49743d05f773c07.tar.gz |
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 (limited to 'wm/fluxconf')
-rw-r--r-- | wm/fluxconf/DESCR | 8 | ||||
-rw-r--r-- | wm/fluxconf/Makefile | 20 | ||||
-rw-r--r-- | wm/fluxconf/PLIST | 7 | ||||
-rw-r--r-- | wm/fluxconf/distinfo | 6 | ||||
-rw-r--r-- | wm/fluxconf/patches/patch-aa | 14 |
5 files changed, 55 insertions, 0 deletions
diff --git a/wm/fluxconf/DESCR b/wm/fluxconf/DESCR new file mode 100644 index 00000000000..a2e89d4e837 --- /dev/null +++ b/wm/fluxconf/DESCR @@ -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 --git a/wm/fluxconf/Makefile b/wm/fluxconf/Makefile new file mode 100644 index 00000000000..fa99283278e --- /dev/null +++ b/wm/fluxconf/Makefile @@ -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 +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 --git a/wm/fluxconf/PLIST b/wm/fluxconf/PLIST new file mode 100644 index 00000000000..c2f9a04cdbe --- /dev/null +++ b/wm/fluxconf/PLIST @@ -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 --git a/wm/fluxconf/distinfo b/wm/fluxconf/distinfo new file mode 100644 index 00000000000..389ea555399 --- /dev/null +++ b/wm/fluxconf/distinfo @@ -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 --git a/wm/fluxconf/patches/patch-aa b/wm/fluxconf/patches/patch-aa new file mode 100644 index 00000000000..1c153da92ab --- /dev/null +++ b/wm/fluxconf/patches/patch-aa @@ -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 |