Bug 41036 - New port: x11-wm/wmDeskGuide, a dockbar pager
Summary: New port: x11-wm/wmDeskGuide, a dockbar pager
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-27 08:40 UTC by Adam Weinberger
Modified: 2003-06-03 23:07 UTC (History)
0 users

See Also:


Attachments
wmDeskGuide.shar (2.81 KB, text/plain)
2002-07-27 08:40 UTC, Adam Weinberger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger 2002-07-27 08:40:01 UTC
	New port: wmDeskGuide, a pager for the windowmaker dock thing
Comment 1 Adam Weinberger 2002-07-27 10:58:56 UTC
not quite sure what i was thinking. i forgot to patch the Makefile in
wrksrc.

so: in the port makefile i submitted,
-USE_GNOMELIBS=			yes
+USE_GNOMENG=			yes
+USE_GNOME=				gnomelibs gdkpixbuf

and, here is files/patch-Makefile.

-- begin x11-wm.wmDeskGuide.files.patch-Makefile --

--- Makefile.orig	Sat Jul 27 02:22:18 2002
+++ Makefile	Sat Jul 27 02:51:10 2002
@@ -1,19 +1,18 @@
 TARGET=wmDeskGuide
 SRC= gstc.c gwmh.c gwmthumbnail.c gwmdesktop.c gwmtaskview.c deskguide_applet.c
 OBJ= gstc.o gwmh.o gwmthumbnail.o gwmdesktop.o gwmtaskview.o deskguide_applet.o
-INCLUDES= -I. `gnome-config gnomeui gnome --cflags` `gdk-pixbuf-config --cflags` -I/usr/X11/include
-CFLAGS=-Wall -O2 -c
+INCLUDES= -I. `${GNOME_CONFIG} gnomeui gnome --cflags` \
+			 `$(GDK_PIXBUF_CONFIG) --cflags` -I${X11BASE}/include
 HDR= gstc.h gwmh.h gwmdesktop.h gwmtaskview.h gwmthumbnail.h deskguide_applet.h config.h
-CPFLAGS=-Wall -O2 
-LIBS=`gnome-config gnomeui gnome --libs` `gdk-pixbuf-config --libs`
+LIBS=`${GNOME_CONFIG} gnomeui gnome --libs` `${GDK_PIXBUF_CONFIG} --libs`
 
 all: $(TARGET)
 
 $(TARGET): $(OBJ)
-	gcc $(CPFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
+	${CC} $(CFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
 
 %.o: %.c $(HDR)
-	gcc $(CFLAGS) $(INCLUDES) -c $(*F).c 
+	${CC} $(CFLAGS) $(INCLUDES) -c $(*F).c 
 
 
 EXTRA_DIST = \

-- end x11-wm.wmDeskGuide.files.patch-Makefile --
Comment 2 Adam Weinberger 2002-10-15 10:43:29 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

author changed the distfile. he added a new pixmap icon and removed
support for the stock gtk icon. the following should be applied against
the shar above.

- --- distinfo.orig       Tue Oct 15 02:32:14 2002
+++ distinfo    Tue Oct 15 02:37:43 2002
@@ -1 +1 @@
- -MD5 (wmDeskGuide-0.1.tar.gz) = 7e3d6b5551cf92398b2645fc128b2f8d
+MD5 (wmDeskGuide-0.1.tar.gz) = e9fa518eb94ab1f488bee47584ac9e58

i also had a talk with the author about bumping version numbers.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9q+NBo8KM2ULHQ/0RArE/AKCQMH6STn9ImRwxFbkjft46Q/o8KACgtRIy
E4wbcVyhhGQ011mDrfFxNvk=
=NUdF
-----END PGP SIGNATURE-----
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2002-10-19 23:10:51 UTC
Responsible Changed
From-To: freebsd-ports->adamw

I'll take this.
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2003-06-03 23:07:02 UTC
State Changed
From-To: open->closed

Port added. 

Finally.