- Update to 0.7.4

- Reset maintainership on maintainer's request

PR:		ports/86060
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
Pav Lucistnik 2005-09-13 21:18:32 +00:00
parent 8d735b94dc
commit e0d27de67d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142627
7 changed files with 57 additions and 14 deletions

View File

@ -6,28 +6,30 @@
#
PORTNAME= idesk
PORTVERSION= 0.5.6
PORTREVISION= 4
PORTVERSION= 0.7.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sascha@root-login.org
COMMENT= Place launch icons directly on your desktop
MAINTAINER= ports@FreeBSD.org
COMMENT= Place launch icons and background directly on your desktop
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= imlib librsvg2
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 259
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_WRKSUBDIR= yes
CXXFLAGS+= `imlib-config --cflags` `freetype-config --cflags`
CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags`
MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idesk ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}

View File

@ -1,2 +1,2 @@
MD5 (idesk-0.5.6.tar.gz) = 0a52c8f1d80cbd238edcfd96d937b146
SIZE (idesk-0.5.6.tar.gz) = 29056
MD5 (idesk-0.7.4.tar.bz2) = 7e11b0b5cc181e74616e24600b354698
SIZE (idesk-0.7.4.tar.bz2) = 156141

View File

@ -0,0 +1,16 @@
*** src/DesktopConfig.cpp.orig Mon Sep 5 21:03:05 2005
--- src/DesktopConfig.cpp Mon Sep 12 22:38:55 2005
***************
*** 22,31 ****
--- 22,32 ----
* (See the included file COPYING / BSD )
*/
#include "DesktopConfig.h"
#include "Util.h"
+ #include "sys/stat.h"
//the initilizer list just sets the program defaults for non-necessary options
DesktopConfig::DesktopConfig(Database db, string ideskrcFile) :
AbstractConfig(ideskrcFile)
{

View File

@ -0,0 +1,10 @@
--- src/Timer.cpp.orig Mon Aug 15 07:26:39 2005
+++ src/Timer.cpp Tue Sep 13 23:14:32 2005
@@ -26,6 +26,7 @@
#include "Database.h"
#include <X11/Xlib.h>
#include "Timer.h"
+#include <sys/time.h>
vector<TimerControl*> Timer::items;

View File

@ -0,0 +1,16 @@
*** src/XImlib2Background.cpp.orig Tue Sep 6 01:03:34 2005
--- src/XImlib2Background.cpp Mon Sep 12 22:39:11 2005
***************
*** 23,32 ****
--- 23,33 ----
*/
#include "Database.h"
#include "XImlib2Background.h"
#include <X11/Xatom.h>
+ #include "sys/stat.h"
XImlib2Background::XImlib2Background(AbstractContainer * c, AbstractConfig * con): TimerControl(),
container(c), config(con),delay(0), mode(0), save(NULL), show(NULL),
srctime(0), images(""), directory(""), OneShot(false)
{

View File

@ -1,4 +1,4 @@
iDesk lets you put launch icons directly on the
iDesk lets you put launch icons and background directly on the
root window of your X.
WWW: http://idesk.timmfin.net
WWW: http://idesk.sourceforge.net

View File

@ -1,4 +1,3 @@
@comment $FreeBSD$
bin/idesk
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%