From e8d97921f625cfb0d3083f63af278a6202fea8c0 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 18 Jun 2023 23:25:00 +0200 Subject: app-misc/workrave version bump --- app-misc/workrave/Manifest | 4 +- app-misc/workrave/workrave-1.10.50.ebuild | 104 ---------------------------- app-misc/workrave/workrave-1.10.51.1.ebuild | 104 ++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 106 deletions(-) delete mode 100644 app-misc/workrave/workrave-1.10.50.ebuild create mode 100644 app-misc/workrave/workrave-1.10.51.1.ebuild (limited to 'app-misc') diff --git a/app-misc/workrave/Manifest b/app-misc/workrave/Manifest index f5285c4..a6a28be 100644 --- a/app-misc/workrave/Manifest +++ b/app-misc/workrave/Manifest @@ -1,5 +1,5 @@ AUX workrave-automagic-gstreamer.patch 874 BLAKE2B 6754a236346ad525c67ce28f9350fbb68e5f95f3d1c208c480ac201a684614d54bbbde1740ef08bf4802e10ebaa432960decb870181979fa47f8cb36551c515b SHA512 d6c1859a1abe82f8dd14ec6cc99a5c688dd57a7e7f6d187c49ce2d8ae522fe4d0374fabeb7c15184ba854fa2d9ebe89241f0937e8c46e4e0364e4106d73f50c8 -DIST workrave-1.10.50.tar.gz 10571171 BLAKE2B 64d48a833294251d7b9ae5a02dd91302a3c0986dba12d6148d236f9334c8af59875c8b97696e840c62cb36780f29c60e94e3a3cbf6c94335844e9916e5f887e4 SHA512 ccc985518aab06e31447ac9a16f4a39dfae077be581706b4ac88392e4d5e993f32b2bdc5697d7540785d5ebd6f1d31339d5dc1a5f7b6241da44a4e61cce021da -EBUILD workrave-1.10.50.ebuild 2558 BLAKE2B 04b875aa25e5de02db7960d2695dcbee08d88ace8fb3eee734eaf661c10ee79d6804cd76326918698f87c82ff4315305734a47bc4666898b1b9f78236e1279e4 SHA512 c70a225ff3607ad405e7a62ce2008d4dc67996796cac7a1dbb44da7a694c8f9ead6cddbb5ce8d0d2f5b73c9bb16bcacae13e89854f1f1e980aee2fa99adf873b +DIST workrave-1.10.51.1.tar.gz 10572162 BLAKE2B f18347bcc859e90d0c46dede8ba21a276afedc8d6497099fef15cb3c52ffb48e597a812befb4674a6f153ae661561de60559eb5138fc5a26663412e4b720ec3b SHA512 0c46ce08ca6234d2bf25d1959692afdc86c769746cba37077062ffed6d044eb55cfff9c162106f9d7021438d744eaf0ea3a5c92cacdb79bb65ce1b629022b1ac +EBUILD workrave-1.10.51.1.ebuild 2558 BLAKE2B 04b875aa25e5de02db7960d2695dcbee08d88ace8fb3eee734eaf661c10ee79d6804cd76326918698f87c82ff4315305734a47bc4666898b1b9f78236e1279e4 SHA512 c70a225ff3607ad405e7a62ce2008d4dc67996796cac7a1dbb44da7a694c8f9ead6cddbb5ce8d0d2f5b73c9bb16bcacae13e89854f1f1e980aee2fa99adf873b EBUILD workrave-9999.ebuild 1803 BLAKE2B a5a479dd23fe8afbff76ad4db336642637e3756e28a556d90e5b700110ca7ad6156cc33a984f25cde3d69400fc2798233590d35552b4f3b16518d3c75c0bbc75 SHA512 c27d1f83b272df1b953ecca08d30504155eb11ad5d208dfd5b2d124290fcd6948fc34362526aa1e230cc46bdc1f1088927436bb7eb5da113812782e4abe1a74c MISC metadata.xml 835 BLAKE2B 37469dc4deee55cf317468734c326ecd5392413af622ba564ccee9d604937c982f71b4061045ee56f29ad9c2743df7fb370d297f2de55652032bf0f55d71fbcd SHA512 bf2613aa54d17a8e30ebd67fef10593d4d0ac981c3c7b3f62270786cb4e378edbb55d0ef75ea028108ae0f496fff55c500b6dc0b67a19bee381040a55e73f69b diff --git a/app-misc/workrave/workrave-1.10.50.ebuild b/app-misc/workrave/workrave-1.10.50.ebuild deleted file mode 100644 index 3ba24b9..0000000 --- a/app-misc/workrave/workrave-1.10.50.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{8..11} ) - -inherit autotools gnome2 python-single-r1 vcs-snapshot - -DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" -HOMEPAGE="https://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}"/${PN}-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.51.1.ebuild b/app-misc/workrave/workrave-1.10.51.1.ebuild new file mode 100644 index 0000000..3ba24b9 --- /dev/null +++ b/app-misc/workrave/workrave-1.10.51.1.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python3_{8..11} ) + +inherit autotools gnome2 python-single-r1 vcs-snapshot + +DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)" +HOMEPAGE="https://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}"/${PN}-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