public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2022-11-10 23:18 Rahul Sandhu
  0 siblings, 0 replies; 10+ messages in thread
From: Rahul Sandhu @ 2022-11-10 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a0081d6889778ddbe777d78cce315b4033806cb5
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Thu Nov 10 23:17:46 2022 +0000
Commit:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Thu Nov 10 23:17:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0081d68

gui-apps/rofi-wayland: new package, add 1.7.5

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 gui-apps/rofi-wayland/Manifest                  |  1 +
 gui-apps/rofi-wayland/manifest.xml              | 15 +++++++
 gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild | 60 +++++++++++++++++++++++++
 3 files changed, 76 insertions(+)

diff --git a/gui-apps/rofi-wayland/Manifest b/gui-apps/rofi-wayland/Manifest
new file mode 100644
index 000000000..ee5734e00
--- /dev/null
+++ b/gui-apps/rofi-wayland/Manifest
@@ -0,0 +1 @@
+DIST rofi-1.7.5+wayland1.tar.xz 649060 BLAKE2B 201ff15d7e9fbddb61d61f60db27f60188b20534e063fad82888c104bbcfa3ff5bfbcb21d38f5cef966a38d370875a746a1d55dd1c33a508aa79b7f78d5cc005 SHA512 a3bf90a1fa22dfd5c290d7a5b0c0bf2912fea37ad49f83526cfc5c2c8ab61429d6112898df4b682b0fcc153495dadef6642c581dc9c68c1b9b59c9d6b28251b7

diff --git a/gui-apps/rofi-wayland/manifest.xml b/gui-apps/rofi-wayland/manifest.xml
new file mode 100644
index 000000000..dab6be1ae
--- /dev/null
+++ b/gui-apps/rofi-wayland/manifest.xml
@@ -0,0 +1,15 @@
+
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>rahul@sandhuservices.dev</email>
+		<name>Rahul Singh Sandhu</name>
+	</maintainer>
+  <use>
+    <flag name="drun">Desktop file mode</flag>
+    <flag name="window">Window switcher mode</flag>
+    <flag name="check">Build and run libcheck-based tests</flag>
+    <flag name="wayland">Build with wayland support</flag>
+  </use>
+</pkgmetadata>

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
new file mode 100644
index 000000000..5a8764540
--- /dev/null
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/lbonn/rofi"
+SRC_URI="https://github.com/lbonn/rofi/releases/download/${PV}%2Bwayland1/rofi-${PV}+wayland1.tar.xz"
+S="${WORKDIR}"/rofi-${PV}+wayland1
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="drun windowmode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!x11-misc/rofi
+	>=dev-libs/glib-2.40:2
+	x11-libs/cairo[X]
+	x11-libs/gdk-pixbuf:2
+	x11-libs/pango[X]
+	dev-libs/wayland
+	>=dev-libs/wayland-protocols-1.17
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-libs/check )
+"
+BDEPEND="
+	sys-devel/bison
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dwayland=enabled
+		-Dxcb=disabled
+		-Dcheck=disabled
+		$(meson_use drun)
+		$(meson_use windowmode window)
+		$(meson_feature test check)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "${v}" -lt 1.7.0; then
+			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
+			elog "If you are still using old configuration setup, please convert it to new format manually."
+			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
+			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
+		fi
+	done
+
+	xdg_icon_cache_update
+}
+


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2022-12-25  2:19 Anna Vyalkova
  0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2022-12-25  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c1973287225f43f4495b0afa967bfab282a2a224
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Dec 24 01:15:13 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Dec 25 02:19:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1973287

gui-apps/rofi-wayland: fix metadata.xml filename

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-apps/rofi-wayland/{manifest.xml => metadata.xml} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gui-apps/rofi-wayland/manifest.xml b/gui-apps/rofi-wayland/metadata.xml
similarity index 51%
rename from gui-apps/rofi-wayland/manifest.xml
rename to gui-apps/rofi-wayland/metadata.xml
index dab6be1ae..cedd48f70 100644
--- a/gui-apps/rofi-wayland/manifest.xml
+++ b/gui-apps/rofi-wayland/metadata.xml
@@ -1,4 +1,3 @@
-
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
@@ -6,10 +5,10 @@
 		<email>rahul@sandhuservices.dev</email>
 		<name>Rahul Singh Sandhu</name>
 	</maintainer>
