From nobody Sun Oct 10 20:30:02 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EB5AD17FB30E for ; Sun, 10 Oct 2021 20:30:02 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSD7Z62wXz4ZfZ; Sun, 10 Oct 2021 20:30:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC57914484; Sun, 10 Oct 2021 20:30:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19AKU2TS088970; Sun, 10 Oct 2021 20:30:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19AKU2Kk088967; Sun, 10 Oct 2021 20:30:02 GMT (envelope-from git) Date: Sun, 10 Oct 2021 20:30:02 GMT Message-Id: <202110102030.19AKU2Kk088967@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: f181a47780 - main - porters-handbook: Retire INSTALLS_ICONS List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f181a47780ad68d1af2bc4871a06f15d95b1eff5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=f181a47780ad68d1af2bc4871a06f15d95b1eff5 commit f181a47780ad68d1af2bc4871a06f15d95b1eff5 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-10 20:23:45 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-10 20:30:01 +0000 porters-handbook: Retire INSTALLS_ICONS See the recent commits to the ports tree[1]: - https://cgit.freebsd.org/ports/commit/?id=2c672a4de941dc57142d867ba42396b1b64d2921 - https://cgit.freebsd.org/ports/commit/?id=00e6acceae1b5c55a29c21e95fc70a44a24eea94 --- .../content/en/books/porters-handbook/special/_index.adoc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index cf26448349..260fb30bd0 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -1480,7 +1480,6 @@ COMMENT= Interactive tool for performing search and replace operations USES= gettext gmake localbase:ldflags pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack gtksourceviewmm3 -INSTALLS_ICONS= yes GLIB_SCHEMAS= org.regexxer.gschema.xml @@ -1501,12 +1500,6 @@ Like they are used in the above example. The <> has a more in-depth explanation. `USE_GNOME` has to be set for these macros to be of use. -`INSTALLS_ICONS`:: -GTK+ ports which install Freedesktop-style icons to [.filename]#${LOCALBASE}/share/icons# should use this macro to ensure that the icons are cached and will display correctly. -The cache file is named [.filename]#icon-theme.cache#. Do not include that file in [.filename]#pkg-plist#. -This macro handles that automatically. -This macro is not needed for Qt, which uses an internal method. - `GLIB_SCHEMAS`:: List of all the glib schema files the port installs. The macro will add the files to the port plist and handle the registration of these files on install and deinstall.