From b6a2c746cc2f021aa73e93bdfa3091b04ea4634b Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sat, 2 Apr 2022 19:59:36 +0200 Subject: app-misc/workrave 1.10.50 version bump --- app-misc/workrave/Manifest | 4 +- app-misc/workrave/workrave-1.10.49.ebuild | 104 ------------------------------ app-misc/workrave/workrave-1.10.50.ebuild | 104 ++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 106 deletions(-) delete mode 100644 app-misc/workrave/workrave-1.10.49.ebuild create mode 100644 app-misc/workrave/workrave-1.10.50.ebuild (limited to 'app-misc/workrave') diff --git a/app-misc/workrave/Manifest b/app-misc/workrave/Manifest index fff36c6..8947de4 100644 --- a/app-misc/workrave/Manifest +++ b/app-misc/workrave/Manifest @@ -1,4 +1,4 @@ AUX workrave-1.10.49-automagic-gstreamer.patch 874 BLAKE2B 6754a236346ad525c67ce28f9350fbb68e5f95f3d1c208c480ac201a684614d54bbbde1740ef08bf4802e10ebaa432960decb870181979fa47f8cb36551c515b SHA512 d6c1859a1abe82f8dd14ec6cc99a5c688dd57a7e7f6d187c49ce2d8ae522fe4d0374fabeb7c15184ba854fa2d9ebe89241f0937e8c46e4e0364e4106d73f50c8 -DIST workrave-1.10.49.tar.gz 10575469 BLAKE2B 6c58c5a576a823ace68f93211df16639bcb83e60dc386aeb235e7d436da419a43ec8618f5fcfd13f353ba081d20f21ea6a2ece0896fdbaee1e602b3d1d810dc6 SHA512 9e6d3b73b513139e444fccfbf6fcc45b495df3a43b86369a7a0d4b83c37c98bcdcce1452bc82d956230836038c09f96ea6d2da2dbeac64abd9ace620eace771b -EBUILD workrave-1.10.49.ebuild 2562 BLAKE2B 1b17630f5dfc4346ef450c5e1ef9202fd34a62b73a3be1bcd9915c0880a00e7b97a1fcf58c30d6f4d69dfcaa5b371391e32fb03cffdcd7ac2f98cfbeed9cc5a9 SHA512 2fe07f6db1e450880564be6bc29a831e3d4d4370bfa9a597091e929627327d083a4e5bb655cbe3f9f442738393ed6d92a9bfb8e9bc3557eda92fc0a4b9a8c0af +DIST workrave-1.10.50.tar.gz 10571171 BLAKE2B 64d48a833294251d7b9ae5a02dd91302a3c0986dba12d6148d236f9334c8af59875c8b97696e840c62cb36780f29c60e94e3a3cbf6c94335844e9916e5f887e4 SHA512 ccc985518aab06e31447ac9a16f4a39dfae077be581706b4ac88392e4d5e993f32b2bdc5697d7540785d5ebd6f1d31339d5dc1a5f7b6241da44a4e61cce021da +EBUILD workrave-1.10.50.ebuild 2562 BLAKE2B 1b17630f5dfc4346ef450c5e1ef9202fd34a62b73a3be1bcd9915c0880a00e7b97a1fcf58c30d6f4d69dfcaa5b371391e32fb03cffdcd7ac2f98cfbeed9cc5a9 SHA512 2fe07f6db1e450880564be6bc29a831e3d4d4370bfa9a597091e929627327d083a4e5bb655cbe3f9f442738393ed6d92a9bfb8e9bc3557eda92fc0a4b9a8c0af MISC metadata.xml 769 BLAKE2B a4fbe5c30ab8ce89b56021e2bfb442766a93808d1fd3e3daad8cd74f708b7e350d3cf7f9d097734ee90a3921b019167b4ae4f8ca42a037b77d54f4594610bc67 SHA512 93922030fd192296500ef9e270caa06981442139ae3023baeabd1f40c2dfac573771396b8f81ba06970ec183806fd06a1783a924ace5da8cac1f65574c0ac0f8 diff --git a/app-misc/workrave/workrave-1.10.49.ebuild b/app-misc/workrave/workrave-1.10.49.ebuild deleted file mode 100644 index 8f8eef4..0000000 --- a/app-misc/workrave/workrave-1.10.49.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -inherit autotools gnome2 python-single-r1 vcs-snapshot - -DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" -HOMEPAGE="http://www.workrave.org/" -MY_PV=$(ver_rs 1- '_') -SRC_URI="https://github.com/rcaelers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="dbus doc gnome gstreamer introspection mate nls pulseaudio test xfce" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - >=dev-libs/glib-2.28.0:2 - >=x11-libs/gtk+-3.0:3[introspection?,X] - >=dev-cpp/gtkmm-3.18.0:3.0 - >=dev-cpp/glibmm-2.28.0:2 - >=dev-libs/libsigc++-2.2.4.2:2 - dbus? ( - dev-libs/boost - dev-libs/dbus-glib - >=sys-apps/dbus-1.2 - ${PYTHON_DEPS} - gnome? ( gnome-base/gnome-panel ) - ) - gnome? ( >=gnome-base/gnome-shell-3.6.2 ) - gstreamer? ( - media-libs/gstreamer:1.0[introspection?] - media-libs/gst-plugins-base:1.0[introspection?] - media-plugins/gst-plugins-meta:1.0 ) - introspection? ( dev-libs/gobject-introspection:= ) - mate? ( mate-base/mate-applets ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.15 ) - xfce? ( - >=x11-libs/gtk+-2.6.0:2[introspection?] - >=xfce-base/xfce4-panel-4.4 ) - x11-libs/libXScrnSaver - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXtst - x11-libs/libXt - x11-libs/libXmu -" -DEPEND="${RDEPEND} - dev-util/glib-utils - >=dev-util/intltool-0.40.0 - sys-devel/autoconf-archive - x11-base/xorg-proto - virtual/pkgconfig - dbus? ( dev-python/jinja ) - doc? ( - app-text/docbook-sgml-utils - app-text/xmlto ) - nls? ( >=sys-devel/gettext-0.17 ) -" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_unpack() { - vcs-snapshot_src_unpack -} - -src_prepare() { - # Fix gstreamer slot automagic dependency, bug #563584 - # http://issues.workrave.org/show_bug.cgi?id=1179 - eapply "${FILESDIR}"/${P}-automagic-gstreamer.patch - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - # gnet ("distribution") is dead for ages and other distributions stopped - # relying on it for such time too. - gnome2_src_configure \ - --disable-distribution \ - --enable-exercises \ - --disable-experimental \ - --disable-static \ - --disable-xml \ - --disable-indicator \ - $(use_enable dbus) \ - $(use_enable doc manual) \ - $(use_enable gnome gnome3) \ - $(use_enable gstreamer) \ - $(use_enable introspection) \ - $(use_enable mate) \ - $(use_enable nls) \ - $(use_enable pulseaudio pulse) \ - $(use_enable test tests) \ - $(use_enable xfce) -} diff --git a/app-misc/workrave/workrave-1.10.50.ebuild b/app-misc/workrave/workrave-1.10.50.ebuild new file mode 100644 index 0000000..8f8eef4 --- /dev/null +++ b/app-misc/workrave/workrave-1.10.50.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit autotools gnome2 python-single-r1 vcs-snapshot + +DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" +HOMEPAGE="http://www.workrave.org/" +MY_PV=$(ver_rs 1- '_') +SRC_URI="https://github.com/rcaelers/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="dbus doc gnome gstreamer introspection mate nls pulseaudio test xfce" +RESTRICT="!test? ( test )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + >=dev-libs/glib-2.28.0:2 + >=x11-libs/gtk+-3.0:3[introspection?,X] + >=dev-cpp/gtkmm-3.18.0:3.0 + >=dev-cpp/glibmm-2.28.0:2 + >=dev-libs/libsigc++-2.2.4.2:2 + dbus? ( + dev-libs/boost + dev-libs/dbus-glib + >=sys-apps/dbus-1.2 + ${PYTHON_DEPS} + gnome? ( gnome-base/gnome-panel ) + ) + gnome? ( >=gnome-base/gnome-shell-3.6.2 ) + gstreamer? ( + media-libs/gstreamer:1.0[introspection?] + media-libs/gst-plugins-base:1.0[introspection?] + media-plugins/gst-plugins-meta:1.0 ) + introspection? ( dev-libs/gobject-introspection:= ) + mate? ( mate-base/mate-applets ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.15 ) + xfce? ( + >=x11-libs/gtk+-2.6.0:2[introspection?] + >=xfce-base/xfce4-panel-4.4 ) + x11-libs/libXScrnSaver + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXt + x11-libs/libXmu +" +DEPEND="${RDEPEND} + dev-util/glib-utils + >=dev-util/intltool-0.40.0 + sys-devel/autoconf-archive + x11-base/xorg-proto + virtual/pkgconfig + dbus? ( dev-python/jinja ) + doc? ( + app-text/docbook-sgml-utils + app-text/xmlto ) + nls? ( >=sys-devel/gettext-0.17 ) +" + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_unpack() { + vcs-snapshot_src_unpack +} + +src_prepare() { + # Fix gstreamer slot automagic dependency, bug #563584 + # http://issues.workrave.org/show_bug.cgi?id=1179 + eapply "${FILESDIR}"/${P}-automagic-gstreamer.patch + + eautoreconf + gnome2_src_prepare +} + +src_configure() { + # gnet ("distribution") is dead for ages and other distributions stopped + # relying on it for such time too. + gnome2_src_configure \ + --disable-distribution \ + --enable-exercises \ + --disable-experimental \ + --disable-static \ + --disable-xml \ + --disable-indicator \ + $(use_enable dbus) \ + $(use_enable doc manual) \ + $(use_enable gnome gnome3) \ + $(use_enable gstreamer) \ + $(use_enable introspection) \ + $(use_enable mate) \ + $(use_enable nls) \ + $(use_enable pulseaudio pulse) \ + $(use_enable test tests) \ + $(use_enable xfce) +} -- cgit v1.2.3