public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/
@ 2022-01-16  1:11 Peter Levine
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Levine @ 2022-01-16  1:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a013252b103eda3489a484dd211fe899c613aacb
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 16 00:52:59 2022 +0000
Commit:     Peter Levine <plevine457 <AT> gmail <DOT> com>
CommitDate: Sun Jan 16 01:11:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a013252b

gnome-extra/yad: initial commit

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>

 gnome-extra/yad/Manifest        |  1 +
 gnome-extra/yad/metadata.xml    | 20 ++++++++++++++++++++
 gnome-extra/yad/yad-10.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
new file mode 100644
index 000000000..abec8d94c
--- /dev/null
+++ b/gnome-extra/yad/Manifest
@@ -0,0 +1 @@
+DIST yad-10.1.tar.xz 290776 BLAKE2B 05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89 SHA512 2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355

diff --git a/gnome-extra/yad/metadata.xml b/gnome-extra/yad/metadata.xml
new file mode 100644
index 000000000..12ce8cd5d
--- /dev/null
+++ b/gnome-extra/yad/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <description>new maintainers welcome</description>
+    <name>Peter Levine</name>
+    <email>plevine457@gmail.com</email>
+  </maintainer>
+  <upstream>
+    <maintainer>
+      <name>Victor Ananjevsky</name>
+      <email>victor@sanana.kiev.ua</email>
+    </maintainer>
+    <bugs-to>https://github.com/v1cont/yad/issues</bugs-to>
+    <remote-id type="github">v1cont/yad</remote-id>
+  </upstream>
+  <use>
+    <flag name="spell">Enable spell check support with <pkg>app-text/gspell</pkg></flag>
+  </use>
+</pkgmetadata>

diff --git a/gnome-extra/yad/yad-10.1.ebuild b/gnome-extra/yad/yad-10.1.ebuild
new file mode 100644
index 000000000..c57eed634
--- /dev/null
+++ b/gnome-extra/yad/yad-10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad"
+SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz"
+LICENSE="GPL-3"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE="nls spell webkit"
+
+DEPEND="
+	>=x11-libs/gtk+-3.22.0:3=
+	spell? ( app-text/gspell:0 )
+	webkit? ( net-libs/webkit-gtk:4 )"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable nls) \
+		$(use_enable spell) \
+		$(use_enable webkit html) \
+		--disable-sourceview \
+		--disable-standalone \
+		--enable-tools \
+		--enable-icon-browser \
+		--enable-tools \
+		--enable-tray
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/
@ 2024-02-19 12:42 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-02-19 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c92fc9e66ab0a4c2f413b78ae07f3a1d6e475095
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 11:26:59 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 12:41:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c92fc9e6

gnome-extra/yad: drop 10.1

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gnome-extra/yad/Manifest        |  1 -
 gnome-extra/yad/yad-10.1.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
index 09cb79d1bf..0a63ccc3f7 100644
--- a/gnome-extra/yad/Manifest
+++ b/gnome-extra/yad/Manifest
@@ -1,2 +1 @@
-DIST yad-10.1.tar.xz 290776 BLAKE2B 05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89 SHA512 2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355
 DIST yad-13.0.tar.xz 298092 BLAKE2B b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab SHA512 89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16

