summaryrefslogtreecommitdiff
path: root/wm/wmakerconf
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-15 23:25:17 +0000
committerwiz <wiz>2000-12-15 23:25:17 +0000
commit2b29ad80109ac913dc4ed50abc7f657b5a6ab6d8 (patch)
treeb1f363e0cb2dbfbf5db291dbdb569c4dc9fb1c35 /wm/wmakerconf
parentec7e7138edf65f2c06c2a36f64a1dbf341527327 (diff)
downloadpkgsrc-2b29ad80109ac913dc4ed50abc7f657b5a6ab6d8.tar.gz
Move three window manager support packages from x11 to wm.
Diffstat (limited to 'wm/wmakerconf')
-rw-r--r--wm/wmakerconf/Makefile27
-rw-r--r--wm/wmakerconf/files/md53
-rw-r--r--wm/wmakerconf/files/patch-sum4
-rw-r--r--wm/wmakerconf/patches/patch-aa15
-rw-r--r--wm/wmakerconf/patches/patch-ab16
-rw-r--r--wm/wmakerconf/pkg/COMMENT1
-rw-r--r--wm/wmakerconf/pkg/DESCR11
-rw-r--r--wm/wmakerconf/pkg/PLIST57
8 files changed, 134 insertions, 0 deletions
diff --git a/wm/wmakerconf/Makefile b/wm/wmakerconf/Makefile
new file mode 100644
index 00000000000..88a149655de
--- /dev/null
+++ b/wm/wmakerconf/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 23:25:17 wiz Exp $
+#
+
+DISTNAME= wmakerconf-2.7
+CATEGORIES= x11 wm
+MASTER_SITES= http://ulli.linuxave.net/wmakerconf/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://ulli.linuxave.net/wmakerconf/
+
+DEPENDS+= imlib-*:../../graphics/imlib
+DEPENDS+= gtk+-1.2.*:../../x11/gtk
+DEPENDS+= windowmaker-*:../../wm/windowmaker
+
+USE_X11BASE= yes
+USE_PERL5= yes
+USE_LIBINTL= yes
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+# for libProplist
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/wm/wmakerconf/files/md5 b/wm/wmakerconf/files/md5
new file mode 100644
index 00000000000..904a14db3bf
--- /dev/null
+++ b/wm/wmakerconf/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/15 23:25:17 wiz Exp $
+
+MD5 (wmakerconf-2.7.tar.bz2) = 1a3de85f461174d058c88de91f38da53
diff --git a/wm/wmakerconf/files/patch-sum b/wm/wmakerconf/files/patch-sum
new file mode 100644
index 00000000000..b58d747561b
--- /dev/null
+++ b/wm/wmakerconf/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 23:25:17 wiz Exp $
+
+MD5 (patch-aa) = 50c554e38b9064fb0c15b817cae1c612
+MD5 (patch-ab) = 52b06041520da07ac9da17ad02971117
diff --git a/wm/wmakerconf/patches/patch-aa b/wm/wmakerconf/patches/patch-aa
new file mode 100644
index 00000000000..1666235f28a
--- /dev/null
+++ b/wm/wmakerconf/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 23:25:17 wiz Exp $
+
+--- configure.orig Fri Dec 3 16:34:48 1999
++++ configure Sun Jan 2 01:48:50 2000
+@@ -1212,8 +1212,8 @@
+ fi
+
+ # Add some common include and library path's
+-CPPFLAGS="$CPPFLAGS -I/usr/local/include -I/usr/X11/include/ -I/usr/X11R6/include/ -I/usr/X11R6/include/X11 -I/usr/openwin/include -I$wprefix/include"
+-LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/X11/lib -L/usr/X11R6/lib -L/usr/openwin/lib -L$wprefix/lib"
++CPPFLAGS="$CPPFLAGS -I$wprefix/include"
++LDFLAGS="$LDFLAGS -L$wprefix/lib"
+
+ # Checks for socket and nsl library, required on Solaris systems
+ # (reported by Peter da Silva <peter@baileynm.com>)
diff --git a/wm/wmakerconf/patches/patch-ab b/wm/wmakerconf/patches/patch-ab
new file mode 100644
index 00000000000..c79cea40028
--- /dev/null
+++ b/wm/wmakerconf/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 23:25:17 wiz Exp $
+
+--- Makefile.in.orig Fri Sep 29 21:05:59 2000
++++ Makefile.in
+@@ -124,8 +124,9 @@
+ pkgdata_DATA = AUTHORS README COPYING NEWS MANUAL ABOUT-NLS NLS-TEAM1 ChangeLog
+ EXTRA_DIST = MANUAL wmakerconf.spec NLS-TEAM1 wmakerconf.desktop.in
+
+-GNOMEDIR = @GNOMEAPPS@
+-GNOMEAPP = @GNOMEAPP@
++# to avoid installing the gnome support file
++GNOMEDIR =
++GNOMEAPP =
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = config.h
diff --git a/wm/wmakerconf/pkg/COMMENT b/wm/wmakerconf/pkg/COMMENT
new file mode 100644
index 00000000000..8b18836dddb
--- /dev/null
+++ b/wm/wmakerconf/pkg/COMMENT
@@ -0,0 +1 @@
+Gtk+ based configuration tool for Window Maker
diff --git a/wm/wmakerconf/pkg/DESCR b/wm/wmakerconf/pkg/DESCR
new file mode 100644
index 00000000000..656948a8254
--- /dev/null
+++ b/wm/wmakerconf/pkg/DESCR
@@ -0,0 +1,11 @@
+ Wmakerconf is a GTK+ based configuration tool for the window manager
+Window Maker. All Window Maker attributes (including the application menu)
+can be configured using font selection browser, pixmap browser, color
+selection dialog, shortcut dialog, file selection dialog, gradient dialog,
+etc.
+
+ Tooltips with short description of every attribute are provided for a
+large set of languages. Configuration of tiles, title bars, and themes from
+Themes.org is also available. New Window Maker attributes can be simply
+integrated by updating the wmakerconf proplist file (just use the upgrade
+button to get the current file from the wmakerconf site.
diff --git a/wm/wmakerconf/pkg/PLIST b/wm/wmakerconf/pkg/PLIST
new file mode 100644
index 00000000000..7af70fcd881
--- /dev/null
+++ b/wm/wmakerconf/pkg/PLIST
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 23:25:18 wiz Exp $
+bin/mkpreview
+bin/wmakerconf
+share/locale/ca/LC_MESSAGES/wmakerconf.mo
+share/locale/da/LC_MESSAGES/wmakerconf.mo
+share/locale/de/LC_MESSAGES/wmakerconf.mo
+share/locale/de/LC_MESSAGES/wmakerconf-data.mo
+share/locale/fi/LC_MESSAGES/wmakerconf.mo
+share/locale/fr/LC_MESSAGES/wmakerconf.mo
+share/locale/hu/LC_MESSAGES/wmakerconf.mo
+share/locale/it/LC_MESSAGES/wmakerconf.mo
+share/locale/ja/LC_MESSAGES/wmakerconf.mo
+share/locale/ja/LC_MESSAGES/wmakerconf-data.mo
+share/locale/ko/LC_MESSAGES/wmakerconf.mo
+share/locale/ko/LC_MESSAGES/wmakerconf-data.mo
+share/locale/no/LC_MESSAGES/wmakerconf.mo
+share/locale/pl/LC_MESSAGES/wmakerconf.mo
+share/locale/pl/LC_MESSAGES/wmakerconf-data.mo
+share/locale/pt_BR/LC_MESSAGES/wmakerconf.mo
+share/locale/ru/LC_MESSAGES/wmakerconf.mo
+share/locale/ru/LC_MESSAGES/wmakerconf-data.mo
+share/locale/sv/LC_MESSAGES/wmakerconf.mo
+share/locale/tr/LC_MESSAGES/wmakerconf.mo
+share/wmakerconf/black.xpm
+share/wmakerconf/appearance.xpm
+share/wmakerconf/effects.xpm
+share/wmakerconf/menu.xpm
+share/wmakerconf/misc.xpm
+share/wmakerconf/paths.xpm
+share/wmakerconf/shortcuts.xpm
+share/wmakerconf/tiles.xpm
+share/wmakerconf/titlebar.xpm
+share/wmakerconf/menustyle.xpm
+share/wmakerconf/wmakerconf.xpm
+share/wmakerconf/workspace.xpm
+share/wmakerconf/themes.xpm
+share/wmakerconf/windows.xpm
+share/wmakerconf/desktop.xpm
+share/wmakerconf/mouse.xpm
+share/wmakerconf/wm-oldmenu2new.sh
+share/wmakerconf/upgrade.pl
+share/wmakerconf/getfile.pl
+share/wmakerconf/libwww.pl
+share/wmakerconf/lynx.pl
+share/wmakerconf/wget.pl
+share/wmakerconf/WMWmakerconf
+share/wmakerconf/wmaker-version
+share/wmakerconf/NLS-TEAM2
+share/wmakerconf/AUTHORS
+share/wmakerconf/README
+share/wmakerconf/COPYING
+share/wmakerconf/NEWS
+share/wmakerconf/MANUAL
+share/wmakerconf/ABOUT-NLS
+share/wmakerconf/NLS-TEAM1
+share/wmakerconf/ChangeLog
+@dirrm share/wmakerconf