public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2018-12-13 22:24 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-12-13 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     14e812a10ceefd581c48b81bdaec191fcbdcf017
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 13 20:03:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 13 22:23:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=14e812a1

kde-apps/dolphin-plugins-subversion: New package

Split from kde-apps/dolphin-plugins.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...dolphin-plugins-subversion-18.12.49.9999.ebuild | 50 ++++++++++++++++++++++
 .../dolphin-plugins-subversion-9999.ebuild         | 50 ++++++++++++++++++++++
 kde-apps/dolphin-plugins-subversion/metadata.xml   |  8 ++++
 3 files changed, 108 insertions(+)

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.49.9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.49.9999.ebuild
new file mode 100644
index 0000000000..4e2471d70e
--- /dev/null
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.49.9999.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="dolphin-plugins"
+KDE_HANDBOOK="false"
+MY_PLUGIN_NAME="svn"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Subversion integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	$(add_kdeapps_dep kompare)
+	dev-vcs/subversion
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# kxmlgui, qtnetwork only required by dropbox
+	punt_bogus_dep Qt5 Network
+	punt_bogus_dep KF5 XmlGui
+	# delete non-${PN} translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_${MY_PLUGIN_NAME}=ON
+		-DBUILD_bazaar=OFF
+		-DBUILD_dropbox=OFF
+		-DBUILD_git=OFF
+		-DBUILD_hg=OFF
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
new file mode 100644
index 0000000000..4e2471d70e
--- /dev/null
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="dolphin-plugins"
+KDE_HANDBOOK="false"
+MY_PLUGIN_NAME="svn"
+inherit kde5
+
+DESCRIPTION="Dolphin plugin for Subversion integration"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_kdeapps_dep dolphin)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	!kde-apps/dolphin-plugins:5
+	$(add_kdeapps_dep kompare)
+	dev-vcs/subversion
+"
+
+src_prepare() {
+	kde5_src_prepare
+	# kxmlgui, qtnetwork only required by dropbox
+	punt_bogus_dep Qt5 Network
+	punt_bogus_dep KF5 XmlGui
+	# delete non-${PN} translations
+	if [[ ${KDE_BUILD_TYPE} = release ]]; then
+		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_${MY_PLUGIN_NAME}=ON
+		-DBUILD_bazaar=OFF
+		-DBUILD_dropbox=OFF
+		-DBUILD_git=OFF
+		-DBUILD_hg=OFF
+	)
+	kde5_src_configure
+}

diff --git a/kde-apps/dolphin-plugins-subversion/metadata.xml b/kde-apps/dolphin-plugins-subversion/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-apps/dolphin-plugins-subversion/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2021-02-01 23:45 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-02-01 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     263010c6bf608acfd28620ee2d010103690c589b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 23:42:31 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 23:42:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=263010c6

kde-apps/dolphin-plugins-subversion: Drop obsolete blocker

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../dolphin-plugins-subversion-20.12.49.9999.ebuild                      | 1 -
 .../dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-20.12.49.9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-20.12.49.9999.ebuild
index 6908f3b5a1..ec341c6667 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-20.12.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-20.12.49.9999.ebuild
@@ -29,7 +29,6 @@ DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/subversion
 	>=kde-apps/kompare-${PVCUT}:5
 "

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index 6908f3b5a1..ec341c6667 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -29,7 +29,6 @@ DEPEND="
 	>=kde-frameworks/ktextwidgets-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	!kde-apps/dolphin-plugins:5
 	dev-vcs/subversion
 	>=kde-apps/kompare-${PVCUT}:5
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2022-10-16 11:42 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-10-16 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f2cc6cac5cdfc35e957d415644ed6cc70a92fa1c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 11:41:04 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 11:41:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2cc6cac

