From 77ef78d2b95e29f44f462062da433ca8547ef70f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 9 Sep 2021 15:28:11 +0100 Subject: mail-client/mailspring : version bump --- mail-client/mailspring/Manifest | 2 +- mail-client/mailspring/mailspring-1.9.1.ebuild | 44 ---------- mail-client/mailspring/mailspring-1.9.2.ebuild | 44 ++++++++++ x11-misc/sddm/sddm-0.18.1-r11.ebuild | 107 ------------------------- 4 files changed, 45 insertions(+), 152 deletions(-) delete mode 100644 mail-client/mailspring/mailspring-1.9.1.ebuild create mode 100644 mail-client/mailspring/mailspring-1.9.2.ebuild delete mode 100644 x11-misc/sddm/sddm-0.18.1-r11.ebuild diff --git a/mail-client/mailspring/Manifest b/mail-client/mailspring/Manifest index d27dfd5e..df55a0e9 100644 --- a/mail-client/mailspring/Manifest +++ b/mail-client/mailspring/Manifest @@ -1 +1 @@ -DIST mailspring-1.9.1-amd64.deb 87784166 BLAKE2B bf4ce5c58212277d4fa2ef9c9cb28e6eb09eb0748ad2fa128c0b1f3836e51b8bca9329b540f7b7554f539aa2624e3fa8746d8537388aceaec92a34aaf41b3100 SHA512 cfdc5ad468c094bebef84e8b39ac49acc1164485a4a9994d919c38eea5b497b73dd96bcf1a5fca495e6c6585bf7d70dd8a56663d33536d5bc981d0d79a487b3d +DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498 SHA512 e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3 diff --git a/mail-client/mailspring/mailspring-1.9.1.ebuild b/mail-client/mailspring/mailspring-1.9.1.ebuild deleted file mode 100644 index 16be8670..00000000 --- a/mail-client/mailspring/mailspring-1.9.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2016-2021 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils unpacker - -DESCRIPTION="A beautiful fast and maintained fork of Nylas Mail" -HOMEPAGE="https://getmailspring.com/" -SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/${P}-amd64.deb" - -LICENSE="GPL3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - app-crypt/libsecret - app-text/tidy-html5 - dev-cpp/ctemplate - dev-libs/nss - dev-libs/openssl-compat:1.0.0 - media-libs/alsa-lib - net-dns/c-ares - sys-libs/db:5.3 - x11-libs/gtk+:3 - x11-libs/libxkbfile - x11-libs/libXtst - x11-libs/libnotify" -RDEPEND="${DEPEND}" - -RESTRICT="mirror strip" - -S="${WORKDIR}" - -src_unpack() { - unpack_deb ${A} -} - -src_install() { - rm -rf ${S}/usr/share/doc || die - cp -R ${S}/* "${D}" || die -} diff --git a/mail-client/mailspring/mailspring-1.9.2.ebuild b/mail-client/mailspring/mailspring-1.9.2.ebuild new file mode 100644 index 00000000..16be8670 --- /dev/null +++ b/mail-client/mailspring/mailspring-1.9.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 2016-2021 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils unpacker + +DESCRIPTION="A beautiful fast and maintained fork of Nylas Mail" +HOMEPAGE="https://getmailspring.com/" +SRC_URI="https://github.com/Foundry376/Mailspring/releases/download/${PV}/${P}-amd64.deb" + +LICENSE="GPL3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + app-crypt/libsecret + app-text/tidy-html5 + dev-cpp/ctemplate + dev-libs/nss + dev-libs/openssl-compat:1.0.0 + media-libs/alsa-lib + net-dns/c-ares + sys-libs/db:5.3 + x11-libs/gtk+:3 + x11-libs/libxkbfile + x11-libs/libXtst + x11-libs/libnotify" +RDEPEND="${DEPEND}" + +RESTRICT="mirror strip" + +S="${WORKDIR}" + +src_unpack() { + unpack_deb ${A} +} + +src_install() { + rm -rf ${S}/usr/share/doc || die + cp -R ${S}/* "${D}" || die +} diff --git a/x11-misc/sddm/sddm-0.18.1-r11.ebuild b/x11-misc/sddm/sddm-0.18.1-r11.ebuild deleted file mode 100644 index a407e2dd..00000000 --- a/x11-misc/sddm/sddm-0.18.1-r11.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PLOCALES="ar bn ca cs da de es et fi fr hi_IN hu is it ja kk ko lt lv nb nl nn pl pt_BR pt_PT ro ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW" -inherit cmake plocale systemd user - -DESCRIPTION="Simple Desktop Display Manager" -HOMEPAGE="https://github.com/sddm/sddm" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="+branding consolekit elogind +pam systemd test" -RESTRICT="!test? ( test )" - -REQUIRED_USE="?? ( elogind systemd )" - -BDEPEND=" - dev-python/docutils - >=dev-qt/linguist-tools-5.9.4:5 - kde-frameworks/extra-cmake-modules:5 - virtual/pkgconfig -" -RDEPEND=" - >=dev-qt/qtcore-5.9.4:5 - >=dev-qt/qtdbus-5.9.4:5 - >=dev-qt/qtdeclarative-5.9.4:5 - >=dev-qt/qtgui-5.9.4:5 - >=dev-qt/qtnetwork-5.9.4:5 - >=x11-base/xorg-server-1.15.1 - x11-libs/libxcb[xkb] - branding? ( x11-themes/redcore-theme-sddm ) - consolekit? ( >=sys-auth/consolekit-0.9.4 ) - elogind? ( sys-auth/elogind ) - pam? ( sys-libs/pam ) - systemd? ( sys-apps/systemd:= ) - !systemd? ( sys-power/upower ) -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-5.9.4:5 ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" - "${FILESDIR}/${PN}-0.18.0-Xsession.patch" # bug 611210 - "${FILESDIR}/${PN}-0.18.0-sddmconfdir.patch" - # fix for groups: https://github.com/sddm/sddm/issues/1159 - "${FILESDIR}/${P}-revert-honor-PAM-supplemental-groups.patch" - "${FILESDIR}/${P}-honor-PAM-supplemental-groups-v2.patch" - # fix for ReuseSession=true - "${FILESDIR}/${P}-only-reuse-online-sessions.patch" - # TODO: fix properly - "${FILESDIR}/${PN}-0.16.0-ck2-revert.patch" # bug 633920 - "${FILESDIR}/pam-1.4-substack.patch" -) - -src_prepare() { - cmake_src_prepare - - disable_locale() { - sed -e "/${1}\.ts/d" -i data/translations/CMakeLists.txt || die - } - plocale_find_changes "data/translations" "" ".ts" - plocale_for_each_disabled_locale disable_locale - - if ! use test; then - sed -e "/^find_package/s/ Test//" -i CMakeLists.txt || die - cmake_comment_add_subdirectory test - fi -} - -src_configure() { - local mycmakeargs=( - -DENABLE_PAM=$(usex pam) - -DNO_SYSTEMD=$(usex '!systemd') - -DUSE_ELOGIND=$(usex 'elogind') - -DBUILD_MAN_PAGES=ON - -DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf" - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - - # since 0.18.0 sddm no longer installs a config file - # install one ourselves in gentoo's default location - local confd="usr/share/sddm/sddm.conf.d" - dodir ${confd} - insinto ${confd} - newins ${FILESDIR}/${PN}.conf 00default.conf - - # override gentoo's default location with the - # classical location which is /etc/sddm.conf - insinto etc - doins ${FILESDIR}/${PN}.conf -} - -pkg_postinst() { - enewgroup ${PN} - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video - - systemd_reenable sddm.service -} -- cgit v1.2.3