mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Engine providing live updates of online data to the desktop.
WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/ PR: ports/124078 Submitted by: Ashish Shukla <wahjava at gmail.com>
This commit is contained in:
parent
f74b4299ef
commit
154e739b47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213986
6 changed files with 82 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
||||||
SUBDIR += dante
|
SUBDIR += dante
|
||||||
SUBDIR += datapipe
|
SUBDIR += datapipe
|
||||||
SUBDIR += delegate
|
SUBDIR += delegate
|
||||||
|
SUBDIR += desktop-data-model
|
||||||
SUBDIR += despoof
|
SUBDIR += despoof
|
||||||
SUBDIR += dgd
|
SUBDIR += dgd
|
||||||
SUBDIR += dgd-lpmud
|
SUBDIR += dgd-lpmud
|
||||||
|
|
39
net/desktop-data-model/Makefile
Normal file
39
net/desktop-data-model/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# New ports collection makefile for: desktop-data-model
|
||||||
|
# Date created: 2008-05-28
|
||||||
|
# Whom: Ashish Shukla <wahjava@gmail.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= desktop-data-model
|
||||||
|
PORTVERSION= 1.2.4
|
||||||
|
CATEGORIES= net
|
||||||
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+)(\.[0-9]+)*/\1/}
|
||||||
|
|
||||||
|
MAINTAINER= wahjava@gmail.com
|
||||||
|
COMMENT= Engine providing live updates of online data to the desktop
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpcre.pc:${PORTSDIR}/devel/pcre \
|
||||||
|
${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:${PORTSDIR}/devel/dbus \
|
||||||
|
${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
|
||||||
|
${LOCALBASE}/libdata/pkgconfig/sqlite3.pc:${PORTSDIR}/databases/sqlite3 \
|
||||||
|
${LOCALBASE}/libdata/pkgconfig/loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth
|
||||||
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
||||||
|
dbus-1.3:${PORTSDIR}/devel/dbus \
|
||||||
|
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||||
|
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
||||||
|
loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
|
||||||
|
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GETTEXT= yes
|
||||||
|
USE_GNOME= gnomehack gtk20 glib20 gnomedesktop
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --with-maemo=no
|
||||||
|
USE_XORG= xscrnsaver
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e s,%%LOCALBASE%%,${LOCALBASE}, ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/desktop-data-model/distinfo
Normal file
3
net/desktop-data-model/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (desktop-data-model-1.2.4.tar.bz2) = 34481c0a2d0849b72d98f51fa366982f
|
||||||
|
SHA256 (desktop-data-model-1.2.4.tar.bz2) = 53aab6e4bb04939bfa98f2d0552b20cc30c384b3367e47c67383328acdf7fc04
|
||||||
|
SIZE (desktop-data-model-1.2.4.tar.bz2) = 429764
|
11
net/desktop-data-model/files/patch-Makefile.in
Normal file
11
net/desktop-data-model/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.in.orig 2008-05-28 02:49:32.000000000 +0530
|
||||||
|
+++ Makefile.in 2008-05-28 02:49:38.000000000 +0530
|
||||||
|
@@ -210,7 +210,7 @@
|
||||||
|
test_static_file_parser_OBJECTS = \
|
||||||
|
$(am_test_static_file_parser_OBJECTS)
|
||||||
|
test_static_file_parser_DEPENDENCIES = libddm-1.la libddm-test.la
|
||||||
|
-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config
|
||||||
|
+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config -I%%LOCALBASE%%/include
|
||||||
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
||||||
|
am__depfiles_maybe = depfiles
|
||||||
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
3
net/desktop-data-model/pkg-descr
Normal file
3
net/desktop-data-model/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Engine providing live updates of online data to the desktop.
|
||||||
|
|
||||||
|
WWW: http://ftp.gnome.org/pub/GNOME/sources/desktop-data-model/
|
25
net/desktop-data-model/pkg-plist
Normal file
25
net/desktop-data-model/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
include/ddm-1/ddm/ddm-client-notification.h
|
||||||
|
include/ddm-1/ddm/ddm-client.h
|
||||||
|
include/ddm-1/ddm/ddm-data-fetch.h
|
||||||
|
include/ddm-1/ddm/ddm-data-model-backend.h
|
||||||
|
include/ddm-1/ddm/ddm-data-model-dbus-internal.h
|
||||||
|
include/ddm-1/ddm/ddm-data-model-dbus.h
|
||||||
|
include/ddm-1/ddm/ddm-data-model.h
|
||||||
|
include/ddm-1/ddm/ddm-data-query.h
|
||||||
|
include/ddm-1/ddm/ddm-data-resource.h
|
||||||
|
include/ddm-1/ddm/ddm-feed.h
|
||||||
|
include/ddm-1/ddm/ddm-notification-set.h
|
||||||
|
include/ddm-1/ddm/ddm-qname.h
|
||||||
|
include/ddm-1/ddm/ddm.h
|
||||||
|
lib/libddm-1.la
|
||||||
|
lib/libddm-1.so
|
||||||
|
lib/libddm-1.so.0
|
||||||
|
libdata/pkgconfig/ddm-1.pc
|
||||||
|
libexec/desktop-data-engine
|
||||||
|
share/dbus-1/services/org.freedesktop.od.Engine.service
|
||||||
|
share/desktop-data-model/version
|
||||||
|
@dirrm share/desktop-data-model
|
||||||
|
@dirrm share/dbus-1/services
|
||||||
|
@dirrm share/dbus-1
|
||||||
|
@dirrm include/ddm-1/ddm
|
||||||
|
@dirrm include/ddm-1
|
Loading…
Add table
Reference in a new issue