Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
sysutils/idesk/DESCR Normal file
View File

@@ -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.

36
sysutils/idesk/Makefile Normal file
View File

@@ -0,0 +1,36 @@
# $NetBSD: Makefile,v 1.38 2013/06/06 12:55:04 wiz Exp $
#
DISTNAME= idesk-0.7.5
PKGREVISION= 13
CATEGORIES= sysutils x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=idesk/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://idesk.sourceforge.net/
COMMENT= Lightweight desktop icons handler
LICENSE= modified-bsd
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-libsn
SUBST_CLASSES+= lnkpath
SUBST_STAGE.lnkpath= pre-configure
SUBST_FILES.lnkpath= examples/default.lnk
SUBST_SED.lnkpath= -e 's|/usr/local/share|${PREFIX}/share|g'
INSTALLATION_DIRS+= share/doc/idesk
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/idesk
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
sysutils/idesk/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:07 joerg Exp $
bin/idesk
share/doc/idesk/README
share/idesk/README
share/idesk/default.lnk
share/idesk/dot.ideskrc
share/idesk/dot.xsession
share/idesk/folder_home.xpm

6
sysutils/idesk/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2006/12/06 15:31:35 joerg Exp $
SHA1 (idesk-0.7.5.tar.bz2) = d00a2183835f06ff29aca61efecd831edf19ba49
RMD160 (idesk-0.7.5.tar.bz2) = cef8fefc139dd96d6a7cf8c43637d9a504d2df14
Size (idesk-0.7.5.tar.bz2) = 185858 bytes
SHA1 (patch-aa) = 6eedf7f366552ad626becb66524ddbe21ef8739a

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2006/12/06 15:31:35 joerg Exp $
--- src/DesktopConfig.cpp.orig 2006-12-06 15:22:51.000000000 +0000
+++ src/DesktopConfig.cpp
@@ -22,6 +22,8 @@
* (See the included file COPYING / BSD )
*/
+#include <sys/stat.h>
+
#include "DesktopConfig.h"
#include "Util.h"