-  <use>
-    <flag name="drun">Desktop file mode</flag>
-    <flag name="window">Window switcher mode</flag>
-    <flag name="check">Build and run libcheck-based tests</flag>
-    <flag name="wayland">Build with wayland support</flag>
-  </use>
+	<use>
+		<flag name="drun">Desktop file mode</flag>
+		<flag name="window">Window switcher mode</flag>
+		<flag name="check">Build and run libcheck-based tests</flag>
+		<flag name="wayland">Build with wayland support</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2023-02-19  5:17 Anna Vyalkova
  0 siblings, 0 replies; 10+ messages in thread
From: Anna Vyalkova @ 2023-02-19  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6eb993e4acff62bfbdf03a54d1a737adf82ce5b4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:16:20 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:16:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6eb993e4

gui-apps/rofi-wayland: update metadata.xml

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 gui-apps/rofi-wayland/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gui-apps/rofi-wayland/metadata.xml b/gui-apps/rofi-wayland/metadata.xml
index cedd48f70..6e25ecc87 100644
--- a/gui-apps/rofi-wayland/metadata.xml
+++ b/gui-apps/rofi-wayland/metadata.xml
@@ -7,8 +7,6 @@
 	</maintainer>
 	<use>
 		<flag name="drun">Desktop file mode</flag>
-		<flag name="window">Window switcher mode</flag>
-		<flag name="check">Build and run libcheck-based tests</flag>
-		<flag name="wayland">Build with wayland support</flag>
+		<flag name="windowmode">Window switcher mode</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2023-05-27 22:15 Rahul Sandhu
  0 siblings, 0 replies; 10+ messages in thread
From: Rahul Sandhu @ 2023-05-27 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     10cd2d89ae6b2d3b6ff8265a9cd0208ef261379b
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 22:14:05 2023 +0000
Commit:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Sat May 27 22:14:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10cd2d89

gui-apps/rofi-wayland: add upstream github repo; remove trailing line(s)

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 gui-apps/rofi-wayland/metadata.xml              | 3 +++
 gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gui-apps/rofi-wayland/metadata.xml b/gui-apps/rofi-wayland/metadata.xml
index 6e25ecc87..a72e5b17e 100644
--- a/gui-apps/rofi-wayland/metadata.xml
+++ b/gui-apps/rofi-wayland/metadata.xml
@@ -9,4 +9,7 @@
 		<flag name="drun">Desktop file mode</flag>
 		<flag name="windowmode">Window switcher mode</flag>
 	</use>
+	<upstream>
+		<remote-id type="github">lbonn/rofi</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
index 5a8764540..064a653f7 100644
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
@@ -57,4 +57,3 @@ pkg_postinst() {
 
 	xdg_icon_cache_update
 }
-


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2023-09-26 12:41 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2023-09-26 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     de1e7ef912276f58e84ec04e6142846e874b49d8
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 26 12:40:39 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 26 12:40:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de1e7ef9

gui-apps/rofi-wayland: fix build failure

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/109

 gui-apps/rofi-wayland/Manifest                     |  1 +
 gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/gui-apps/rofi-wayland/Manifest b/gui-apps/rofi-wayland/Manifest
