public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
@ 2021-07-04 19:46 Marco Scardovi
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Scardovi @ 2021-07-04 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     dd9c300aec695409a5d139a58eb4784fbb4cda01
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jul  4 19:46:18 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Sun Jul  4 19:46:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd9c300a

x11-terms/tabby-bin: bump to 144 and update name

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/tabby-bin/Manifest                 |  2 +
 x11-terms/tabby-bin/metadata.xml             | 12 ++++++
 x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild | 62 ++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+)

diff --git a/x11-terms/tabby-bin/Manifest b/x11-terms/tabby-bin/Manifest
new file mode 100644
index 000000000..e0ed23835
--- /dev/null
+++ b/x11-terms/tabby-bin/Manifest
@@ -0,0 +1,2 @@
+DIST tabby-1.0.144-linux.tar.gz 96913007 BLAKE2B e2227735cdb027e57d4f8427ddcfde9addbc0d7309bcc36228ba99135c9a3fd8af49ed1292205fafea7fde3f64b0df79a709d2acd839fc68cd8b511982960005 SHA512 bfae32458320e10565dea499b1db3d7b81eabafe7da5f0944e88d61e36935116ae9bc3879ee9a538ffc1f59fb08ca8264981de9b8afbd51f48da44e15d36fcd1
+DIST tabby-icons.tar.gz 29664 BLAKE2B 61ac59cdf57c9f70b7ec33ee3d88f71ea5e16c87e84fdfa4452b9d6a38c8c5ffa5af261923bba91f2d6aa34f9fb7c2aa18358e50ce914b8992b91a4fc1dc11e3 SHA512 7ed5b5f0e78da655a13914933317f639a0656da9dce264e1c3f2eee9942f9b8c87f508ea275ea25b7bd0b850b47c8fd888fd90bdfe6b3ea3a8e579f9258545da

