diff --git a/deskutils/deforaos-todo/Makefile b/deskutils/deforaos-todo/Makefile index fed638510b31..aacde88b24d4 100644 --- a/deskutils/deforaos-todo/Makefile +++ b/deskutils/deforaos-todo/Makefile @@ -1,51 +1,51 @@ # Created by: Olivier Cochard-Labbe PORTNAME= todo PORTVERSION= 0.2.1 CATEGORIES= deskutils MASTER_SITES= http://www.defora.org/os/download/download/4429/ PKGNAMEPREFIX= deforaos- DISTNAME= Todo-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop todo list LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop BUILD_DEPENDS= ${LOCALBASE}/include/Desktop/Mailer/plugin.h:mail/deforaos-mailer USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV= MANDIR=${STAGEDIR}${MANPREFIX}/man -CONFLICTS_INSTALL= devtodo todo +CONFLICTS_INSTALL= devtodo # man/man1/todo.1.gz OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl post-patch-DOCS-off: ${REINPLACE_CMD} 's|= data doc|= data|' \ ${WRKSRC}/Makefile post-patch-NLS-off: ${REINPLACE_CMD} 's|po src tools|src tools|' \ ${WRKSRC}/Makefile post-patch: ${REINPLACE_CMD} 's|-Wl,-pie||g' \ ${WRKSRC}/tools/Makefile \ ${WRKSRC}/src/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/todo \ ${STAGEDIR}${PREFIX}/lib/Mailer/plugins/todo.so .include diff --git a/deskutils/dfshow/Makefile b/deskutils/dfshow/Makefile index 5fb13e196b12..72aef70bf4dc 100644 --- a/deskutils/dfshow/Makefile +++ b/deskutils/dfshow/Makefile @@ -1,24 +1,26 @@ PORTNAME= dfshow DISTVERSIONPREFIX= v DISTVERSION= 0.9.6-beta CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org COMMENT= Directory file editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig USES= autoreconf gmake localbase ncurses USE_GITHUB= yes GH_ACCOUNT= roberthawdon GNU_CONFIGURE= yes +CONFLICTS_INSTALL= ja-mh mmh nmh nmh-devel # man/man1/show.1.gz + post-patch: @${REINPLACE_CMD} 's/-lncursesw/${NCURSESLIBS}/g' ${WRKSRC}/Makefile.am .include diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index 6c90f331d16f..586f16b60036 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -1,42 +1,44 @@ PORTNAME= howm PORTVERSION= 1.4.8 PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://howm.sourceforge.jp/a/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Write fragmentarily and read collectively LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING .if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox BROKEN= Debugger entered--Lisp error: (wrong-type-argument stringp nil) .endif USES= emacs GNU_CONFIGURE= yes +CONFLICTS_INSTALL= howm howm-emacs_* # share/doc/howm/README-j.html + PORTDOCS= *.html *.png PORTEXAMPLES= en/0000-00-00-000000.txt ja/0000-00-00-000000.txt OPTIONS_DEFINE= DOCS EXAMPLES NO_ARCH= yes do-install: cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc \ ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.png ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/en ${STAGEDIR}${EXAMPLESDIR}/ja (cd ${WRKSRC} && ${INSTALL_DATA} ja/0* ${STAGEDIR}${EXAMPLESDIR}/ja) (cd ${WRKSRC} && ${INSTALL_DATA} en/0* ${STAGEDIR}${EXAMPLESDIR}/en) .include diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index c3cbe2736336..2b0428a4e231 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -1,32 +1,34 @@ # Created by: Andreas Kohn PORTNAME= notification-daemon PORTVERSION= 3.20.0 PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg USE_GNOME= cairo gnomeprefix gtk30 USE_XORG= x11 GNU_CONFIGURE= yes +CONFLICTS_INSTALL= notify-osd # share/dbus-1/services/org.freedesktop.Notifications.service + PORTSCOUT= limitw:1,even SUB_FILES= org.freedesktop.Notifications.service post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services ${INSTALL_DATA} ${WRKDIR}/org.freedesktop.Notifications.service \ ${STAGEDIR}${PREFIX}/share/dbus-1/services .include diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index 618396f83fbb..c26069658a92 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -1,36 +1,36 @@ # Created by: Emanuel Haupt PORTNAME= notify-osd PORTVERSION= 0.9.34 PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= On-screen-display notification agent using libnotify LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify \ libfontconfig.so:x11-fonts/fontconfig \ libwnck-3.so:x11-toolkits/libwnck3 RUN_DEPENDS= dbus-daemon:devel/dbus \ gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas USES= gettext-runtime gmake gnome libtool pkgconfig xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 GNU_CONFIGURE= yes GLIB_SCHEMAS= com.canonical.NotifyOSD.gschema.xml -CONFLICTS= xfce4-notification-daemon +CONFLICTS_INSTALL= notification-daemon # share/dbus-1/services/org.freedesktop.Notifications.service post-patch: @${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in .include diff --git a/deskutils/presage/Makefile b/deskutils/presage/Makefile index 5174de910d62..c8bb9e363af3 100644 --- a/deskutils/presage/Makefile +++ b/deskutils/presage/Makefile @@ -1,37 +1,39 @@ PORTNAME= presage DISTVERSION= 0.9.1 CATEGORIES= deskutils kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Intelligent predictive text entry system BUILD_DEPENDS= help2man:misc/help2man \ ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libtinyxml.so:textproc/tinyxml \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} USES= gmake gnome libtool:build localbase shebangfix python:3.6+ sqlite USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango SHEBANG_FILES= apps/dbus/presage_dbus_python_demo \ apps/dbus/presage_dbus_python_demo.in \ apps/dbus/presage_dbus_service \ apps/dbus/presage_dbus_service.py \ apps/python/presagemate/presagemate.py \ apps/python/pypresagemate.in \ apps/python/pyprompter.in \ bindings/python/presage_python_demo.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-documentation \ --disable-gprompter \ --disable-static INSTALL_TARGET= install-strip +CONFLICTS_INSTALL= soothsayer # man/man1/text2ngram.1.gz + .include