pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/idesk Initial import of idesk, version 0.3.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d049ca8da481
branches:  trunk
changeset: 460963:d049ca8da481
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Sep 08 14:27:27 2003 +0000

description:
Initial import of idesk, version 0.3.5:

iDesk gives users of minimal window managers (like fluxbox, pekwm,
windowmaker...) icons on their desktop.  The icon graphics are either
from a PNG or SVG (vector) file and support some eyecandy effects like
transparency.  Each icon can be configured to run one or more shell
commands and the actions which run those commands are completely
configurable.  In a nutshell if you want icons on your desktop and you
don't have or don't want KDE or GNOME doing it, you can use idesk.

Initially provided in pkgsrc-wip by pancake%phreaker.net@localhost.

diffstat:

 sysutils/idesk/DESCR            |   7 +++++++
 sysutils/idesk/Makefile         |  23 +++++++++++++++++++++++
 sysutils/idesk/PLIST            |   4 ++++
 sysutils/idesk/distinfo         |   5 +++++
 sysutils/idesk/patches/patch-aa |  14 ++++++++++++++
 5 files changed, 53 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 5e99d4cd7be2 -r d049ca8da481 sysutils/idesk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/idesk/DESCR      Mon Sep 08 14:27:27 2003 +0000
@@ -0,0 +1,7 @@
+iDesk gives users of minimal window managers (like fluxbox, pekwm,
+windowmaker...) icons on their desktop.  The icon graphics are either
+from a PNG or SVG (vector) file and support some eyecandy effects like
+transparency.  Each icon can be configured to run one or more shell
+commands and the actions which run those commands are completely
+configurable.  In a nutshell if you want icons on your desktop and you
+don't have or don't want KDE or GNOME doing it, you can use idesk.
diff -r 5e99d4cd7be2 -r d049ca8da481 sysutils/idesk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/idesk/Makefile   Mon Sep 08 14:27:27 2003 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/08 14:27:27 jmmv Exp $
+#
+
+DISTNAME=      idesk-0.3.5
+CATEGORIES=    sysutils x11
+MASTER_SITES=  http://idesk.timmfin.net/releases/
+
+MAINTAINER=    pancake%phreaker.net@localhost
+HOMEPAGE=      http://idesk.timmfin.net/
+COMMENT=       Gives users of minimal WMs icons on their desktop
+
+USE_BUILDLINK2=        yes
+USE_GMAKE=     yes
+USE_X11=       yes
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/idesk ${PREFIX}/bin/idesk
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/idesk
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/idesk
+
+.include "../../graphics/imlib/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5e99d4cd7be2 -r d049ca8da481 sysutils/idesk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/idesk/PLIST      Mon Sep 08 14:27:27 2003 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/08 14:27:27 jmmv Exp $
+bin/idesk
+share/doc/idesk/README
+@dirrm share/doc/idesk
diff -r 5e99d4cd7be2 -r d049ca8da481 sysutils/idesk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/idesk/distinfo   Mon Sep 08 14:27:27 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/08 14:27:27 jmmv Exp $
+
+SHA1 (idesk-0.3.5.tar.gz) = 63c34874bdfe640908e1329955d2ec266589cc27
+Size (idesk-0.3.5.tar.gz) = 7966 bytes
+SHA1 (patch-aa) = 6a37e76734e24d7f301ffd1ff12f9ffe2612185e
diff -r 5e99d4cd7be2 -r d049ca8da481 sysutils/idesk/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/idesk/patches/patch-aa   Mon Sep 08 14:27:27 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/08 14:27:28 jmmv Exp $
+
+--- Makefile.orig      2002-11-09 19:06:52.000000000 +0100
++++ Makefile
+@@ -1,7 +1,7 @@
+ cc       = g++
+ #cflags   = -g -O2 -W -Wall
+-cflags         = -g -O2
+-libs   = `imlib-config --libs` -lXft
++cflags         = ${CPPFLAGS} ${CFLAGS} `imlib-config --cflags` `xft-config --cflags`
++libs   = ${LDFLAGS} `imlib-config --libs` -lXft
+ bin      = idesk
+ 
+ objs     = Desk.o Icon.o Database.o Main.o



Home | Main Index | Thread Index | Old Index