diff --git a/x11-terms/tabby-bin/metadata.xml b/x11-terms/tabby-bin/metadata.xml
new file mode 100644
index 000000000..ca63cb8f9
--- /dev/null
+++ b/x11-terms/tabby-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Eugeny/terminus</remote-id>
+		<remote-id type="github">scardracs/icons</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
new file mode 100644
index 000000000..43cbcc09f
--- /dev/null
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+MY_P="tabby-${PV}-linux"
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/tabby"
+SRC_URI="
+	https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}.tar.gz
+	https://github.com/scardracs/icons/releases/download/release/tabby-icons.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="
+	app-accessibility/at-spi2-atk
+	app-accessibility/at-spi2-core
+	dev-libs/atk
+	dev-libs/nss
+	media-libs/alsa-lib
+	net-print/cups
+	media-libs/mesa
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+
+	x11-libs/libdrm
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXfixes
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/libxshmfence
+	x11-libs/pango
+"
+
+QA_PREBUILT="/opt/${PN}/*"
+
+src_prepare(){
+	default
+}
+
+src_install(){
+	insinto /opt/"${PN}"
+	doins -r "${S}"/*
+	dosym ../../opt/"${PN}"/"${PN}" "${EPREFIX}"/usr/bin/"${PN}"
+	fperms +x /opt/"${PN}"/"${PN}"
+	make_desktop_entry "/opt/${PN}/tabby %U" "Tabby" "tabby" \
+		"GNOME;GTK;Utility;" \
+		"GenericName=Tabby\n\nStartupNotify=true\nStartupWMClass=tabby"
+	doicon ../tabby.svg
+	doicon ../tabby.ico
+	for i in {16,24,32,48,64,72,96,128,512}; do
+		doicon -s "${i}" ../tabby-"${i}".png
+	done
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
@ 2021-07-06 12:10 Marco Scardovi
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Scardovi @ 2021-07-06 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     422a85b067997d72ec75be6984ca70521af02a64
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Jul  6 12:10:19 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Tue Jul  6 12:10:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=422a85b0

x11-terms/tabby-bin: fix fperms error

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
index 43cbcc09f..f9ce65f30 100644
--- a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
@@ -49,8 +49,8 @@ src_prepare(){
 src_install(){
 	insinto /opt/"${PN}"
 	doins -r "${S}"/*
-	dosym ../../opt/"${PN}"/"${PN}" "${EPREFIX}"/usr/bin/"${PN}"
-	fperms +x /opt/"${PN}"/"${PN}"
+	dosym ../../opt/"${PN}"/tabby "${EPREFIX}"/usr/bin/tabby
+	fperms +x /opt/"${PN}"/tabby
 	make_desktop_entry "/opt/${PN}/tabby %U" "Tabby" "tabby" \
 		"GNOME;GTK;Utility;" \
 		"GenericName=Tabby\n\nStartupNotify=true\nStartupWMClass=tabby"


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
@ 2021-07-08 10:53 Marco Scardovi
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Scardovi @ 2021-07-08 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b567756809e0c466dbf821eeaaf0268a897ba08b
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Thu Jul  8 10:52:51 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Thu Jul  8 10:53:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5677568

x11-terms/tabby-bin: bump to 1.0.145

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/tabby-bin/Manifest                                            | 2 +-
 .../tabby-bin/{tabby-bin-1.0.144.ebuild => tabby-bin-1.0.145.ebuild}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/tabby-bin/Manifest b/x11-terms/tabby-bin/Manifest
index e0ed23835..df7b50561 100644
--- a/x11-terms/tabby-bin/Manifest
+++ b/x11-terms/tabby-bin/Manifest
@@ -1,2 +1,2 @@
-DIST tabby-1.0.144-linux.tar.gz 96913007 BLAKE2B e2227735cdb027e57d4f8427ddcfde9addbc0d7309bcc36228ba99135c9a3fd8af49ed1292205fafea7fde3f64b0df79a709d2acd839fc68cd8b511982960005 SHA512 bfae32458320e10565dea499b1db3d7b81eabafe7da5f0944e88d61e36935116ae9bc3879ee9a538ffc1f59fb08ca8264981de9b8afbd51f48da44e15d36fcd1
+DIST tabby-1.0.145-linux.tar.gz 96555854 BLAKE2B b05ccf2e214af5407470453da6c08f2e740d69eed08c855e050dd1b5c3ec2e90a1734abb9205f12888f0b317265c470af994b0f838844925b6e36d2df7a7940b SHA512 7bed8395cf198564f37aeee495897d90cec4dc52ef7f7683bf22641da680db285e36f7e4a5c3736aac4c2415d9ccd586f691095fef7d5ad243b5746208c4318d
 DIST tabby-icons.tar.gz 29664 BLAKE2B 61ac59cdf57c9f70b7ec33ee3d88f71ea5e16c87e84fdfa4452b9d6a38c8c5ffa5af261923bba91f2d6aa34f9fb7c2aa18358e50ce914b8992b91a4fc1dc11e3 SHA512 7ed5b5f0e78da655a13914933317f639a0656da9dce264e1c3f2eee9942f9b8c87f508ea275ea25b7bd0b850b47c8fd888fd90bdfe6b3ea3a8e579f9258545da

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.145.ebuild
similarity index 100%
rename from x11-terms/tabby-bin/tabby-bin-1.0.144.ebuild
rename to x11-terms/tabby-bin/tabby-bin-1.0.145.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
@ 2021-07-12 11:45 Marco Scardovi
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Scardovi @ 2021-07-12 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     26f6591d047f328a807b7f6a458c8734ba24c91d
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Mon Jul 12 11:40:33 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Mon Jul 12 11:45:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26f6591d

x11-terms/tabby-bin: bump to 146

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 x11-terms/tabby-bin/Manifest                                            | 2 +-
 .../tabby-bin/{tabby-bin-1.0.145.ebuild => tabby-bin-1.0.146.ebuild}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/tabby-bin/Manifest b/x11-terms/tabby-bin/Manifest
index df7b50561..942d88fd4 100644
--- a/x11-terms/tabby-bin/Manifest
+++ b/x11-terms/tabby-bin/Manifest
@@ -1,2 +1,2 @@
-DIST tabby-1.0.145-linux.tar.gz 96555854 BLAKE2B b05ccf2e214af5407470453da6c08f2e740d69eed08c855e050dd1b5c3ec2e90a1734abb9205f12888f0b317265c470af994b0f838844925b6e36d2df7a7940b SHA512 7bed8395cf198564f37aeee495897d90cec4dc52ef7f7683bf22641da680db285e36f7e4a5c3736aac4c2415d9ccd586f691095fef7d5ad243b5746208c4318d
+DIST tabby-1.0.146-linux.tar.gz 96524713 BLAKE2B e4a79f22fceb8b45c26d42655c295ed8f34c5e2041b3e886fd81653d0a2b04a34e647a55c6d8a4d547622d07b146cb932ce5e37802875d2b31786f293ff0f402 SHA512 efde59a3ad3b3c25b107d6c7d85a470761b471fdf56db66afcac12a52855056fa4a93a880ede750d9308b8d7fb93dba68cbc236104bfab391543ab37fa5b9970
 DIST tabby-icons.tar.gz 29664 BLAKE2B 61ac59cdf57c9f70b7ec33ee3d88f71ea5e16c87e84fdfa4452b9d6a38c8c5ffa5af261923bba91f2d6aa34f9fb7c2aa18358e50ce914b8992b91a4fc1dc11e3 SHA512 7ed5b5f0e78da655a13914933317f639a0656da9dce264e1c3f2eee9942f9b8c87f508ea275ea25b7bd0b850b47c8fd888fd90bdfe6b3ea3a8e579f9258545da

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.145.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild
similarity index 100%
rename from x11-terms/tabby-bin/tabby-bin-1.0.145.ebuild
rename to x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
@ 2023-02-28  8:51 Joe Kappus
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Kappus @ 2023-02-28  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9316dfc753d52ba13bcce8affccac0b4f5643727
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Feb 28 08:47:31 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Feb 28 08:47:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9316dfc7

x11-terms/tabby-bin: add 1.0.189, drop 1.0.146

I did the bare minimum to make it install again.

- Needs a maintainer
- Needs icons (old author deleted their github)
- Needs arm install fixed
- Probably needs stripping of prebuilt wrong arches.

I wouldn't ship this on ::gentoo but its better than
it was for GURU. Last rite if there's a problem.

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 x11-terms/tabby-bin/Manifest                       |  4 +--
 x11-terms/tabby-bin/metadata.xml                   |  5 ++--
 ...bin-1.0.146.ebuild => tabby-bin-1.0.189.ebuild} | 33 ++++++++++++----------
 3 files changed, 22 insertions(+), 20 deletions(-)

diff --git a/x11-terms/tabby-bin/Manifest b/x11-terms/tabby-bin/Manifest
index 942d88fd4..14b51ae0c 100644
--- a/x11-terms/tabby-bin/Manifest
+++ b/x11-terms/tabby-bin/Manifest
@@ -1,2 +1,2 @@
-DIST tabby-1.0.146-linux.tar.gz 96524713 BLAKE2B e4a79f22fceb8b45c26d42655c295ed8f34c5e2041b3e886fd81653d0a2b04a34e647a55c6d8a4d547622d07b146cb932ce5e37802875d2b31786f293ff0f402 SHA512 efde59a3ad3b3c25b107d6c7d85a470761b471fdf56db66afcac12a52855056fa4a93a880ede750d9308b8d7fb93dba68cbc236104bfab391543ab37fa5b9970
-DIST tabby-icons.tar.gz 29664 BLAKE2B 61ac59cdf57c9f70b7ec33ee3d88f71ea5e16c87e84fdfa4452b9d6a38c8c5ffa5af261923bba91f2d6aa34f9fb7c2aa18358e50ce914b8992b91a4fc1dc11e3 SHA512 7ed5b5f0e78da655a13914933317f639a0656da9dce264e1c3f2eee9942f9b8c87f508ea275ea25b7bd0b850b47c8fd888fd90bdfe6b3ea3a8e579f9258545da
+DIST tabby-1.0.189-linux-armhf.tar.gz 105778065 BLAKE2B bc91556cc4edea1e6f0665141295b23d7a6d5d59f709a3ec634bcae0627f27de95c39524ddedf093ad568e1ecee0b5c335caa4a40f976ccb5c6126cdc89c88e4 SHA512 edfde9669e5bca497f9d8ded5bd69a1cc56e2b3014ba72d9c4170e6badf1ec6f64e2cf2bb483c323348e8abad8a363b5225aaa3153fc107bb57d2e107513bb82
+DIST tabby-1.0.189-linux-x64.tar.gz 121716576 BLAKE2B 35f50046857b2229af5df2750bc5ab100abe6cdd869c4a4151738a7e0f05568e9290e77ae5805b6116050361f4ee72ca3340b74a27c8f3b035dd9edf2485dd68 SHA512 eef0b15671718063abf5af6701801d375ff9ca540d8fd62374ea22496b85db2c23b6a533c4df8d82b53c3b7c8433986c45fdcaa4b434f22c2a9c362fa3da7c51

diff --git a/x11-terms/tabby-bin/metadata.xml b/x11-terms/tabby-bin/metadata.xml
index 5860695c0..558c41d92 100644
--- a/x11-terms/tabby-bin/metadata.xml
+++ b/x11-terms/tabby-bin/metadata.xml
@@ -1,9 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<upstream>
-		<remote-id type="github">Eugeny/terminus</remote-id>
-		<remote-id type="github">scardracs/icons</remote-id>
+		<remote-id type="github">Eugeny/tabby</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
similarity index 58%
rename from x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild
rename to x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
index 4940fb297..e919fd7bc 100644
--- a/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
@@ -1,29 +1,31 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop xdg
 
 MY_P="tabby-${PV}-linux"
 
 DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/tabby/"
+HOMEPAGE="https://tabby.sh"
 SRC_URI="
-	https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}.tar.gz
-	https://github.com/scardracs/icons/releases/download/release/tabby-icons.tar.gz
+	amd64? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-x64.tar.gz )
+	arm? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-armhf.tar.gz )
 "
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
-S="${WORKDIR}/${MY_P}"
+# This needs to be adjusted to allow for arm
+S="${WORKDIR}/${MY_P}-x64"
 
 DEPEND="
-	app-accessibility/at-spi2-atk
-	app-accessibility/at-spi2-core
-	dev-libs/atk
+	|| (
+		>=app-accessibility/at-spi2-core-2.46.0:2
+		( app-accessibility/at-spi2-atk dev-libs/atk )
+	)
 	dev-libs/nss
 	media-libs/alsa-lib
 	net-print/cups
@@ -54,9 +56,10 @@ src_install(){
 	make_desktop_entry "/opt/${PN}/tabby %U" "Tabby" "tabby" \
 		"GNOME;GTK;Utility;" \
 		"GenericName=Tabby\n\nStartupNotify=true\nStartupWMClass=tabby"
-	doicon ../tabby.svg
-	doicon ../tabby.ico
-	for i in {16,24,32,48,64,72,96,128,512}; do
-		doicon -s "${i}" ../tabby-"${i}".png
-	done
+	# No icons for now
+	#doicon ../tabby.svg
+	#doicon ../tabby.ico
+	#for i in {16,24,32,48,64,72,96,128,512}; do
+	#	doicon -s "${i}" ../tabby-"${i}".png
+	#done
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/
  2024-05-15  1:03 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-15  0:59 ` Julien Roy
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-05-15  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4a08fa1805343f3917634c055404d920f53fca24
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 15 00:06:07 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a08fa18

x11-terms/tabby-bin: fix variable order

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
index e919fd7bca..8f58a0dcd1 100644
--- a/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
+++ b/x11-terms/tabby-bin/tabby-bin-1.0.189.ebuild
@@ -14,13 +14,13 @@ SRC_URI="
 	arm? ( https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}-armhf.tar.gz )
 "
 
+# This needs to be adjusted to allow for arm
+S="${WORKDIR}/${MY_P}-x64"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm"
 
-# This needs to be adjusted to allow for arm
-S="${WORKDIR}/${MY_P}-x64"
-
 DEPEND="
 	|| (
 		>=app-accessibility/at-spi2-core-2.46.0:2


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

end of thread, other threads:[~2024-05-15  0:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04 19:46 [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tabby-bin/ Marco Scardovi
  -- strict thread matches above, loose matches on Subject: below --
2021-07-06 12:10 Marco Scardovi
2021-07-08 10:53 Marco Scardovi
2021-07-12 11:45 Marco Scardovi
2023-02-28  8:51 Joe Kappus
2024-05-15  1:03 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-15  0:59 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

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