pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

midori: Adjust icon/theme dependencies



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 9 17:01:16 2018 +0100
Changeset:	d65ebb1276672c4732d8c81a1c366a4b6ec2546f

Modified Files:
	midori/Makefile

Log Message:
midori: Adjust icon/theme dependencies

adwaita-icon-theme seems enough, just depends on it and avoid to
pick up gnome-themes-standard and hicolor-icon-theme.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d65ebb1276672c4732d8c81a1c366a4b6ec2546f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 midori/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/midori/Makefile b/midori/Makefile
index 43c3abc559..6c99ca8b30 100644
--- a/midori/Makefile
+++ b/midori/Makefile
@@ -18,8 +18,6 @@ USE_TOOLS+=	intltool msgfmt pkg-config
 CHECK_PORTABILITY_SKIP+=	win32/old/x86-mingw32-opensuse/install.sh
 CHECK_PORTABILITY_SKIP+=	win32/makedist/makedist.midori
 
-DEPENDS+=		gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
-
 BUILDLINK_TRANSFORM+=	rm:-Werror
 
 .include "../../mk/bsd.prefs.mk"
@@ -29,8 +27,8 @@ CONFIGURE_ENV=	VALAC=${VALAC}
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libpeas/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/libxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index