diff --git a/gnome-extra/yad/yad-10.1.ebuild b/gnome-extra/yad/yad-10.1.ebuild
deleted file mode 100644
index c57eed634c..0000000000
--- a/gnome-extra/yad/yad-10.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2
-
-DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
-HOMEPAGE="https://github.com/v1cont/yad"
-SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz"
-LICENSE="GPL-3"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-IUSE="nls spell webkit"
-
-DEPEND="
-	>=x11-libs/gtk+-3.22.0:3=
-	spell? ( app-text/gspell:0 )
-	webkit? ( net-libs/webkit-gtk:4 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	gnome2_src_configure \
-		$(use_enable nls) \
-		$(use_enable spell) \
-		$(use_enable webkit html) \
-		--disable-sourceview \
-		--disable-standalone \
-		--enable-tools \
-		--enable-icon-browser \
-		--enable-tools \
-		--enable-tray
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/
@ 2024-02-19 12:42 Takuya Wakazono
  0 siblings, 0 replies; 4+ messages in thread
From: Takuya Wakazono @ 2024-02-19 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     65bccbe06364a76cda7590425dd2d6481d61423a
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 11:26:46 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Feb 19 12:41:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65bccbe0

gnome-extra/yad: add 13.0

Closes: https://bugs.gentoo.org/921917
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gnome-extra/yad/Manifest        |  1 +
 gnome-extra/yad/metadata.xml    |  1 +
 gnome-extra/yad/yad-13.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
index abec8d94c9..09cb79d1bf 100644
--- a/gnome-extra/yad/Manifest
+++ b/gnome-extra/yad/Manifest
@@ -1 +1,2 @@
 DIST yad-10.1.tar.xz 290776 BLAKE2B 05801869314752b443beac56527909cf4ed3047bdcc3531d27a038ca866f1ae2c43dbc7c10c38829c6ec3cfa7b87158de800d833a3d7c2ac834cbfb9f7ebaa89 SHA512 2e55779074c64da679eab03c4e5d655470293d9fd7c7e7bc0e653610d5952f37cb96829185fab84471a8fe833f0a9fb2daef18f2ab2936acc1e141d8166a7355
+DIST yad-13.0.tar.xz 298092 BLAKE2B b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab SHA512 89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16

diff --git a/gnome-extra/yad/metadata.xml b/gnome-extra/yad/metadata.xml
index 900ce7cedc..13856c99f3 100644
--- a/gnome-extra/yad/metadata.xml
+++ b/gnome-extra/yad/metadata.xml
@@ -15,6 +15,7 @@
     <remote-id type="github">v1cont/yad</remote-id>
   </upstream>
   <use>
+    <flag name="sourceview">Enable GtkSourceView support with <pkg>x11-libs/gtksourceview</pkg></flag>
     <flag name="spell">Enable spell check support with <pkg>app-text/gspell</pkg></flag>
   </use>
 </pkgmetadata>

diff --git a/gnome-extra/yad/yad-13.0.ebuild b/gnome-extra/yad/yad-13.0.ebuild
new file mode 100644
index 0000000000..35a88eb3ca
--- /dev/null
+++ b/gnome-extra/yad/yad-13.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad"
+SRC_URI="https://github.com/v1cont/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="nls sourceview spell webkit"
+
+DEPEND="
+	>=x11-libs/gtk+-3.22.0:3
+	sourceview? ( x11-libs/gtksourceview:3.0= )
+	spell? ( app-text/gspell:= )
+	webkit? ( net-libs/webkit-gtk:4= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=">=dev-util/intltool-0.40"
+
+src_configure() {
+	gnome2_src_configure \
+		$(use_enable nls) \
+		$(use_enable sourceview) \
+		$(use_enable spell) \
+		$(use_enable webkit html) \
+		--disable-standalone \
+		--enable-icon-browser \
+		--enable-tools \
+		--enable-tray
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/
@ 2024-08-05 19:11 Mattéo Rossillol‑‑Laruelle
  0 siblings, 0 replies; 4+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2024-08-05 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     9ee3d75f67269950f07b9cead3ff956704ac810e
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Mon Aug  5 19:09:56 2024 +0000
Commit:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Mon Aug  5 19:09:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ee3d75f

gnome-extra/yad: add 14.1, 9999

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>

 gnome-extra/yad/Manifest        |   1 +
 gnome-extra/yad/metadata.xml    |  26 +++++++--
 gnome-extra/yad/yad-14.1.ebuild | 119 ++++++++++++++++++++++++++++++++++++++++
 gnome-extra/yad/yad-9999.ebuild | 119 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 259 insertions(+), 6 deletions(-)

diff --git a/gnome-extra/yad/Manifest b/gnome-extra/yad/Manifest
index 0a63ccc3f..ddec2c5a5 100644
--- a/gnome-extra/yad/Manifest
+++ b/gnome-extra/yad/Manifest
@@ -1 +1,2 @@
 DIST yad-13.0.tar.xz 298092 BLAKE2B b07e796109daf27471ad74dae91637a297b6a830a7ea5f5386f7c9c4c4effdbc794b92e7e747adb5f0df80540b2fe75ae87856f695d4f578aa5cfbd6ea4b42ab SHA512 89f438a49722b9aa63ec942a200b4684f88e0e2b489b77b909c03208af644c46d22601a072bcbad1c36707013ee308417d73ce08f2494b8962bce9bf06d58a16
+DIST yad-14.1.tar.xz 300804 BLAKE2B 61295206bb31f485bd48dea01d408cb57b47d7871860254df2bab2c3e249a7df30d0158c18dbca3d9c53460f0cfcb9ffb2175590d688fe0a8b5bc4056e37265e SHA512 c2949846d9d6c34bc0c8f482a5b30fb978865308bcafe656694d8eb1bb903e9af76f9d3cdd748ecb0dac389e1a0204a15b10ab29b99262cdeffc44ed16ce902e

diff --git a/gnome-extra/yad/metadata.xml b/gnome-extra/yad/metadata.xml
index 13856c99f..fe334655b 100644
--- a/gnome-extra/yad/metadata.xml
+++ b/gnome-extra/yad/metadata.xml
@@ -6,16 +6,30 @@
     <name>Peter Levine</name>
     <email>plevine457@gmail.com</email>
   </maintainer>
+  <use>
+    <flag name="deprecated">Build with deprecated options</flag>
+    <flag name="icon-browser">Build icon browser</flag>
+    <flag name="sourceview">Enable <pkg>x11-libs/gtksourceview</pkg> support</flag>
+    <flag name="standalone">Build standalone binary (without gsettings)</flag>
+    <flag name="tools">Build yad-tools utility</flag>
+    <flag name="tray">Build with status icon</flag>
+  </use>
+  <use lang="fr">
+    <flag name="deprecated">Construire avec les options dépréciées</flag>
+    <flag name="icon-browser">Construire l'explorateur d'icônes</flag>
+    <flag name="sourceview">Activer le support de <pkg>x11-libs/gtksourceview</pkg></flag>
+    <flag name="standalone">Construire le binaire autonome (sans gsettings)</flag>
+    <flag name="tools">Construire l'utilitaire yad-tools</flag>
+    <flag name="tray">Construire avec l'icône de statut</flag>
+  </use>
   <upstream>
-    <maintainer>
+    <maintainer status="active">
       <name>Victor Ananjevsky</name>
       <email>victor@sanana.kiev.ua</email>
     </maintainer>
-    <bugs-to>https://github.com/v1cont/yad/issues</bugs-to>
+    <changelog>https://github.com/v1cont/yad/blob/master/NEWS</changelog>
+    <doc>https://github.com/v1cont/yad/wiki/</doc>
+    <bugs-to>https://github.com/v1cont/yad/issues/</bugs-to>
     <remote-id type="github">v1cont/yad</remote-id>
   </upstream>
-  <use>
-    <flag name="sourceview">Enable GtkSourceView support with <pkg>x11-libs/gtksourceview</pkg></flag>
-    <flag name="spell">Enable spell check support with <pkg>app-text/gspell</pkg></flag>
-  </use>
 </pkgmetadata>

diff --git a/gnome-extra/yad/yad-14.1.ebuild b/gnome-extra/yad/yad-14.1.ebuild
new file mode 100644
index 000000000..8220229de
--- /dev/null
+++ b/gnome-extra/yad/yad-14.1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools gnome2-utils xdg
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad/"
+
+if [[ "${PV}" = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/v1cont/yad.git"
+else
+	SRC_URI="https://github.com/v1cont/yad/releases/download/v${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+deprecated +icon-browser +sourceview +spell standalone +tools +tray +webkit"
+RESTRICT="test"
+
+DEPEND="
+	app-accessibility/at-spi2-core:2
+	dev-libs/expat
+	dev-libs/fribidi
+	dev-libs/glib:2
+	dev-libs/libffi:=
+	dev-libs/libpcre2:=
+	dev-libs/wayland
+	media-gfx/graphite2
+	media-libs/fontconfig:1.0
+	media-libs/freetype:2
+	media-libs/harfbuzz:=
+	media-libs/libepoxy
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:=
+	sys-apps/dbus
+	sys-libs/zlib:=
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3.22.0:3
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libxcb:=
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXdmcp
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/pango
+	x11-libs/pixman
+	sourceview? ( >=x11-libs/gtksourceview-3.18.0:3.0= )
+
+	spell? (
+		app-text/enchant:2
+		app-text/gspell:=
+		dev-libs/icu:=
+	)
+
+	webkit? ( net-libs/webkit-gtk:4.1 )
+"
+
+BDEPEND="
+	>=dev-build/autoconf-2.59
+	>=dev-build/automake-1.11
+	>=dev-util/intltool-0.40.0
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=(
+	AUTHORS
+	ChangeLog.old
+	NEWS
+	README.md
+	THANKS
+	TODO
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable webkit html) \
+		$(use_enable tray) \
+		$(use_enable spell) \
+		$(use_enable sourceview) \
+		$(use_enable standalone) \
+		$(use_enable deprecated) \
+		$(use_enable tools) \
+		$(use_enable icon-browser)
+}
+
+pkg_preinst() {
+	xdg_pkg_preinst
+	use standalone || gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	use standalone || gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	use standalone || gnome2_schemas_update
+}

diff --git a/gnome-extra/yad/yad-9999.ebuild b/gnome-extra/yad/yad-9999.ebuild
new file mode 100644
index 000000000..8220229de
--- /dev/null
+++ b/gnome-extra/yad/yad-9999.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools gnome2-utils xdg
+
+DESCRIPTION="Display GTK+ dialog boxes from command line or shell scripts"
+HOMEPAGE="https://github.com/v1cont/yad/"
+
+if [[ "${PV}" = 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/v1cont/yad.git"
+else
+	SRC_URI="https://github.com/v1cont/yad/releases/download/v${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+deprecated +icon-browser +sourceview +spell standalone +tools +tray +webkit"
+RESTRICT="test"
+
+DEPEND="
+	app-accessibility/at-spi2-core:2
+	dev-libs/expat
+	dev-libs/fribidi
+	dev-libs/glib:2
+	dev-libs/libffi:=
+	dev-libs/libpcre2:=
+	dev-libs/wayland
+	media-gfx/graphite2
+	media-libs/fontconfig:1.0
+	media-libs/freetype:2
+	media-libs/harfbuzz:=
+	media-libs/libepoxy
+	media-libs/libjpeg-turbo:=
+	media-libs/libpng:=
+	sys-apps/dbus
+	sys-libs/zlib:=
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	>=x11-libs/gtk+-3.22.0:3
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libxcb:=
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXdmcp
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/pango
+	x11-libs/pixman
+	sourceview? ( >=x11-libs/gtksourceview-3.18.0:3.0= )
+
+	spell? (
+		app-text/enchant:2
+		app-text/gspell:=
+		dev-libs/icu:=
+	)
+
+	webkit? ( net-libs/webkit-gtk:4.1 )
+"
+
+BDEPEND="
+	>=dev-build/autoconf-2.59
+	>=dev-build/automake-1.11
+	>=dev-util/intltool-0.40.0
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=(
+	AUTHORS
+	ChangeLog.old
+	NEWS
+	README.md
+	THANKS
+	TODO
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable webkit html) \
+		$(use_enable tray) \
+		$(use_enable spell) \
+		$(use_enable sourceview) \
+		$(use_enable standalone) \
+		$(use_enable deprecated) \
+		$(use_enable tools) \
+		$(use_enable icon-browser)
+}
+
+pkg_preinst() {
+	xdg_pkg_preinst
+	use standalone || gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	use standalone || gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	use standalone || gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-05 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-16  1:11 [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/yad/ Peter Levine
  -- strict thread matches above, loose matches on Subject: below --
2024-02-19 12:42 Takuya Wakazono
2024-02-19 12:42 Takuya Wakazono
2024-08-05 19:11 Mattéo Rossillol‑‑Laruelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox