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 37B37158016 for ; Thu, 28 Dec 2023 15:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 797F92BC0D5; Thu, 28 Dec 2023 15:24:42 +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 629362BC0CC for ; Thu, 28 Dec 2023 15:24:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91ECB34027D for ; Thu, 28 Dec 2023 15:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01BBA1338 for ; Thu, 28 Dec 2023 15:24:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1703776605.09ec50411e7e792f198e306173e92c8bd9335676.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xfburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/xfburn/Manifest app-cdr/xfburn/xfburn-0.7.0.ebuild X-VCS-Directories: app-cdr/xfburn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09ec50411e7e792f198e306173e92c8bd9335676 X-VCS-Branch: master Date: Thu, 28 Dec 2023 15:24:40 +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: 1a78e467-dd9b-4a50-8e05-85e9846d6115 X-Archives-Hash: a20a9d80cbc64384e679fdaa3db0d5f7 commit: 09ec50411e7e792f198e306173e92c8bd9335676 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 28 15:16:45 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 28 15:16:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ec5041 app-cdr/xfburn: Bump to 0.7.0 Signed-off-by: Michał Górny gentoo.org> app-cdr/xfburn/Manifest | 1 + app-cdr/xfburn/xfburn-0.7.0.ebuild | 59 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/app-cdr/xfburn/Manifest b/app-cdr/xfburn/Manifest index 55ac41f25642..b7e2b5339f11 100644 --- a/app-cdr/xfburn/Manifest +++ b/app-cdr/xfburn/Manifest @@ -1 +1,2 @@ DIST xfburn-0.6.2.tar.bz2 869745 BLAKE2B ed8658d729dc0cf1ee40773fa82baf9a5301225bce4c971201ae8d21bffb74e81fb9d1b674f8b9e0bc55585a3fc9f380a0aa3718173ce7425d40f3dfcd4e1fb6 SHA512 c74d21244b5029aaa72c4911ea7549458aea161623a6a020a165b8148f320053a83189de87f71192f006579ca435558d0c07e1a8aa4165db8cfb30581f8882b4 +DIST xfburn-0.7.0.tar.bz2 923498 BLAKE2B 27c80f20306b1097f4d9176c2b9278b6ec5628eda6c36779270eca4fb2387ca425450201d6a4ae171aa8ce2fa50243614ae30d4561c72e3b70727cfcf54c7c34 SHA512 5ac679926809839d36c94d918ebc9bb409b9940127eba1cae6daf6614288f5d18181be5b7b4d249f0f0e973c2a4a22b8b3ce5709a2d23e5d4dd3b412cf5846d1 diff --git a/app-cdr/xfburn/xfburn-0.7.0.ebuild b/app-cdr/xfburn/xfburn-0.7.0.ebuild new file mode 100644 index 000000000000..b9f5ce9ee725 --- /dev/null +++ b/app-cdr/xfburn/xfburn-0.7.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xdg-utils + +DESCRIPTION="GTK+ based CD and DVD burning application" +HOMEPAGE=" + https://docs.xfce.org/apps/xfburn/start + https://gitlab.xfce.org/apps/xfburn/ +" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="gstreamer +udev" + +DEPEND=" + >=dev-libs/glib-2.38:= + >=dev-libs/libburn-0.4.2:= + >=dev-libs/libisofs-0.6.2:= + >=x11-libs/gtk+-3.20:3= + >=xfce-base/exo-0.11.0:= + >=xfce-base/libxfce4ui-4.12.0:= + gstreamer? ( + media-libs/gstreamer:1.0= + media-libs/gst-plugins-base:1.0= + ) + udev? ( dev-libs/libgudev:= ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + local myconf=( + $(use_enable udev gudev) + $(use_enable gstreamer) + ) + + econf "${myconf[@]}" +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +}