Skip to content

Commit

Permalink
Merge pull request #49 from palica/minor-bump-1.24.1
Browse files Browse the repository at this point in the history
minor version bumps
  • Loading branch information
oz123 committed Apr 8, 2020
2 parents 95c27c5 + e229188 commit 7673cff
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 0 deletions.
1 change: 1 addition & 0 deletions mate-base/mate-common/Manifest
Expand Up @@ -3,3 +3,4 @@ DIST mate-common-1.22.0.tar.xz 73448 BLAKE2B 7796423fd70732c063759e509c13a62fdc5
DIST mate-common-1.22.2.tar.xz 69620 BLAKE2B 8acf4ff0ce792ea949913b2f6f591f3ab76e442ac40196ef6bfaf5fc46fdcde439a7e8f71698437c499b7effdbd8fdefd77e8aa254718af9dde053fa184e5716 SHA512 0afedfae9a93f9b3f8344d5f8a93d80b71b472f084e8322daa7f616e9f0861511536aa1f56f8cfc57abd7e1720cd4695dcecc0582483b009bc6e67daaa82107b
DIST mate-common-1.23.3.tar.xz 69380 BLAKE2B 7f8998fc07ec462f892528c1343f502c7c73263ec953e19f20943091cffd4c346ac4664049fa4e760a83b8d7dd18206a1d4db716b5f72cf66f8cbaef7e1ece38 SHA512 89d8db5f827ef39c86f08adaf3c8d9300056461ccbce3804a25c1765fe8b7612c337548b2468da3c2bbde8ece6c56d11c7395c24db2b436af5e8c48fc0c466eb
DIST mate-common-1.24.0.tar.xz 69284 BLAKE2B 27fe6af7bb96bd634801f8bd374e0b399d4fb7c8e8fb0bcbe85814256de4304098eccec0a17531a7d4ed91ccea1929a83ec5c914bd4bb3c2e4743153532ac8f5 SHA512 bbeead4b0493e386756670ca31e9f9cca92d9205e84282c87ee73d4a17b77ca258265569dc6f3483566ac04bc4a2de1aa737bcaaecbb01a83c73fb804b18a642
DIST mate-common-1.24.1.tar.xz 69316 BLAKE2B e265994231d17bf4bda7a02e4cc2d54d8335eff5ee5c3b35b680335a01a21992d9d13632e95029c03b04cfb8d92ecd9b035f7bd2a8666feb4ccc54a937c71e3b SHA512 da3e670e5b4f566bf1893692b34b63d94cb5bd993ce94d0d8245a54c12b2cc2c6af7c29edd184b09ce5296566dbe34112bc318e740a8a7910e4767569e64d623
32 changes: 32 additions & 0 deletions mate-base/mate-common/mate-common-1.24.1.ebuild
@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mate-desktop.org

if [[ ${PV} == 9999 ]]; then
inherit autotools
else
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

DESCRIPTION="Common files for development of MATE packages"
LICENSE="GPL-3"
SLOT="0"

src_prepare() {
default
if [[ ${PV} == 9999 ]]; then
eautoreconf
fi
}

src_install() {
mv doc-build/README README.doc-build \
|| die "Failed to rename doc-build/README."

default

dodoc doc/usage.txt
}
1 change: 1 addition & 0 deletions mate-extra/mate-power-manager/Manifest
Expand Up @@ -4,3 +4,4 @@ DIST mate-power-manager-1.22.2.tar.xz 3188752 BLAKE2B 351c18436183679b2b0ecf549a
DIST mate-power-manager-1.23.1.tar.xz 3188988 BLAKE2B bf545765c94e165d0bfba95f4a237c52c46373e1b2253c2e9fa79d3352d605c80ee955b1413b997974ad642b9f21f99a27d53aa26fba3d4dececc44cc0c65297 SHA512 55a80cfdae84d9c2ad404a616de9549abf5de213d2b37ff5e244591ed6036c120c4f4d15d0e3d637cefccfd3fcd2fe6547346a2b08f0b3776e7622d07bf22a0c
DIST mate-power-manager-1.23.2.tar.xz 5776464 BLAKE2B 2f05f923261683687374de49aee1bbc015abaf63bc158a878e5ac526ce7199f22f419f695c5eb19f46e2d939df01a08ded480a6f75d10d8df44b34471e975a48 SHA512 5705c255a465e2c5cc17e6be6561d4dc37963ee76fc61212b7893967b0a5a8e989660a44eb0771a57748534a1166a9c88730d65dc9e4e6680c6bb9a00fb75984
DIST mate-power-manager-1.24.0.tar.xz 5776576 BLAKE2B 3846006bc86fda166e2220848648a8d0bf3f0b5952a6b32e8d24ec56adf670f04d4422b06aa3a09a769c01644ff3f3f71edc0f551de3f22631071a16f849d549 SHA512 6194d1156a004c1006b3b0b5d50a4def5e6d07df5229aafac487843e4e544e144b85e2a9b45ee0b932b8de9a6969aa844f8f61ac607f9f5e6234fd4ff5d8a4d5
DIST mate-power-manager-1.24.1.tar.xz 6245524 BLAKE2B b9be1aab7e2f397edba9a681310a9903b11e11abf1af8557c613a1e6bf7b89d5aa495ddfcef4bc23f11aa6aca215b86e3a1c9adfdfd481f0e4353268ca5dd7cd SHA512 57bae519bfa2894bc6923bf0932f823bcabe2dc0de06dc6676597708482b369a24f39bb94558163f0fdcc2d764702b87f58abc1793679a1c7fb7f53be074bae5
72 changes: 72 additions & 0 deletions mate-extra/mate-power-manager/mate-power-manager-1.24.1.ebuild
@@ -0,0 +1,72 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mate

