public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sddm-conf/
@ 2024-05-29 14:32 Thomas Clarke
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Clarke @ 2024-05-29 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     520876d822c0c050ece141a628777f8e66663716
Author:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
AuthorDate: Wed May 29 14:28:51 2024 +0000
Commit:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
CommitDate: Wed May 29 14:28:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=520876d8

gui-apps/sddm-conf: new package, add 0.2.0

Signed-off-by: Thomas Clarke <TomClarke2006 <AT> hotmail.com>

 gui-apps/sddm-conf/Manifest               |  1 +
 gui-apps/sddm-conf/metadata.xml           | 14 +++++++++++
 gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild | 39 +++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/gui-apps/sddm-conf/Manifest b/gui-apps/sddm-conf/Manifest
new file mode 100644
index 000000000..511552a6c
--- /dev/null
+++ b/gui-apps/sddm-conf/Manifest
@@ -0,0 +1 @@
+DIST 0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22

diff --git a/gui-apps/sddm-conf/metadata.xml b/gui-apps/sddm-conf/metadata.xml
new file mode 100644
index 000000000..16f60776b
--- /dev/null
+++ b/gui-apps/sddm-conf/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>tomclarke2006@gotmail.com</email>
+    <name>Thomas Clarke</name>
+  </maintainer>
+  <longdescription>
+    SDDM configuration editor  
+  </longdescription>
+  <upstream>
+    <remote-id type="github">qtilities/sddm-conf</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild b/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild
new file mode 100644
index 000000000..b4f54f256
--- /dev/null
+++ b/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="SDDM configuration editor"
+HOMEPAGE="https://qtilities.github.io/"
+SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz"
+S="${WORKDIR}/${PN}-0.2.0"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-qt/qtbase
+	sys-auth/polkit
+	x11-misc/sddm
+"
+DEPEND="${RDEPEND} "
+BDEPEND="
+	dev-build/cmake
+	dev-qt/qttools
+	dev-build/qtilitools
+	dev-qt/linguist-tools
+"
+
+src_configure() {
+	local mycmakeargs=(
+		"-DCMAKE_INSTALL_PREFIX=/usr"
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sddm-conf/
@ 2024-05-30  8:21 Thomas Clarke
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Clarke @ 2024-05-30  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     daf8c80ac341fe3ae45eaa0bbf4acdab792a521d
Author:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
AuthorDate: Thu May 30 08:21:14 2024 +0000
Commit:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
CommitDate: Thu May 30 08:21:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daf8c80a

gui-apps/sddm-conf: update SRC_URI

Signed-off-by: Thomas Clarke <TomClarke2006 <AT> hotmail.com>

 gui-apps/sddm-conf/Manifest               |  2 +-
 gui-apps/sddm-conf/metadata.xml           |  3 ---
 gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild | 14 +-------------
 3 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/gui-apps/sddm-conf/Manifest b/gui-apps/sddm-conf/Manifest
index 511552a6c..931fcc7d1 100644
--- a/gui-apps/sddm-conf/Manifest
+++ b/gui-apps/sddm-conf/Manifest
@@ -1 +1 @@
-DIST 0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22
+DIST sddm-conf-0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22

diff --git a/gui-apps/sddm-conf/metadata.xml b/gui-apps/sddm-conf/metadata.xml
index 16f60776b..48751d69a 100644
--- a/gui-apps/sddm-conf/metadata.xml
+++ b/gui-apps/sddm-conf/metadata.xml
@@ -5,9 +5,6 @@
     <email>tomclarke2006@gotmail.com</email>
     <name>Thomas Clarke</name>
   </maintainer>
-  <longdescription>
-    SDDM configuration editor  
-  </longdescription>
   <upstream>
     <remote-id type="github">qtilities/sddm-conf</remote-id>
   </upstream>

diff --git a/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild b/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild
index b4f54f256..536a3e35c 100644
--- a/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild
+++ b/gui-apps/sddm-conf/sddm-conf-0.2.0.ebuild
@@ -7,8 +7,7 @@ inherit cmake
 
 DESCRIPTION="SDDM configuration editor"
 HOMEPAGE="https://qtilities.github.io/"
-SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz"
-S="${WORKDIR}/${PN}-0.2.0"
+SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -26,14 +25,3 @@ BDEPEND="
 	dev-build/qtilitools
 	dev-qt/linguist-tools
 "
-
-src_configure() {
-	local mycmakeargs=(
-		"-DCMAKE_INSTALL_PREFIX=/usr"
-	)
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sddm-conf/
@ 2024-05-30  8:26 Thomas Clarke
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Clarke @ 2024-05-30  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     93c5c4de2eae34869428a69d34f0fafde47e2fc4
Author:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
AuthorDate: Thu May 30 08:26:08 2024 +0000
Commit:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
CommitDate: Thu May 30 08:26:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93c5c4de

gui-apps/sddm-conf: update maintainers

Signed-off-by: Thomas Clarke <TomClarke2006 <AT> hotmail.com>

 gui-apps/sddm-conf/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/sddm-conf/metadata.xml b/gui-apps/sddm-conf/metadata.xml
index 48751d69a..d21eedd73 100644
--- a/gui-apps/sddm-conf/metadata.xml
+++ b/gui-apps/sddm-conf/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-    <email>tomclarke2006@gotmail.com</email>
+    <email>tomclarke2006@hotmail.com</email>
     <name>Thomas Clarke</name>
   </maintainer>
   <upstream>


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

end of thread, other threads:[~2024-05-30  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-29 14:32 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sddm-conf/ Thomas Clarke
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30  8:21 Thomas Clarke
2024-05-30  8:26 Thomas Clarke

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