Date: Fri, 30 Aug 2019 07:34:40 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510249 - head/deskutils/notify-osd Message-ID: <201908300734.x7U7Yeew026194@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Aug 30 07:34:39 2019 New Revision: 510249 URL: https://svnweb.freebsd.org/changeset/ports/510249 Log: - Register devel/gsettings-desktop-schemas as a run dependency - While here, pacify portlint PR: 232159 Submitted by: rsmith@xs4all.nl MFH: 2019Q3 (blanket) Modified: head/deskutils/notify-osd/Makefile Modified: head/deskutils/notify-osd/Makefile ============================================================================== --- head/deskutils/notify-osd/Makefile Fri Aug 30 07:34:37 2019 (r510248) +++ head/deskutils/notify-osd/Makefile Fri Aug 30 07:34:39 2019 (r510249) @@ -3,6 +3,7 @@ PORTNAME= notify-osd PORTVERSION= 0.9.34 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt @@ -18,14 +19,16 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify \ libfontconfig.so:x11-fonts/fontconfig \ libwnck-3.so:x11-toolkits/libwnck3 -RUN_DEPENDS= dbus-daemon:devel/dbus +RUN_DEPENDS= dbus-daemon:devel/dbus \ + gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas -CONFLICTS= xfce4-notification-daemon-[0-9]* - -GNU_CONFIGURE= yes USES= gettext-runtime gmake libtool pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 + +GNU_CONFIGURE= yes + +CONFLICTS= xfce4-notification-daemon-[0-9]* LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908300734.x7U7Yeew026194>