Date: Wed, 19 Dec 2012 00:58:00 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309214 - in head/x11: . deforaos-libdesktop Message-ID: <201212190058.qBJ0w05X069777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 19 00:58:00 2012 New Revision: 309214 URL: http://svnweb.freebsd.org/changeset/ports/309214 Log: DeforaOS desktop library PR: ports/172989 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Added: head/x11/deforaos-libdesktop/ head/x11/deforaos-libdesktop/Makefile (contents, props changed) head/x11/deforaos-libdesktop/distinfo (contents, props changed) head/x11/deforaos-libdesktop/pkg-descr (contents, props changed) head/x11/deforaos-libdesktop/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Dec 19 00:49:34 2012 (r309213) +++ head/x11/Makefile Wed Dec 19 00:58:00 2012 (r309214) @@ -31,6 +31,7 @@ SUBDIR += compositeproto SUBDIR += damageproto SUBDIR += decurs + SUBDIR += deforaos-libdesktop SUBDIR += deskmenu SUBDIR += deskpaint SUBDIR += dgs Added: head/x11/deforaos-libdesktop/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/deforaos-libdesktop/Makefile Wed Dec 19 00:58:00 2012 (r309214) @@ -0,0 +1,26 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= libdesktop +PORTVERSION= 0.0.8 +CATEGORIES= x11 +MASTER_SITES= http://www.defora.org/os/download/download/3699/ +DISTNAME= libDesktop-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS desktop library + +LICENSE= GPLv3 + +LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem + +USE_GNOME= gtk20 +USE_PKGCONFIG= build +USE_LDCONFIG= yes + +post-patch: + ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ + ${WRKSRC}/data/pkgconfig.sh + +.include <bsd.port.mk> Added: head/x11/deforaos-libdesktop/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/deforaos-libdesktop/distinfo Wed Dec 19 00:58:00 2012 (r309214) @@ -0,0 +1,2 @@ +SHA256 (libDesktop-0.0.8.tar.gz) = d86123c1113d339d02446f20e704192231d382483505334f7f9c5500bcdb72fa +SIZE (libDesktop-0.0.8.tar.gz) = 26524 Added: head/x11/deforaos-libdesktop/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/deforaos-libdesktop/pkg-descr Wed Dec 19 00:58:00 2012 (r309214) @@ -0,0 +1,3 @@ +DeforaOS desktop library + +WWW: http://www.defora.org/ Added: head/x11/deforaos-libdesktop/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/deforaos-libdesktop/pkg-plist Wed Dec 19 00:58:00 2012 (r309214) @@ -0,0 +1,15 @@ +include/Desktop.h +include/Desktop/about.h +include/Desktop/accel.h +include/Desktop/compat.h +include/Desktop/menubar.h +include/Desktop/message.h +include/Desktop/mime.h +include/Desktop/toolbar.h +include/Desktop/help.h +lib/libDesktop.a +lib/libDesktop.so +lib/libDesktop.so.0 +lib/libDesktop.so.0.0 +libdata/pkgconfig/libDesktop.pc +@dirrm include/Desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212190058.qBJ0w05X069777>