From fd0e1c1064fce3d0889c6725e7d9a706cb2ecc86 Mon Sep 17 00:00:00 2001 From: David Michael Date: Sat, 6 Feb 2021 17:26:31 -0500 Subject: media-sound/paprefs: Specify the atkmm slot Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: Matt Turner --- media-sound/paprefs/paprefs-1.1-r1.ebuild | 46 ++++++++++++++++++++++++++++++ media-sound/paprefs/paprefs-1.1.ebuild | 47 ------------------------------- 2 files changed, 46 insertions(+), 47 deletions(-) create mode 100644 media-sound/paprefs/paprefs-1.1-r1.ebuild delete mode 100644 media-sound/paprefs/paprefs-1.1.ebuild (limited to 'media-sound/paprefs') diff --git a/media-sound/paprefs/paprefs-1.1-r1.ebuild b/media-sound/paprefs/paprefs-1.1-r1.ebuild new file mode 100644 index 000000000000..fcf064732a0d --- /dev/null +++ b/media-sound/paprefs/paprefs-1.1-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic meson xdg-utils + +DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio" +HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs" +SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~ppc ~sparc x86" + +RDEPEND="dev-cpp/atkmm:0 + dev-cpp/glibmm:2 + dev-cpp/gtkmm:3.0 + dev-libs/glib:2 + >=dev-libs/libsigc++-2.2:2 + >=media-sound/pulseaudio-12.0-r1[glib] + x11-libs/gtk+:3 + || ( + x11-themes/tango-icon-theme + x11-themes/adwaita-icon-theme + )" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + append-cxxflags -std=c++11 #568590 + local mymesonargs=( + -Dlynx=false + ) + meson_src_configure +} + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} diff --git a/media-sound/paprefs/paprefs-1.1.ebuild b/media-sound/paprefs/paprefs-1.1.ebuild deleted file mode 100644 index 7c72a37b0939..000000000000 --- a/media-sound/paprefs/paprefs-1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic meson xdg-utils - -DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio" -HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs" -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="dev-cpp/atkmm - dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/glib:2 - >=dev-libs/libsigc++-2.2:2 - >=media-sound/pulseaudio-12.0-r1[glib] - x11-libs/gtk+:3 - || ( - x11-themes/tango-icon-theme - x11-themes/adwaita-icon-theme - )" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -src_configure() { - append-cxxflags -std=c++11 #568590 - local mymesonargs=( - -Dlynx=false - ) - meson_src_configure -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} -- cgit v1.2.3-65-gdbad