index ee5734e005..5316edeffb 100644
--- a/gui-apps/rofi-wayland/Manifest
+++ b/gui-apps/rofi-wayland/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.7.5+wayland1.tar.xz 649060 BLAKE2B 201ff15d7e9fbddb61d61f60db27f60188b20534e063fad82888c104bbcfa3ff5bfbcb21d38f5cef966a38d370875a746a1d55dd1c33a508aa79b7f78d5cc005 SHA512 a3bf90a1fa22dfd5c290d7a5b0c0bf2912fea37ad49f83526cfc5c2c8ab61429d6112898df4b682b0fcc153495dadef6642c581dc9c68c1b9b59c9d6b28251b7
+DIST rofi-1.7.5+wayland2.tar.xz 649600 BLAKE2B 1741eddf90f0e0dcebe785e15a817a79acf6a2bfa0a0623b0bdcf985616c1a66bb6d9e16b233624b1cc34b9592fb4f5eca6e6d2a8802abc6bab3c2f3c17a5c91 SHA512 efd237c3fd9ad098831e1880827070bbc83ffb0fca1e7668f5c0806c6aaafafdf0680214cda0996810dbf9db66e700a3078d05f55bfff795465cf8c054f5c738

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild
new file mode 100644
index 0000000000..1448c5e68a
--- /dev/null
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/lbonn/rofi"
+SRC_URI="https://github.com/lbonn/rofi/releases/download/${PV}%2Bwayland2/rofi-${PV}+wayland2.tar.xz"
+S="${WORKDIR}"/rofi-${PV}+wayland2
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="drun windowmode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!x11-misc/rofi
+	>=dev-libs/glib-2.40:2
+	x11-libs/cairo[X]
+	x11-libs/gdk-pixbuf:2
+	x11-libs/pango[X]
+	dev-libs/wayland
+	>=dev-libs/wayland-protocols-1.17
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-libs/check )
+"
+BDEPEND="
+	sys-devel/bison
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dwayland=enabled
+		-Dxcb=disabled
+		-Dcheck=disabled
+		$(meson_use drun)
+		$(meson_use windowmode window)
+		$(meson_feature test check)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "${v}" -lt 1.7.0; then
+			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
+			elog "If you are still using old configuration setup, please convert it to new format manually."
+			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
+			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
+		fi
+	done
+
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2024-09-22  8:31 Takuya Wakazono
  0 siblings, 0 replies; 10+ messages in thread
From: Takuya Wakazono @ 2024-09-22  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a73af7d61f5021b6a79885174d8262453a1fcb0b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 22 08:25:56 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Sep 22 08:25:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a73af7d6

gui-apps/rofi-wayland: fix RDEPEND

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

 .../{rofi-wayland-1.7.5-r1.ebuild => rofi-wayland-1.7.5-r2.ebuild}     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild
similarity index 95%
rename from gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild
rename to gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild
index 1448c5e68..e4d2f2659 100644
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r1.ebuild
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,6 +21,7 @@ RDEPEND="
 	>=dev-libs/glib-2.40:2
 	x11-libs/cairo[X]
 	x11-libs/gdk-pixbuf:2
+	x11-libs/libxkbcommon
 	x11-libs/pango[X]
 	dev-libs/wayland
 	>=dev-libs/wayland-protocols-1.17


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2024-09-22  8:31 Takuya Wakazono
  0 siblings, 0 replies; 10+ messages in thread
From: Takuya Wakazono @ 2024-09-22  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7ab25e3a414cf570daf7d2f39707a9148bb3ea16
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 22 08:25:56 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Sep 22 08:25:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ab25e3a

gui-apps/rofi-wayland: add 1.7.5_p3

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

 gui-apps/rofi-wayland/Manifest                     |  1 +
 gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild | 63 ++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/gui-apps/rofi-wayland/Manifest b/gui-apps/rofi-wayland/Manifest
index 5316edeff..01f97f70c 100644
--- a/gui-apps/rofi-wayland/Manifest
+++ b/gui-apps/rofi-wayland/Manifest
@@ -1,2 +1,3 @@
 DIST rofi-1.7.5+wayland1.tar.xz 649060 BLAKE2B 201ff15d7e9fbddb61d61f60db27f60188b20534e063fad82888c104bbcfa3ff5bfbcb21d38f5cef966a38d370875a746a1d55dd1c33a508aa79b7f78d5cc005 SHA512 a3bf90a1fa22dfd5c290d7a5b0c0bf2912fea37ad49f83526cfc5c2c8ab61429d6112898df4b682b0fcc153495dadef6642c581dc9c68c1b9b59c9d6b28251b7
 DIST rofi-1.7.5+wayland2.tar.xz 649600 BLAKE2B 1741eddf90f0e0dcebe785e15a817a79acf6a2bfa0a0623b0bdcf985616c1a66bb6d9e16b233624b1cc34b9592fb4f5eca6e6d2a8802abc6bab3c2f3c17a5c91 SHA512 efd237c3fd9ad098831e1880827070bbc83ffb0fca1e7668f5c0806c6aaafafdf0680214cda0996810dbf9db66e700a3078d05f55bfff795465cf8c054f5c738
+DIST rofi-1.7.5+wayland3.tar.xz 7716660 BLAKE2B 8779f6c030afc0c92ea6188fdb96c064cfc589a20c71250f6d1d230fa11c5a67b6a3cedd07f247d9170da5f974b05500c3bd6380c9cf2bd77ca7af6a5f2e7ec8 SHA512 d7ca341e74922e5f8f01bb010486109b1bc2ff0f0a5694dc40ee280aa47d7a1bbce1796009ffc5894dcf88e82e74889404651f8bfaac4e97c4fb45bcd5fad0ce

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild
new file mode 100644
index 000000000..d1e9b8ae7
--- /dev/null
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+MY_PV="$(ver_cut 1-3)+wayland$(ver_cut 5)"
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/lbonn/rofi"
+SRC_URI="https://github.com/lbonn/rofi/releases/download/${MY_PV}/rofi-${MY_PV}.tar.xz"
+S="${WORKDIR}"/rofi-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="drun windowmode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!x11-misc/rofi
+	>=dev-libs/glib-2.40:2
+	x11-libs/cairo[X]
+	x11-libs/gdk-pixbuf:2
+	x11-libs/libxkbcommon
+	x11-libs/pango[X]
+	dev-libs/wayland
+	>=dev-libs/wayland-protocols-1.17
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-libs/check )
+"
+BDEPEND="
+	dev-util/wayland-scanner
+	sys-devel/bison
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dwayland=enabled
+		-Dxcb=disabled
+		-Dcheck=disabled
+		$(meson_use drun)
+		$(meson_use windowmode window)
+		$(meson_feature test check)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "${v}" -lt 1.7.0; then
+			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
+			elog "If you are still using old configuration setup, please convert it to new format manually."
+			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
+			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
+		fi
+	done
+
+	xdg_icon_cache_update
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2024-09-22  8:31 Takuya Wakazono
  0 siblings, 0 replies; 10+ messages in thread
From: Takuya Wakazono @ 2024-09-22  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac00d99ef8cfdc36e73149230e7b67d157f6773
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 22 08:25:57 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Sep 22 08:25:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ac00d99

gui-apps/rofi-wayland: drop 1.7.5, 1.7.5-r2

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

 gui-apps/rofi-wayland/Manifest                     |  2 -
 gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild | 60 ----------------------
 gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild    | 59 ---------------------
 3 files changed, 121 deletions(-)