if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop"

LICENSE="GPL-2"
SLOT="0"
IUSE="+applet elogind gnome-keyring policykit systemd test"

REQUIRED_USE="?? ( elogind systemd )"

# Interactive testsuite.
RESTRICT="test"

COMMON_DEPEND="
>=dev-libs/dbus-glib-0.70
>=dev-libs/glib-2.50:2
>=media-libs/libcanberra-0.10:0[gtk3]
>=sys-apps/dbus-1
>=x11-apps/xrandr-1.3
>=x11-libs/cairo-1
>=x11-libs/gdk-pixbuf-2.11:2
>=x11-libs/gtk+-3.22:3
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrandr
>=x11-libs/libnotify-0.7:0
x11-libs/pango
applet? ( >=mate-base/mate-panel-1.17.0 )
gnome-keyring? ( >=gnome-base/libgnome-keyring-3 )
sys-power/upower"

RDEPEND="${COMMON_DEPEND}
policykit? ( >=mate-extra/mate-polkit-1.6 )
systemd? ( sys-apps/systemd )
!systemd? (
elogind? ( sys-auth/elogind )
!elogind? ( >=sys-auth/consolekit-0.9.2 )
)"

DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.3
app-text/rarian
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools
dev-util/glib-utils
>=dev-util/intltool-0.50.1
sys-devel/gettext
virtual/pkgconfig
x11-base/xorg-proto"

src_configure() {
mate_src_configure \
--enable-compile-warnings=minimum \
$(use_with gnome-keyring keyring) \
$(use_enable applet applets) \
$(use_enable test tests)
}

src_test() {
unset DBUS_SESSION_BUS_ADDRESS

dbus-launch Xemake check || die "Test phase failed"
}
1 change: 1 addition & 0 deletions x11-themes/mate-backgrounds/Manifest
Expand Up @@ -2,3 +2,4 @@ DIST mate-backgrounds-1.20.0.tar.xz 20892008 BLAKE2B 8c2d25090da9ab2c66222a191b1
DIST mate-backgrounds-1.22.0.tar.xz 20888288 BLAKE2B 66b3d9fee7917e2a3bc3222f1e663d77532407dc3169329d66f9d4a7b0ac1aec91c30fdf4516672760a7cbf05b0091c6b57221504ef50abd16fa869ffadff145 SHA512 b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30
DIST mate-backgrounds-1.23.0.tar.xz 20824304 BLAKE2B 7880043cfa6bdbd2eecf0368deb9ed8826c34be92dea931d65bd2ad4bbb9dd0a7104f9a2952ea1e8181a1513c987fb0453785e64be31b55914f5f0f1d5d9e005 SHA512 b85a74b8b6aed0978ba50fea0dd7fbae64ad36f82a434b952d3f867212b8acfdb389bb33165fd9fbfe34318a7e9f225507409f37b05e3395103b6e9046a28469
DIST mate-backgrounds-1.24.0.tar.xz 20956660 BLAKE2B ebac1a1955444d4960b7f9d7b84cdc544531c77c0cc6fbf82e69e88bfa23fc015873c3209bb69d800f84a0f61f8c36908b2249343b5ec2c9149077f3b18ad8fc SHA512 29bb18ad77767593c9428c0bbb28da5b2fccab67b71b7d295784c7ec018692f6d5fcdcbae202549650765bc090932cec99a9ec9066d066dc8b4fc6d7347f5905
DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09
17 changes: 17 additions & 0 deletions x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild
@@ -0,0 +1,17 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit mate autotools

if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
LICENSE="GPL-2"
SLOT="0"

DEPEND=">=dev-util/intltool-0.35
sys-devel/gettext:*"

0 comments on commit 7673cff

Please sign in to comment.