mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Update to 1.4.1
PR: 117501 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
3ece98ed3a
commit
52c6e7962c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202187
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fbdesk
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://fluxbox.sourceforge.net/download/ \
|
||||
${MASTER_SITE_GENTOO} \
|
||||
@ -18,26 +17,31 @@ MASTER_SITE_SUBDIR= distfiles
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Fluxbox utility to create and manage icons on the desktop
|
||||
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/libXft \
|
||||
Imlib2.4:${PORTSDIR}/graphics/imlib2
|
||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
PLIST_FILES= bin/fbdesk
|
||||
USE_X_PREFIX= yes
|
||||
OPTIONS= IMLIB2 "Imlib2 (pixmap themes) support" On
|
||||
|
||||
USE_XORG= xext xft xpm xrender
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= COPYING ChangeLog INSTALL README
|
||||
PORTDOCS= ChangeLog INSTALL README
|
||||
PLIST_FILES= bin/fbdesk
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s/inttypes\.h/stdint\.h/" \
|
||||
${WRKSRC}/src/FbTk/Timer.hh
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_IMLIB2)
|
||||
CONFIGURE_ARGS+= --disable-imlib2
|
||||
.else
|
||||
LIB_DEPENDS+= Imlib2.4:${PORTSDIR}/graphics/imlib2
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.ifndef (NOPORTDOCS)
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fbdesk-1.4.0.tar.gz) = c52a5c2524d90c0613394478dce39156
|
||||
SHA256 (fbdesk-1.4.0.tar.gz) = a30fe27818470b3326be4f2806cd9d4ba0e3bc27decf236663ac820a3ce5ee83
|
||||
SIZE (fbdesk-1.4.0.tar.gz) = 418889
|
||||
MD5 (fbdesk-1.4.1.tar.gz) = b65136d2d52524492c8a5bc233b7f34b
|
||||
SHA256 (fbdesk-1.4.1.tar.gz) = ca5620468ca8743c6bf536099ac6ddc2a0546e5d658bb88f27db8e429ff51c4c
|
||||
SIZE (fbdesk-1.4.1.tar.gz) = 426550
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/FbTk/FbPixmap.cc.orig Wed Jul 12 02:27:17 2006
|
||||
+++ src/FbTk/FbPixmap.cc Wed Jul 12 02:27:47 2006
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
#include <iostream>
|
||||
+#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
@ -1,12 +0,0 @@
|
||||
--- src/FbTk/Font.cc.orig Mon Sep 20 12:45:01 2004
|
||||
+++ src/FbTk/Font.cc Fri Oct 15 18:04:48 2004
|
||||
@@ -89,9 +89,7 @@
|
||||
|
||||
namespace {
|
||||
|
||||
-#ifdef HAVE_SETLOCALE
|
||||
#include <locale.h>
|
||||
-#endif //HAVE_SETLOCALE
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
/**
|
Loading…
Reference in New Issue
Block a user