diff --git a/gui-apps/rofi-wayland/Manifest b/gui-apps/rofi-wayland/Manifest
index 01f97f70c..1c26e60f4 100644
--- a/gui-apps/rofi-wayland/Manifest
+++ b/gui-apps/rofi-wayland/Manifest
@@ -1,3 +1 @@
-DIST rofi-1.7.5+wayland1.tar.xz 649060 BLAKE2B 201ff15d7e9fbddb61d61f60db27f60188b20534e063fad82888c104bbcfa3ff5bfbcb21d38f5cef966a38d370875a746a1d55dd1c33a508aa79b7f78d5cc005 SHA512 a3bf90a1fa22dfd5c290d7a5b0c0bf2912fea37ad49f83526cfc5c2c8ab61429d6112898df4b682b0fcc153495dadef6642c581dc9c68c1b9b59c9d6b28251b7
-DIST rofi-1.7.5+wayland2.tar.xz 649600 BLAKE2B 1741eddf90f0e0dcebe785e15a817a79acf6a2bfa0a0623b0bdcf985616c1a66bb6d9e16b233624b1cc34b9592fb4f5eca6e6d2a8802abc6bab3c2f3c17a5c91 SHA512 efd237c3fd9ad098831e1880827070bbc83ffb0fca1e7668f5c0806c6aaafafdf0680214cda0996810dbf9db66e700a3078d05f55bfff795465cf8c054f5c738
 DIST rofi-1.7.5+wayland3.tar.xz 7716660 BLAKE2B 8779f6c030afc0c92ea6188fdb96c064cfc589a20c71250f6d1d230fa11c5a67b6a3cedd07f247d9170da5f974b05500c3bd6380c9cf2bd77ca7af6a5f2e7ec8 SHA512 d7ca341e74922e5f8f01bb010486109b1bc2ff0f0a5694dc40ee280aa47d7a1bbce1796009ffc5894dcf88e82e74889404651f8bfaac4e97c4fb45bcd5fad0ce

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild
deleted file mode 100644
index e4d2f2659..000000000
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/lbonn/rofi"
-SRC_URI="https://github.com/lbonn/rofi/releases/download/${PV}%2Bwayland2/rofi-${PV}+wayland2.tar.xz"
-S="${WORKDIR}"/rofi-${PV}+wayland2
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="drun windowmode test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!x11-misc/rofi
-	>=dev-libs/glib-2.40:2
-	x11-libs/cairo[X]
-	x11-libs/gdk-pixbuf:2
-	x11-libs/libxkbcommon
-	x11-libs/pango[X]
-	dev-libs/wayland
-	>=dev-libs/wayland-protocols-1.17
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-libs/check )
-"
-BDEPEND="
-	sys-devel/bison
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dwayland=enabled
-		-Dxcb=disabled
-		-Dcheck=disabled
-		$(meson_use drun)
-		$(meson_use windowmode window)
-		$(meson_feature test check)
-	)
-	meson_src_configure
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "${v}" -lt 1.7.0; then
-			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
-			elog "If you are still using old configuration setup, please convert it to new format manually."
-			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
-			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
-		fi
-	done
-
-	xdg_icon_cache_update
-}

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
deleted file mode 100644
index 064a653f7..000000000
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://github.com/lbonn/rofi"
-SRC_URI="https://github.com/lbonn/rofi/releases/download/${PV}%2Bwayland1/rofi-${PV}+wayland1.tar.xz"
-S="${WORKDIR}"/rofi-${PV}+wayland1
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="drun windowmode test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	!x11-misc/rofi
-	>=dev-libs/glib-2.40:2
-	x11-libs/cairo[X]
-	x11-libs/gdk-pixbuf:2
-	x11-libs/pango[X]
-	dev-libs/wayland
-	>=dev-libs/wayland-protocols-1.17
-"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-libs/check )
-"
-BDEPEND="
-	sys-devel/bison
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dwayland=enabled
-		-Dxcb=disabled
-		-Dcheck=disabled
-		$(meson_use drun)
-		$(meson_use windowmode window)
-		$(meson_feature test check)
-	)
-	meson_src_configure
-}
-
-pkg_postinst() {
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test "${v}" -lt 1.7.0; then
-			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
-			elog "If you are still using old configuration setup, please convert it to new format manually."
-			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
-			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
-		fi
-	done
-
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2024-11-26 20:28 Filip Kobierski
  0 siblings, 0 replies; 10+ messages in thread
From: Filip Kobierski @ 2024-11-26 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     bf2078d0afde6207f58d180fa46b384241361036
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Nov 26 20:28:07 2024 +0000
Commit:     Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Tue Nov 26 20:28:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf2078d0

gui-apps/rofi-wayland: USE drun by default, like rofi

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>

 gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild
index d1e9b8ae7..7c8571bc8 100644
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5_p3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/rofi-${MY_PV}
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="drun windowmode test"
+IUSE="+drun windowmode test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/
@ 2025-02-01 19:25 Filip Kobierski
  0 siblings, 0 replies; 10+ messages in thread
From: Filip Kobierski @ 2025-02-01 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4d3054df7e39a82216c6a57895936380a7d3697f
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Feb  1 19:24:28 2025 +0000
Commit:     Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Sat Feb  1 19:25:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d3054df

gui-apps/rofi-wayland: 1.7.8 with improvements

- explicitly disable imdkit
- remove useless -Dcheck

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>

 gui-apps/rofi-wayland/Manifest                     |  1 +
 gui-apps/rofi-wayland/rofi-wayland-1.7.8_p1.ebuild | 63 ++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/gui-apps/rofi-wayland/Manifest b/gui-apps/rofi-wayland/Manifest
index 1c26e60f4..89672ef3b 100644
--- a/gui-apps/rofi-wayland/Manifest
+++ b/gui-apps/rofi-wayland/Manifest
@@ -1 +1,2 @@
 DIST rofi-1.7.5+wayland3.tar.xz 7716660 BLAKE2B 8779f6c030afc0c92ea6188fdb96c064cfc589a20c71250f6d1d230fa11c5a67b6a3cedd07f247d9170da5f974b05500c3bd6380c9cf2bd77ca7af6a5f2e7ec8 SHA512 d7ca341e74922e5f8f01bb010486109b1bc2ff0f0a5694dc40ee280aa47d7a1bbce1796009ffc5894dcf88e82e74889404651f8bfaac4e97c4fb45bcd5fad0ce
+DIST rofi-1.7.8+wayland1.tar.xz 7863620 BLAKE2B 3526450ecb88a543783b26e7f71ad3e318d3926c661e1257009b68dc0b61a76c559d9725b656281a6b037b5abb1d75b5767738cc182fdf327af54746734886d7 SHA512 9ed1af048b0f2d617999da84b7fefe1f5c221f883ed0e1d50c29e969a9a54dc596b70afc84e7e01f42b5f3139fb1d4bf95a1978a5d5c4c1d3dab2d29d183242d

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.8_p1.ebuild b/gui-apps/rofi-wayland/rofi-wayland-1.7.8_p1.ebuild
new file mode 100644
index 000000000..6610132d3
--- /dev/null
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.8_p1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+MY_PV="$(ver_cut 1-3)+wayland$(ver_cut 5)"
+
+DESCRIPTION="A window switcher, run dialog and dmenu replacement"
+HOMEPAGE="https://github.com/lbonn/rofi"
+SRC_URI="https://github.com/lbonn/rofi/releases/download/${MY_PV}/rofi-${MY_PV}.tar.xz"
+S="${WORKDIR}"/rofi-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+drun windowmode test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!x11-misc/rofi
+	>=dev-libs/glib-2.40:2
+	x11-libs/cairo[X]
+	x11-libs/gdk-pixbuf:2
+	x11-libs/libxkbcommon
+	x11-libs/pango[X]
+	dev-libs/wayland
+	>=dev-libs/wayland-protocols-1.17
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-libs/check )
+"
+BDEPEND="
+	dev-util/wayland-scanner
+	sys-devel/bison
+"
+
+src_configure() {
+	local emesonargs=(
+		-Dwayland=enabled
+		-Dimdkit=false
+		-Dxcb=disabled
+		$(meson_use drun)
+		$(meson_use windowmode window)
+		$(meson_feature test check)
+	)
+	meson_src_configure
+}
+
+pkg_postinst() {
+	for v in ${REPLACING_VERSIONS}; do
+		if ver_test "${v}" -lt 1.7.0; then
+			elog "Rofi 1.7.0 removed the (deprecated) xresources based configuration setup."
+			elog "If you are still using old configuration setup, please convert it to new format manually."
+			elog "The new format configuration can be generated by 'rofi -dump-config > ~/.config/rofi/config.rasi'."
+			elog "For more information, please see https://github.com/davatorium/rofi/releases/tag/1.7.0"
+		fi
+	done
+
+	xdg_icon_cache_update
+}


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

end of thread, other threads:[~2025-02-01 19:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-19  5:17 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/rofi-wayland/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 19:25 Filip Kobierski
2024-11-26 20:28 Filip Kobierski
2024-09-22  8:31 Takuya Wakazono
2024-09-22  8:31 Takuya Wakazono
2024-09-22  8:31 Takuya Wakazono
2023-09-26 12:41 David Roman
2023-05-27 22:15 Rahul Sandhu
2022-12-25  2:19 Anna Vyalkova
2022-11-10 23:18 Rahul Sandhu

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