public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/
@ 2020-05-22 17:23 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2020-05-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e90204e1a3b7fe26c19d2debe556d3c31cf500a6
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 17:21:57 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri May 22 17:22:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90204e1

media-video/streamdeck-ui: fix deps

seems right, and it runs

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild | 2 +-
 media-video/streamdeck-ui/streamdeck-ui-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
index 310b80a7832..fb064b24fe5 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
@@ -26,7 +26,7 @@ IUSE=""
 DEPEND="${PYTHON_DEPS}
 		dev-python/pillow[${PYTHON_USEDEP}]
 		dev-python/pynput[${PYTHON_USEDEP}]
-		dev-python/pyside2[${PYTHON_USEDEP}]
+		dev-python/pyside2[${PYTHON_USEDEP},designer]
 		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
 		dev-libs/hidapi"
 RDEPEND="${DEPEND}"

diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
index 310b80a7832..fb064b24fe5 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
@@ -26,7 +26,7 @@ IUSE=""
 DEPEND="${PYTHON_DEPS}
 		dev-python/pillow[${PYTHON_USEDEP}]
 		dev-python/pynput[${PYTHON_USEDEP}]
-		dev-python/pyside2[${PYTHON_USEDEP}]
+		dev-python/pyside2[${PYTHON_USEDEP},designer]
 		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
 		dev-libs/hidapi"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/
@ 2020-05-22 17:23 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2020-05-22 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e21afa26df49217beb52db57ff86962908942a73
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 16:50:40 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri May 22 17:22:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21afa26

media-video/streamdeck-ui: initial ebuild

I'm sure it's wrong

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-video/streamdeck-ui/Manifest                 |  1 +
 media-video/streamdeck-ui/metadata.xml             | 11 ++++++++
 .../streamdeck-ui-0.0_p20200102.ebuild             | 32 ++++++++++++++++++++++
 .../streamdeck-ui/streamdeck-ui-9999.ebuild        | 32 ++++++++++++++++++++++
 4 files changed, 76 insertions(+)

diff --git a/media-video/streamdeck-ui/Manifest b/media-video/streamdeck-ui/Manifest
new file mode 100644
index 00000000000..979a7f4293c
--- /dev/null
+++ b/media-video/streamdeck-ui/Manifest
@@ -0,0 +1 @@
+DIST streamdeck-ui-0.0_p20200102.tar.gz 2512712 BLAKE2B f5abad75c77410127f51de0e4ad7ce112f59ff3652afa32f9aefe44cbb69e16a09991322091ba39d259d9bb1e35dd0833a1b58457d095f21eec258b8967ded9e SHA512 345d0a2cfadb23e20925749e06e99976d533968fffe8b6db77dfeffbb1716c4042f84e6c1c616e0986e7da3592be2046f2a6e0de1942da34b6712de70cdce649

diff --git a/media-video/streamdeck-ui/metadata.xml b/media-video/streamdeck-ui/metadata.xml
new file mode 100644
index 00000000000..64951f439f8
--- /dev/null
+++ b/media-video/streamdeck-ui/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sidhayn@gmail.com</email>
+		<name>Rick Farina</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">timothycrosley/streamdeck-ui</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
new file mode 100644
index 00000000000..310b80a7832
--- /dev/null
+++ b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
+HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
+else
+	COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
+	SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pynput[${PYTHON_USEDEP}]
+		dev-python/pyside2[${PYTHON_USEDEP}]
+		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
+		dev-libs/hidapi"
+RDEPEND="${DEPEND}"

diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
new file mode 100644
index 00000000000..310b80a7832
--- /dev/null
+++ b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
+HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
+else
+	COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
+	SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${COMMIT}"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+		dev-python/pillow[${PYTHON_USEDEP}]
+		dev-python/pynput[${PYTHON_USEDEP}]
+		dev-python/pyside2[${PYTHON_USEDEP}]
+		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
+		dev-libs/hidapi"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/
@ 2020-05-22 19:49 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2020-05-22 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7c775b469cab1c4bf2ab45facd9977fdd7b34764
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 19:49:03 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri May 22 19:49:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c775b46

media-video/streamdeck-ui: now it mostly works

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 ...200102.ebuild => streamdeck-ui-0.0_p20200102-r1.ebuild} | 14 +++++++++++++-
 media-video/streamdeck-ui/streamdeck-ui-9999.ebuild        | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
similarity index 74%
rename from media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
rename to media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
index fb064b24fe5..df568550786 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
@@ -19,7 +19,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="MIT"
+LICENSE="MIT Apache-2.0"
 SLOT="0"
 IUSE=""
 
@@ -30,3 +30,15 @@ DEPEND="${PYTHON_DEPS}
 		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
 		dev-libs/hidapi"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	insinto /usr/share/streamdeck-ui
+	doins streamdeck_ui/logo.png
+	doins -r streamdeck_ui/fonts
+	distutils-r1_src_install
+}

diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
index fb064b24fe5..df568550786 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
@@ -19,7 +19,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="MIT"
+LICENSE="MIT Apache-2.0"
 SLOT="0"
 IUSE=""
 
@@ -30,3 +30,15 @@ DEPEND="${PYTHON_DEPS}
 		media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
 		dev-libs/hidapi"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	insinto /usr/share/streamdeck-ui
+	doins streamdeck_ui/logo.png
+	doins -r streamdeck_ui/fonts
+	distutils-r1_src_install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/
@ 2020-06-01 20:45 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2020-06-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5c2276c3c1d102d046240e5fa5407e8bf64a0e14
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 01:24:11 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 20:43:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2276c3

media-video/streamdeck-ui: fix maintainer email

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-video/streamdeck-ui/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/streamdeck-ui/metadata.xml b/media-video/streamdeck-ui/metadata.xml
index 64951f439f8..80b33db65cb 100644
--- a/media-video/streamdeck-ui/metadata.xml
+++ b/media-video/streamdeck-ui/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>sidhayn@gmail.com</email>
+		<email>zerochaos@gentoo.org</email>
 		<name>Rick Farina</name>
 	</maintainer>
 	<upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/
@ 2021-06-02 15:06 Rick Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick Farina @ 2021-06-02 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2fc8f111aa753fc1369ba55c70a312fca14d738c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 15:06:04 2021 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 15:06:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc8f111

media-video/streamdeck-ui: bump python

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild | 4 ++--
 media-video/streamdeck-ui/streamdeck-ui-9999.ebuild             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
index b1fe27e748f..df32b893fc6 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 

diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
index b1fe27e748f..df32b893fc6 100644
--- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
+++ b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 


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

end of thread, other threads:[~2021-06-02 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-22 19:49 [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02 15:06 Rick Farina
2020-06-01 20:45 Rick Farina
2020-05-22 17:23 Rick Farina
2020-05-22 17:23 Rick Farina

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