summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-03-10 20:00:43 +0000
committerhubertf <hubertf@pkgsrc.org>2001-03-10 20:00:43 +0000
commit702e66f9b9d91257f185f29708bf4086214fdd8d (patch)
tree1b080b56017046a7b5ca3a5815a73c90f0b88179 /wm
parent18ab3d7e7a91c8e14e57fb11efa586dd303ff071 (diff)
downloadpkgsrc-702e66f9b9d91257f185f29708bf4086214fdd8d.tar.gz
Add bbkeys-qt-1.2: Qt-based configuration utility for bbkeys
Qt-based configuration utility for bbkeys to replace the simplistic terminal-based one included. Submitted by Al Snell <alaric@alaric-snell.com> in PR 11259
Diffstat (limited to 'wm')
-rw-r--r--wm/bbkeys-qt/Makefile13
-rw-r--r--wm/bbkeys-qt/files/md53
-rw-r--r--wm/bbkeys-qt/files/patch-sum3
-rw-r--r--wm/bbkeys-qt/patches/patch-aa39
-rw-r--r--wm/bbkeys-qt/pkg/COMMENT1
-rw-r--r--wm/bbkeys-qt/pkg/DESCR2
-rw-r--r--wm/bbkeys-qt/pkg/PLIST2
7 files changed, 63 insertions, 0 deletions
diff --git a/wm/bbkeys-qt/Makefile b/wm/bbkeys-qt/Makefile
new file mode 100644
index 00000000000..2c27f6a223b
--- /dev/null
+++ b/wm/bbkeys-qt/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 20:00:43 hubertf Exp $
+#
+
+PKGNAME= bbkeys-qt-1.2
+
+COMMENT= Qt-based configuration utility for bbkeys
+
+DEPENDS+= qt2-[0-9]*:../../x11/qt2
+DEPENDS+= bbkeys-0.3.5:../bbkeys
+
+WRKSRC= ${WRKDIR}/bbkeys-0.3.5/bbkeysconf-1.2
+
+.include "../bbkeys/Makefile.common"
diff --git a/wm/bbkeys-qt/files/md5 b/wm/bbkeys-qt/files/md5
new file mode 100644
index 00000000000..bd9bcaa8f09
--- /dev/null
+++ b/wm/bbkeys-qt/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/10 20:00:43 hubertf Exp $
+
+MD5 (bbkeys-0.3.5.tar.gz) = fc979a69a83687544da40ceb83573a44
diff --git a/wm/bbkeys-qt/files/patch-sum b/wm/bbkeys-qt/files/patch-sum
new file mode 100644
index 00000000000..10847035963
--- /dev/null
+++ b/wm/bbkeys-qt/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 2001/03/10 20:00:43 hubertf Exp $
+
+SHA1 (patch-aa) = efd115508ea83d30a72fba9a5c7e1f9d583d5fd0
diff --git a/wm/bbkeys-qt/patches/patch-aa b/wm/bbkeys-qt/patches/patch-aa
new file mode 100644
index 00000000000..c3a100c6271
--- /dev/null
+++ b/wm/bbkeys-qt/patches/patch-aa
@@ -0,0 +1,39 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/10 20:00:43 hubertf Exp $
+
+--- Makefile.orig Thu Sep 28 22:30:22 2000
++++ Makefile
+@@ -1,11 +1,9 @@
+-CXX= /usr/bin/g++
+-QTDIR = /usr/lib/qt2
+-MOC = /usr/bin/moc
+-LIBS = -L$(QTDIR)/lib -L/usr/lib -L/usr/X11R6/lib -lqt -lX11
++QTDIR = $(X11BASE)/qt2
++MOC = $(QTDIR)/bin/moc
++LIBS = -L$(QTDIR)/lib -L/usr/lib -L$(LOCALBASE)/lib -L$(X11BASE)/lib -lqt -lX11 -ljpeg -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -Wl,-R${QTDIR}/lib
+ CXXFLAGS = -g -I/usr/include -I$(QTDIR)/include -I/usr/X11R6/include
+
+ TARGET = bbkeysconf
+-PREFIX = /usr/local/bin
+ OBJECTS = gui.o main.o myapplication.o
+ SOURCES = gui.cc main.cc myapplication.cc
+ MOCSRC = gui.hh
+@@ -37,13 +35,13 @@
+ if ! test -x $(TARGET) ; then \
+ exit; \
+ fi; \
+- echo "Checking existance of $(PREFIX)...."; \
+- if ! test -d $(PREFIX) ; then \
+- echo "Heyyyyy. $(PREFIX) doesn't exist. Creating it...."; \
+- /usr/bin/install -d $(PREFIX); \
++ echo "Checking existance of $(PREFIX)/bin...."; \
++ if ! test -d $(PREFIX)/bin ; then \
++ echo "Heyyyyy. $(PREFIX)/bin doesn't exist. Creating it...."; \
++ /usr/bin/install -d $(PREFIX)/bin; \
+ fi ; \
+- echo "Installing $(TARGET) in $(PREFIX)..."; \
+- /usr/bin/install -s $(TARGET) $(PREFIX)/$(TARGET)
++ echo "Installing $(TARGET) in $(PREFIX)/bin..."; \
++ /usr/bin/install -s $(TARGET) $(PREFIX)/bin/$(TARGET)
+
+ gui.o: gui.cc gui.moc
+ main.o: main.cc
diff --git a/wm/bbkeys-qt/pkg/COMMENT b/wm/bbkeys-qt/pkg/COMMENT
new file mode 100644
index 00000000000..931c4527a96
--- /dev/null
+++ b/wm/bbkeys-qt/pkg/COMMENT
@@ -0,0 +1 @@
+Qt-based configuration utility for bbkeys
diff --git a/wm/bbkeys-qt/pkg/DESCR b/wm/bbkeys-qt/pkg/DESCR
new file mode 100644
index 00000000000..34977ed8647
--- /dev/null
+++ b/wm/bbkeys-qt/pkg/DESCR
@@ -0,0 +1,2 @@
+Qt-based configuration utility for bbkeys to replace the simplistic
+terminal-based one included.
diff --git a/wm/bbkeys-qt/pkg/PLIST b/wm/bbkeys-qt/pkg/PLIST
new file mode 100644
index 00000000000..351bcf537f9
--- /dev/null
+++ b/wm/bbkeys-qt/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/10 20:00:43 hubertf Exp $
+bin/bbkeysconf