Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 23:48:34 +0100 (CET)
From:      Sascha Holzleiter <sascha@root-login.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48345: New port: x11/idesk
Message-ID:  <20030216224834.14596789@root-login.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         48345
>Category:       ports
>Synopsis:       New port: x11/idesk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 16 14:50:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sascha Holzleiter
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD mother.chief.home 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Feb 9 22:00:33 CET 2003 root@mother.chief.home:/usr/obj/usr/src/sys/HOTKERN i386


>Description:
	New port: idesk

	idesk let you put launch icons directly on the root window of your X
	and launch applications by double clicking them.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       idesk
#       idesk/Makefile
#       idesk/pkg-plist
#       idesk/pkg-descr
#       idesk/distinfo
#       idesk/files
#       idesk/files/patch-Makefile
#
echo c - idesk
mkdir -p idesk > /dev/null 2>&1
echo x - idesk/Makefile
sed 's/^X//' >idesk/Makefile << 'END-of-idesk/Makefile'
X# New ports collection makefile for:   idesk
X# Date created:                16th February 2003
X# Whom:                        Sascha Holzleiter <sascha@root-login.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      idesk
XPORTVERSION=   0.3.5
XCATEGORIES=    x11
XMASTER_SITES=  http://linuxhelp.hn.org/
X
XMAINTAINER=    sascha@root-login.org
XCOMMENT=       Place launch icons directly on your desktop
X
XUSE_X_PREFIX=  yes
XUSE_GMAKE=     yes
X
X.include <bsd.port.mk>
END-of-idesk/Makefile
echo x - idesk/pkg-plist
sed 's/^X//' >idesk/pkg-plist << 'END-of-idesk/pkg-plist'
Xbin/idesk
END-of-idesk/pkg-plist
echo x - idesk/pkg-descr
sed 's/^X//' >idesk/pkg-descr << 'END-of-idesk/pkg-descr'
XiDesk lets you put launch icons directly on the
Xroot window of your X.
X
XWWW: http://linuxhelp.hn.org/idesk.php
END-of-idesk/pkg-descr
echo x - idesk/distinfo
sed 's/^X//' >idesk/distinfo << 'END-of-idesk/distinfo'
XMD5 (idesk-0.3.5.tar.gz) = 4c87edbc3d7db462df576b7e26a04161
END-of-idesk/distinfo
echo c - idesk/files
mkdir -p idesk/files > /dev/null 2>&1
echo x - idesk/files/patch-Makefile
sed 's/^X//' >idesk/files/patch-Makefile << 'END-of-idesk/files/patch-Makefile'
X--- Makefile   Sat Nov  9 19:06:52 2002
X+++ Makefile.orig      Sun Feb 16 16:48:23 2003
X@@ -2,6 +2,7 @@
X #cflags   = -g -O2 -W -Wall
X cflags         = -g -O2
X libs   = `imlib-config --libs` -lXft
X+incl   = -I/usr/X11R6/include -I/usr/local/include
X bin      = idesk
X 
X objs     = Desk.o Icon.o Database.o Main.o
X@@ -14,10 +15,10 @@
X       $(cc) $(objs) -o $(bin) $(libs)
X 
X $(objs): %.o: %.cc $(headers)
X-      $(cc) $(cflags) -c $< -o $@
X+      $(cc) $(cflags) -c $< -o $@ $(incl)
X 
X install:
X-      install $(bin) /usr/local/bin
X+      install $(bin) /usr/X11R6/bin
X 
X clean:
X       rm -f $(objs) $(bin) *~ core
END-of-idesk/files/patch-Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030216224834.14596789>