From owner-svn-ports-all@freebsd.org Fri Aug 30 07:35:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DF5DC5910; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46KWVB1xk1z3JkD; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E10A2CDB0; Fri, 30 Aug 2019 07:35:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7U7ZU22026409; Fri, 30 Aug 2019 07:35:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7U7ZUIL026408; Fri, 30 Aug 2019 07:35:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201908300735.x7U7ZUIL026408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 30 Aug 2019 07:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510250 - branches/2019Q3/deskutils/notify-osd X-SVN-Group: ports-branches X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: branches/2019Q3/deskutils/notify-osd X-SVN-Commit-Revision: 510250 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2019 07:35:30 -0000 Author: ehaupt Date: Fri Aug 30 07:35:29 2019 New Revision: 510250 URL: https://svnweb.freebsd.org/changeset/ports/510250 Log: MFH: r510249 - Register devel/gsettings-desktop-schemas as a run dependency - While here, pacify portlint PR: 232159 Submitted by: rsmith@xs4all.nl Approved by: portmgr blanket Modified: branches/2019Q3/deskutils/notify-osd/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/deskutils/notify-osd/Makefile ============================================================================== --- branches/2019Q3/deskutils/notify-osd/Makefile Fri Aug 30 07:34:39 2019 (r510249) +++ branches/2019Q3/deskutils/notify-osd/Makefile Fri Aug 30 07:35:29 2019 (r510250) @@ -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