public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sway-launcher-desktop/
@ 2021-11-08 13:02 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-11-08 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     513a3ab357315a78c748aa7ad45649ddfde93caa
Author:     Mattia Gasparotto <gasmat04 <AT> gmail <DOT> com>
AuthorDate: Sun Nov  7 09:15:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 09:15:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=513a3ab3

gui-apps/sway-launcher-desktop: new package

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Mattia Gasparotto <gasmat04 <AT> gmail.com>

 gui-apps/sway-launcher-desktop/Manifest            |  1 +
 gui-apps/sway-launcher-desktop/metadata.xml        | 11 ++++++++++
 .../sway-launcher-desktop-1.5.4.ebuild             | 25 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/gui-apps/sway-launcher-desktop/Manifest b/gui-apps/sway-launcher-desktop/Manifest
new file mode 100644
index 000000000..f3c9d73ca
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/Manifest
@@ -0,0 +1 @@
+DIST v1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e

diff --git a/gui-apps/sway-launcher-desktop/metadata.xml b/gui-apps/sway-launcher-desktop/metadata.xml
new file mode 100644
index 000000000..b4e02597a
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Mattia Gasparotto</name>
+		<email>gasmat04@gmail.com</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Biont/sway-launcher-desktop</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
new file mode 100644
index 000000000..9c68ae6a1
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="TUI Application launcher with Desktop Entry support"
+HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
+SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-shells/fzf"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	mv "${PN}.sh" "${PN}"
+}
+
+src_install() {
+	exeinto "/usr/bin"
+	doexe "${PN}"
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sway-launcher-desktop/
@ 2021-12-15 11:02 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     54c7f0763162a28c792cb57db022c68b016b2763
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:01:58 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:01:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54c7f076

gui-apps/sway-launcher-desktop: fix BadFilename

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-apps/sway-launcher-desktop/Manifest                           | 2 +-
 gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/sway-launcher-desktop/Manifest b/gui-apps/sway-launcher-desktop/Manifest
index f3c9d73ca..4e1386b6f 100644
--- a/gui-apps/sway-launcher-desktop/Manifest
+++ b/gui-apps/sway-launcher-desktop/Manifest
@@ -1 +1 @@
-DIST v1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e
+DIST sway-launcher-desktop-1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e

diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
index b9a253fd2..922e10ac9 100644
--- a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
+++ b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="TUI Application launcher with Desktop Entry support"
 HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
-SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz"
+SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sway-launcher-desktop/
@ 2024-03-20 11:12 Julien Roy
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-03-20 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5bbb2ad04e2f34ed3b7f292e09edd54fc48e2cef
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 20 10:47:16 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar 20 10:48:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bbb2ad0

gui-apps/sway-launcher-desktop: drop 1.5.4

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

 gui-apps/sway-launcher-desktop/Manifest            |  1 -
 .../sway-launcher-desktop-1.5.4.ebuild             | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/gui-apps/sway-launcher-desktop/Manifest b/gui-apps/sway-launcher-desktop/Manifest
index 547b1aa7c8..f1ece3a05e 100644
--- a/gui-apps/sway-launcher-desktop/Manifest
+++ b/gui-apps/sway-launcher-desktop/Manifest
@@ -1,2 +1 @@
-DIST sway-launcher-desktop-1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e
 DIST sway-launcher-desktop-1.7.0.tar.gz 40468 BLAKE2B d70ecebcc3661760ae9c51886f89ef9d60dd8bba3c9420649df1a27d0ce79255ed5339e34f695e5cafeb889e2b4c6019ca4483d597e3df9b8dea1fc3a7d51b86 SHA512 900657f1ef2073b1e291ef9affb361b1eb010f2599bfa9c5f1b027dbd7d76abba2d5470ed415431eb6f413f45f09b390e77243189ce7c2c335902b6bfeca19be

diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
deleted file mode 100644
index 922e10ac90..0000000000
--- a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.5.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="TUI Application launcher with Desktop Entry support"
-HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
-SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-shells/fzf"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	mv "${PN}.sh" "${PN}" || die
-}
-
-src_install() {
-	exeinto "/usr/bin"
-	doexe "${PN}"
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sway-launcher-desktop/
@ 2024-03-20 11:12 Julien Roy
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-03-20 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ee581de138eaaaffc438bc728354a740565eeb86
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 20 10:47:04 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar 20 10:48:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee581de1

gui-apps/sway-launcher-desktop: add 1.7.0

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

 gui-apps/sway-launcher-desktop/Manifest                |  1 +
 .../sway-launcher-desktop-1.7.0.ebuild                 | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/gui-apps/sway-launcher-desktop/Manifest b/gui-apps/sway-launcher-desktop/Manifest
index 4e1386b6fd..547b1aa7c8 100644
--- a/gui-apps/sway-launcher-desktop/Manifest
+++ b/gui-apps/sway-launcher-desktop/Manifest
@@ -1 +1,2 @@
 DIST sway-launcher-desktop-1.5.4.tar.gz 38905 BLAKE2B 3bcc1902f5cbc36a8fcdef290fd498046d4e74683aea1d2ee2a5e93470e0e0da7ce52c2aca8d417e067affba70a03183c4cb3b2d54a09be666b4ba1c722fa81b SHA512 8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e
+DIST sway-launcher-desktop-1.7.0.tar.gz 40468 BLAKE2B d70ecebcc3661760ae9c51886f89ef9d60dd8bba3c9420649df1a27d0ce79255ed5339e34f695e5cafeb889e2b4c6019ca4483d597e3df9b8dea1fc3a7d51b86 SHA512 900657f1ef2073b1e291ef9affb361b1eb010f2599bfa9c5f1b027dbd7d76abba2d5470ed415431eb6f413f45f09b390e77243189ce7c2c335902b6bfeca19be

diff --git a/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.7.0.ebuild b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.7.0.ebuild
new file mode 100644
index 0000000000..100ebf811a
--- /dev/null
+++ b/gui-apps/sway-launcher-desktop/sway-launcher-desktop-1.7.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="TUI Application launcher with Desktop Entry support"
+HOMEPAGE="https://github.com/Biont/sway-launcher-desktop"
+SRC_URI="https://github.com/Biont/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-shells/fzf"
+
+src_install() {
+	newbin ${PN}.sh ${PN}
+}


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

end of thread, other threads:[~2024-03-20 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 13:02 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sway-launcher-desktop/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:02 Andrew Ammerlaan
2024-03-20 11:12 Julien Roy
2024-03-20 11:12 Julien Roy

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