From owner-freebsd-x11@FreeBSD.ORG Tue Mar 31 16:25:51 2015 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF69B5D0 for ; Tue, 31 Mar 2015 16:25:51 +0000 (UTC) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55073DB6 for ; Tue, 31 Mar 2015 16:25:50 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1Ycyyu-0006N6-3e for x11@freebsd.org; Tue, 31 Mar 2015 22:25:41 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id t2VGR0jX099516 for ; Tue, 31 Mar 2015 23:27:10 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id t2VGQspI099441 for x11@freebsd.org; Tue, 31 Mar 2015 22:26:54 +0600 (NOVT) (envelope-from danfe) Date: Tue, 31 Mar 2015 22:26:54 +0600 From: Alexey Dokuchaev To: x11@freebsd.org Subject: INSTALLS_ICONS being gnome/gtk-oriented, pulling unneeded(?) deps for Qt-ports Message-ID: <20150331162654.GA96906@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 1 X-KLMS-Message-Action: clean X-KLMS-AntiSpam-Lua-Profiles: 75419 [Mar 31 2015] X-KLMS-AntiSpam-Version: 5.5.4 X-KLMS-AntiSpam-Envelope-From: danfe@regency.nsu.ru X-KLMS-AntiSpam-Rate: 0 X-KLMS-AntiSpam-Status: not_detected X-KLMS-AntiSpam-Method: none X-KLMS-AntiSpam-Moebius-Timestamps: 3461807, 3461835, 0 X-KLMS-AntiSpam-Info: LuaCore: 181 2015-03-31_14-21-32 eda9b069c142352e4cbcaad1121bfd9b591a6725, 193.124.210.26:4.0.2; nsu.ru:6.3.8; regency.nsu.ru:6.3.8 X-KLMS-AntiSpam-Interceptor-Info: scan successful X-KLMS-AntiPhishing: Clean, 2015/03/31 12:29:45 X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, license restriction X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 16:25:51 -0000 Hi there, Currently, portlint(1) suggests to add INSTALLS_ICONS knob if it sees share/icons/hicolor/* files in pkg-plist, which in turn means USE_GNOME+= gtk-update-icon-cache and thus pulls things which are from Gtk+ world, and thus seem not quite natural for e.g. Qt-based (or even completely unattached) ports. I'd like to ask Freedesktop-aware people, if Freedesktop-style icons can be handled in FreeBSD in some Gtk+-agnostic way; and how feasible would it be to implement such framework in place of the current one? ./danfe