From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5289A15852A for ; Thu, 15 Aug 2024 07:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C6CAE29EB; Thu, 15 Aug 2024 07:39:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81618E29E7 for ; Thu, 15 Aug 2024 07:39:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4AFC343014 for ; Thu, 15 Aug 2024 07:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FE61E93 for ; Thu, 15 Aug 2024 07:39:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1723707420.5c585b9fe7749d77f35f6b20e6799bc15c0a851c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kio-blender-thumbnailer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-9999.ebuild media-gfx/kio-blender-thumbnailer/metadata.xml X-VCS-Directories: media-gfx/kio-blender-thumbnailer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5c585b9fe7749d77f35f6b20e6799bc15c0a851c X-VCS-Branch: master Date: Thu, 15 Aug 2024 07:39:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e7b9154-a1e9-4a49-9797-dd4dbc5010a6 X-Archives-Hash: d71acf91da8c346bd0fff0d7a8f71a1e commit: 5c585b9fe7749d77f35f6b20e6799bc15c0a851c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 20:58:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 07:37:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c585b9f media-gfx/kio-blender-thumbnailer: new package, add 9999 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kio-blender-thumbnailer-9999.ebuild | 36 ++++++++++++++++++++++ media-gfx/kio-blender-thumbnailer/metadata.xml | 12 ++++++++ 2 files changed, 48 insertions(+) diff --git a/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-9999.ebuild b/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-9999.ebuild new file mode 100644 index 0000000000..d18e522818 --- /dev/null +++ b/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="kdegraphics-thumbnailers" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="KIO thumbnail generator for Blender files" +HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 +" +RDEPEND="${DEPEND} + ! + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + graphics/kdegraphics-thumbnailers + +