kde-apps/dolphin-plugins-subversion: Translations moved to code repository

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index eec398fd9a..a2dd2743df 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -42,9 +42,7 @@ src_prepare() {
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
 	# delete non-${PN} translations
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
-	fi
+	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2024-08-12 14:23 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-08-12 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     de4ab04cd3b54b913a842c12fe1adc662582a46f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:40:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 13:01:36 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=de4ab04c

kde-apps/dolphin-plugins-subversion: Amend upstream metadata

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/dolphin-plugins-subversion/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/dolphin-plugins-subversion/metadata.xml b/kde-apps/dolphin-plugins-subversion/metadata.xml
index 858b75c358..24e0d59c56 100644
--- a/kde-apps/dolphin-plugins-subversion/metadata.xml
+++ b/kde-apps/dolphin-plugins-subversion/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=dolphin</bugs-to>
 		<remote-id type="kde-invent">sdk/dolphin-plugins</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2024-08-21 21:47 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-08-21 21:47 UTC (permalink / raw
  To: gentoo-commits

commit:     69c61d3cc93041fe6d80b6a7b92e029f4db946f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 21:38:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 20:53:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=69c61d3c

kde-apps/dolphin-plugins-subversion: RDEPEND on dolphin-plugins-common

Drop actually broken find command - no translations were installed.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...24.07.90.ebuild => dolphin-plugins-subversion-24.07.90-r1.ebuild} | 5 ++---
 .../dolphin-plugins-subversion-24.08.0.ebuild                        | 5 ++---
 .../dolphin-plugins-subversion-24.08.49.9999.ebuild                  | 5 ++---
 .../dolphin-plugins-subversion-9999.ebuild                           | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90-r1.ebuild
similarity index 89%
rename from kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90.ebuild
rename to kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90-r1.ebuild
index e61c5b37fc..f6fabf71df 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.07.90-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="svn"
 PVCUT=$(ver_cut 1-3)
@@ -29,11 +28,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/subversion
+	>=kde-apps/dolphin-plugins-common-${PV}
 	>=kde-apps/kompare-${PVCUT}:*
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# qtconcurrent only required by git
 	ecm_punt_qt_module Concurrent
 	# solid, qtdbus only required by mountiso
@@ -42,8 +43,6 @@ src_prepare() {
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
-	# delete non-${PN} translations
-	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.0.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.0.ebuild
index e61c5b37fc..f6fabf71df 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.0.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.0.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="svn"
 PVCUT=$(ver_cut 1-3)
@@ -29,11 +28,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/subversion
+	>=kde-apps/dolphin-plugins-common-${PV}
 	>=kde-apps/kompare-${PVCUT}:*
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# qtconcurrent only required by git
 	ecm_punt_qt_module Concurrent
 	# solid, qtdbus only required by mountiso
@@ -42,8 +43,6 @@ src_prepare() {
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
-	# delete non-${PN} translations
-	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
index 16c3d23773..6630ac49ab 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="svn"
 PVCUT=$(ver_cut 1-3)
@@ -29,11 +28,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/subversion
+	>=kde-apps/dolphin-plugins-common-${PV}
 	>=kde-apps/kompare-${PVCUT}:*
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# qtconcurrent only required by git
 	ecm_punt_qt_module Concurrent
 	# solid, qtdbus only required by mountiso
@@ -42,8 +43,6 @@ src_prepare() {
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
-	# delete non-${PN} translations
-	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index 16c3d23773..6630ac49ab 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-ECM_HANDBOOK="false"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="svn"
 PVCUT=$(ver_cut 1-3)
@@ -29,11 +28,13 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	dev-vcs/subversion
+	>=kde-apps/dolphin-plugins-common-${PV}
 	>=kde-apps/kompare-${PVCUT}:*
 "
 
 src_prepare() {
 	ecm_src_prepare
+	ecm_punt_po_install
 	# qtconcurrent only required by git
 	ecm_punt_qt_module Concurrent
 	# solid, qtdbus only required by mountiso
@@ -42,8 +43,6 @@ src_prepare() {
 	# kxmlgui, qtnetwork only required by dropbox
 	ecm_punt_qt_module Network
 	ecm_punt_kf_module XmlGui
-	# delete non-${PN} translations
-	find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die
 }
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/
@ 2024-10-12 15:07 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-10-12 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6634ee321431abb1201ab4dd680183ac03230c98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 15:06:59 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 15:06:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6634ee32

kde-apps/dolphin-plugins-subversion: Disable -DBUILD_makefileactions

Bug: https://bugs.gentoo.org/941385
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../dolphin-plugins-subversion-24.08.49.9999.ebuild                      | 1 +
 .../dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
index 6630ac49ab..b6285ddbcc 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-24.08.49.9999.ebuild
@@ -52,6 +52,7 @@ src_configure() {
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 	)
 	ecm_src_configure

diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
index 6630ac49ab..b6285ddbcc 100644
--- a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
+++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-9999.ebuild
@@ -52,6 +52,7 @@ src_configure() {
 		-DBUILD_dropbox=OFF
 		-DBUILD_git=OFF
 		-DBUILD_hg=OFF
+		-DBUILD_makefileactions=OFF
 		-DBUILD_mountiso=OFF
 	)
 	ecm_src_configure


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

end of thread, other threads:[~2024-10-12 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 14:23 [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin-plugins-subversion/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12 15:07 Andreas Sturmlechner
2024-08-21 21:47 Andreas Sturmlechner
2022-10-16 11:42 Andreas Sturmlechner
2021-02-01 23:45 Andreas Sturmlechner
2018-12-13 22:24 Andreas Sturmlechner

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