[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2024-06-18 Thread Joonas Niilola
commit: eac69e017df7dc19215012c7489ca5f48610f2bd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun 18 08:04:29 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 18 08:04:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac69e01

mate-base/mate-applets-meta: Stabilize 1.28.0 x86, #932645

Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.28.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.28.0.ebuild
index ace66ad49180..0c2d33b0cbf3 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.28.0.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.28.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 MATE_BRANCH="$(ver_cut 1-2)"
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2024-06-18 Thread Joonas Niilola
commit: 4edbabde35160fc1b0c9563bc40f1b959655cef3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jun 18 08:04:28 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 18 08:04:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edbabde

mate-base/mate-applets: Stabilize 1.28.0 x86, #932645

Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-applets/mate-applets-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
index 5f57b3b09955..99b224089bd9 100644
--- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
@@ -7,7 +7,7 @@ inherit mate
 
 MINOR=$(($(ver_cut 2) % 2))
 if [[ ${MINOR} -eq 0 ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2024-06-16 Thread Joonas Niilola
commit: 47d5bfb64cc482326b08bae069ca3c05fa9f4c6b
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Jun 15 13:37:24 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 16 06:05:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d5bfb6

mate-base/mate-applets: adjust dependency for 1.28

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 mate-base/mate-applets/mate-applets-1.28.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
index c760d9e280de..3b7e7fef070d 100644
--- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
@@ -22,11 +22,11 @@ COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.50:2
-   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libmateweather-1.28.0
>=dev-libs/libxml2-2.5:2
>=gnome-base/libgtop-2.12.0:2=
>=gnome-extra/gucharmap-3.0:2.90
-   >=mate-base/mate-panel-1.25.2
+   >=mate-base/mate-panel-1.28.0
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.10.0
x11-libs/gdk-pixbuf:2
@@ -49,7 +49,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
mate-base/caja
mate-base/mate-desktop
-   >=mate-base/mate-settings-daemon-1.6
+   >=mate-base/mate-settings-daemon-1.28.0
virtual/libintl
 "
 



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2024-04-09 Thread Arthur Zamarin
commit: 94b53ebb2b66cfc6009da889b50177a7501145c1
Author: Ian Jordan  gmail  com>
AuthorDate: Sat Apr  6 17:14:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr  9 17:28:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b53ebb

mate-base/mate-applets: Drop small USEFlag ipv6

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 mate-base/mate-applets/mate-applets-1.28.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
index 3476bd7daa24..c760d9e280de 100644
--- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Applets for the MATE Desktop and Panel"
 LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
 SLOT="0"
 
-IUSE="X +cpupower ipv6 netlink policykit +upower"
+IUSE="X +cpupower netlink policykit +upower"
 
 REQUIRED_USE="policykit? ( cpupower )"
 
@@ -73,7 +73,6 @@ src_configure() {
$(use_with X x) \
$(use_with upower) \
$(use_with netlink nl) \
-   $(use_enable ipv6) \
$(use_enable policykit polkit) \
"${myconf[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2024-01-25 Thread Sam James
commit: e35da963ee021ea5c701ecf7a5ec8839778c94a5
Author: Ian Jordan  gmail  com>
AuthorDate: Thu Jan 25 13:22:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 25 15:10:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35da963

mate-base/mate-applets: fix gtksourceview depend verisons

Change between 1.26 and 27 have changed required x11-libs/gtksourceview versions
required.

This commit solves issues for new MATE users of both versions.

Closes: https://bugs.gentoo.org/922890
Signed-off-by: Ian Jordan  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35007
Signed-off-by: Sam James  gentoo.org>

 .../{mate-applets-1.26.1-r1.ebuild => mate-applets-1.26.1-r2.ebuild}| 2 +-
 mate-base/mate-applets/mate-applets-1.27.1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild
similarity index 98%
rename from mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild
rename to mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild
index 81662329c26d..cbba9e04f305 100644
--- a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild
@@ -31,7 +31,7 @@ COMMON_DEPEND="
>=sys-apps/dbus-1.10.0
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
-   x11-libs/gtksourceview
+   x11-libs/gtksourceview:3.0
>=x11-libs/libnotify-0.7
x11-libs/libX11
>=x11-libs/libwnck-3.0:3

diff --git a/mate-base/mate-applets/mate-applets-1.27.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
index 61536bf96bb7..3476bd7daa24 100644
--- a/mate-base/mate-applets/mate-applets-1.27.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
@@ -31,7 +31,7 @@ COMMON_DEPEND="
>=sys-apps/dbus-1.10.0
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.22:3
-   x11-libs/gtksourceview
+   x11-libs/gtksourceview:4
>=x11-libs/libnotify-0.7
x11-libs/libX11
>=x11-libs/libwnck-3.0:3



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2024-01-19 Thread Sam James
commit: 820ba640239c4303e53848f6a2c8303ae7cc41b1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 19 13:08:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 19 13:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820ba640

mate-base/mate-applets: restore USE=ipv6

Temporary fix as I'm heading out shortly.

Closes: https://bugs.gentoo.org/922492
Signed-off-by: Sam James  gentoo.org>

 mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild | 2 +-
 mate-base/mate-applets/mate-applets-1.27.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild
index 8321bd3b57ac..81662329c26d 100644
--- a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Applets for the MATE Desktop and Panel"
 LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
 SLOT="0"
 
-IUSE="X +cpupower netlink policykit +upower"
+IUSE="X +cpupower ipv6 netlink policykit +upower"
 
 REQUIRED_USE="policykit? ( cpupower )"
 

diff --git a/mate-base/mate-applets/mate-applets-1.27.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
index eb9f04465d26..61536bf96bb7 100644
--- a/mate-base/mate-applets/mate-applets-1.27.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.27.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Applets for the MATE Desktop and Panel"
 LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
 SLOT="0"
 
-IUSE="X +cpupower netlink policykit +upower"
+IUSE="X +cpupower ipv6 netlink policykit +upower"
 
 REQUIRED_USE="policykit? ( cpupower )"
 



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2023-06-14 Thread Sam James
commit: 503503a8324db5cad2924d2ef6fc4eeb258bf6ae
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 23:12:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 23:12:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503503a8

mate-base/mate-applets: Stabilize 1.26.1 amd64, #908503

Signed-off-by: Sam James  gentoo.org>

 mate-base/mate-applets/mate-applets-1.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.26.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
index f14d2f08033a..eb52d9eb6ca7 100644
--- a/mate-base/mate-applets/mate-applets-1.26.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit mate
 
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"
 LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2023-06-14 Thread Sam James
commit: 32f5c61a1df6f1109241336c7a394fda75691948
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 20:03:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 20:03:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f5c61a

mate-base/mate-applets: Stabilize 1.26.1 x86, #908503

Signed-off-by: Sam James  gentoo.org>

 mate-base/mate-applets/mate-applets-1.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.26.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
index 22f2b5ed949a..f14d2f08033a 100644
--- a/mate-base/mate-applets/mate-applets-1.26.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit mate
 
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv x86"
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"
 LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2023-05-04 Thread Sam James
commit: c31b7b0d10981d42514ce3a6df6e24b2016af78e
Author: Oz Tiram  gmail  com>
AuthorDate: Thu Jan 26 12:07:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  5 04:24:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31b7b0d

mate-base/mate-applets: add 1.26.1

Signed-off-by: Oz Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29278
Signed-off-by: Sam James  gentoo.org>

 mate-base/mate-applets/Manifest   |  1 +
 mate-base/mate-applets/mate-applets-1.26.1.ebuild | 98 +++
 2 files changed, 99 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index d5e83bf460a2..7f1f8a755c26 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1 +1,2 @@
 DIST mate-applets-1.26.0.tar.xz 8442720 BLAKE2B 
b7e3d9cf868926c13652e93b214317c59f7693f3cedc277d2f8e676892bde026587893faabbfff1c6d35af2e6e7f900c3b71d89fc4a8065ff794d1be6e0e4f99
 SHA512 
4b7676afd8a3ca9e2389f3775abcad5e84bfd628394e98c66c1e77a99503f4893bfd5c8839d63e6044b1b11990aa1d6f7fa857522c1907461ee7b1f68efc7192
+DIST mate-applets-1.26.1.tar.xz 8475672 BLAKE2B 
0f67f7dfd649c6168f51673f04287e49717ebf7077da63a631844594658d78079df55fd4d25e2be5e299c00d2ea3659ae23140bb508adc327b7c87a74ac4dd19
 SHA512 
7243825098f9101542b9eead2f60ac7f12e044ceb685da92a29fe72b2dc1271e1fa34dbc4c47148e2331a2af79d69f787dc8856c7112b75ef0a3dea97e4ab8fd

diff --git a/mate-base/mate-applets/mate-applets-1.26.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
new file mode 100644
index ..22f2b5ed949a
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.26.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +cpupower ipv6 netlink policykit +upower"
+
+REQUIRED_USE="policykit? ( cpupower )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   >=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libxml2-2.5:2
+   >=gnome-base/libgtop-2.12.0:2=
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=mate-base/mate-panel-1.25.2
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.10.0
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   >=x11-libs/libwnck-3.0:3
+   x11-libs/pango
+   cpupower? (
+   sys-power/cpupower
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   )
+   netlink? (
+   dev-libs/libnl:3
+   )
+   upower? ( >=sys-power/upower-0.99.8 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/caja
+   mate-base/mate-desktop
+   >=mate-base/mate-settings-daemon-1.6
+   virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+
+   # configure.ac logic is a little hinky
+   # and ignores --enable flags for cpufreq
+   use cpupower || myconf="--disable-cpufreq"
+
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_with netlink nl) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit) \
+   "${myconf[@]}"
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes mateweather multiload netspeed stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2022-12-16 Thread Arthur Zamarin
commit: f16f94071b27b182446641c449b8856c5a3236b1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:38:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:39:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16f9407

mate-base/mate-applets: Stabilize 1.26.0 x86, #884079

Signed-off-by: Arthur Zamarin  gentoo.org>

 mate-base/mate-applets/mate-applets-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.26.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.0.ebuild
index c26fcdaaf1ba..66fb21cd1ae1 100644
--- a/mate-base/mate-applets/mate-applets-1.26.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.26.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2022-12-16 Thread Arthur Zamarin
commit: 98784b81a1f0bf255b3bc38fbe52fab2a7447b80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:38:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:39:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98784b81

mate-base/mate-applets-meta: Stabilize 1.26.0 x86, #884079

Signed-off-by: Arthur Zamarin  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild
index 8251aad566b3..df81d5731b4d 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild
@@ -7,7 +7,7 @@ if [[ ${PV} ==  ]]; then
MATE_BRANCH=
 else
MATE_BRANCH="$(ver_cut 1-2)"
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2022-12-02 Thread Sam James
commit: 5b6ec0b0c1fa568773aaf7a570b47ff1410bfd44
Author: Oz Tiram  gmail  com>
AuthorDate: Tue Nov 29 19:40:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 01:04:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6ec0b0

mate-base/mate-applets-meta: add 1.26.0

Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../mate-applets-meta-1.26.0.ebuild| 25 ++
 1 file changed, 25 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild
new file mode 100644
index ..3b493b77867a
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.26.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   MATE_BRANCH="$(ver_cut 1-2)"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*
+   appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2022-10-24 Thread Sam James
commit: b44143b6efd59d9c5f4e9ebe2d45d7f2cdc58ef2
Author: Oz N Tiram  gmail  com>
AuthorDate: Mon Oct 24 08:06:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 24 13:50:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44143b6

mate-base/mate-applets: add 1.26.0

Signed-off-by: Oz N Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 mate-base/mate-applets/Manifest   |   1 +
 mate-base/mate-applets/mate-applets-1.26.0.ebuild | 100 ++
 mate-base/mate-applets/metadata.xml   |   1 +
 3 files changed, 102 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index ee98eba42a13..7dc821bf9d89 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1 +1,2 @@
 DIST mate-applets-1.24.1.tar.xz 8222540 BLAKE2B 
f018f131cedda486a28c3a125c07efaf5c3111f95c17b0c3fbdd0b1f084ddf851d46ea4ef511a1e57f6d9f7f29a28e48ab010abc4cc6d87c1315b79bfbf01849
 SHA512 
d29e39a140310fef84cb0fe631568e0177ca5faaf2bf566211a23b32613fd6aabf06dd8ecd81a16e09553c659a7feda9ba372bb62a70504a235be58e07726ed2
+DIST mate-applets-1.26.0.tar.xz 8442720 BLAKE2B 
b7e3d9cf868926c13652e93b214317c59f7693f3cedc277d2f8e676892bde026587893faabbfff1c6d35af2e6e7f900c3b71d89fc4a8065ff794d1be6e0e4f99
 SHA512 
4b7676afd8a3ca9e2389f3775abcad5e84bfd628394e98c66c1e77a99503f4893bfd5c8839d63e6044b1b11990aa1d6f7fa857522c1907461ee7b1f68efc7192

diff --git a/mate-base/mate-applets/mate-applets-1.26.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.26.0.ebuild
new file mode 100644
index ..9a6d65f8af07
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.26.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +cpupower ipv6 netlink policykit +upower"
+
+REQUIRED_USE="policykit? ( cpupower )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libxml2-2.5:2
+   >=gnome-base/libgtop-2.12.0:2=
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=mate-base/mate-panel-1.25.2
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.10.0
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   >=x11-libs/libwnck-3.0:3
+   x11-libs/pango
+   cpupower? (
+   sys-power/cpupower
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   )
+   netlink? (
+   dev-libs/libnl:3
+   )
+   upower? ( >=sys-power/upower-0.99.8 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/caja
+   mate-base/mate-desktop
+   >=mate-base/mate-settings-daemon-1.6
+   virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+
+   # configure.ac logic is a little hinky
+   # and ignores --enable flags for cpufreq
+   use cpupower || myconf="--disable-cpufreq"
+
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_with netlink nl) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit) \
+   "${myconf[@]}"
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes mateweather multiload netspeed stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}

diff --git a/mate-base/mate-applets/metadata.xml 
b/mate-base/mate-applets/metadata.xml
index 4213c64d6b17..4031bc303455 100644
--- a/mate-base/mate-applets/metadata.xml
+++ b/mate-base/mate-applets/metadata.xml
@@ -9,6 +9,7 @@

Enable support for cpu frequency manipulation using 
sys-power/cpupower

+   Use dev-libs/libnl


mate-desktop/mate-applets



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2022-06-27 Thread WANG Xuerui
commit: 697ce7d33ebf51f8dec725f7cf5d05f45372b8de
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Jun 28 01:58:35 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Jun 28 01:58:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697ce7d3

mate-base/mate-applets: keyword 1.24.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 mate-base/mate-applets/mate-applets-1.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.24.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.24.1.ebuild
index 9048ecda03a8..853995dbef46 100644
--- a/mate-base/mate-applets/mate-applets-1.24.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2022-06-27 Thread WANG Xuerui
commit: 6adbf4eb3c8076a6e3ed5922804f2406cf7c7393
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Jun 28 01:58:38 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Jun 28 01:58:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6adbf4eb

mate-base/mate-applets-meta: keyword 1.24.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
index 32f917722a6f..7d00d478bf83 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit eapi7-ver
MATE_BRANCH="$(ver_cut 1-2)"
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2020-09-25 Thread Adam Feldman
commit: 1cce20e13f514bb31f4bbe8a353f0c45832e2de8
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 21:04:50 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Sep 25 20:32:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cce20e1

mate-base/mate-applets: Bump to 1.24.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-applets/Manifest   |  1 +
 mate-base/mate-applets/mate-applets-1.24.1.ebuild | 97 +++
 2 files changed, 98 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index eafd8766889..146cf78b934 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1 +1,2 @@
 DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B 
cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42
 SHA512 
345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e
+DIST mate-applets-1.24.1.tar.xz 8222540 BLAKE2B 
f018f131cedda486a28c3a125c07efaf5c3111f95c17b0c3fbdd0b1f084ddf851d46ea4ef511a1e57f6d9f7f29a28e48ab010abc4cc6d87c1315b79bfbf01849
 SHA512 
d29e39a140310fef84cb0fe631568e0177ca5faaf2bf566211a23b32613fd6aabf06dd8ecd81a16e09553c659a7feda9ba372bb62a70504a235be58e07726ed2

diff --git a/mate-base/mate-applets/mate-applets-1.24.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.24.1.ebuild
new file mode 100644
index 000..63d6ba9facb
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.24.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +cpupower ipv6 policykit +upower"
+
+REQUIRED_USE="policykit? ( cpupower )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libxml2-2.5:2
+   >=gnome-base/libgtop-2.12.0:2=
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=mate-base/mate-panel-1.17.0
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.10.0
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   >=x11-libs/libwnck-3.0:3
+   x11-libs/pango
+   cpupower? (
+   sys-power/cpupower
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   )
+   upower? ( >=sys-power/upower-0.9.23 )
+   !!net-analyzer/mate-netspeed
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/caja
+   mate-base/mate-desktop
+   >=mate-base/mate-settings-daemon-1.6
+   virtual/libintl
+"
+
+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-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+
+   # configure.ac logic is a little hinky
+   # and ignores --enable flags for cpufreq
+   use cpupower || myconf="--disable-cpufreq"
+
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit) \
+   "${myconf[@]}"
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes mateweather multiload netspeed stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2020-08-06 Thread Adam Feldman
commit: f7a6581c33040ab137f91d12765802b85a3a9af8
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Aug  6 21:31:10 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Aug  7 03:17:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a6581c

mate-base/mate-applets: Stabilize 1.24.0 for amd64, x86

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-applets/mate-applets-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.24.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.24.0.ebuild
index 7831931878e..eec4c6abf12 100644
--- a/mate-base/mate-applets/mate-applets-1.24.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2020-08-06 Thread Adam Feldman
commit: 8aaf008f694f60d1e2116b630767ef8f292586df
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Aug  6 21:47:23 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Aug  7 03:17:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaf008f

mate-base/mate-applets-meta: Stabilize 1.24.0 for amd64, x86

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
index e2fda45a92a..8a69cb82988 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit eapi7-ver
MATE_BRANCH="$(ver_cut 1-2)"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2020-05-07 Thread Adam Feldman
commit: 3eabdfbce8ea066481c769870be37c5269fcf432
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:13:35 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eabdfbc

mate-base/mate-applets: Stabilize 1.22.2-r1 for amd64,x86

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
index 97fbd7bd56c..a92aa889f8a 100644
--- a/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2020-05-07 Thread Adam Feldman
commit: 53818829a0af53a5ec1975e9fdd6cd8fd746471e
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:14:18 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53818829

mate-base/mate-applets: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-applets/Manifest|  2 -
 .../files/mate-applets-1.22.0-cpupower.patch   | 53 -
 mate-base/mate-applets/mate-applets-1.22.0.ebuild  | 86 --
 mate-base/mate-applets/mate-applets-1.22.1.ebuild  | 85 -
 4 files changed, 226 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index d953a28a8e2..9bfa42e070b 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,4 +1,2 @@
-DIST mate-applets-1.22.0.tar.xz 7739668 BLAKE2B 
dc3768d2f5eb987907f1ffb1a049dff990140c66c51427dc9095298be92b17b2b1e9695f3c35dae73433e1e50d05477e94aad1697b2bf15706515c16150096d7
 SHA512 
2f3e17414171ec5ab6967b76b1291d99783c3091b51127788f99148f46d5f2068edf7d890c3ebca1a59c29cbda4a06be11c852e5e88d4dc58e9981d906c9e34c
-DIST mate-applets-1.22.1.tar.xz 7602112 BLAKE2B 
22dc076d188cddf9c5160d7ecaddb14ecc41a575abac91b72959054f3fe1c961c80b1aa9171150e7c4ce61ccee0783572726386319312dc97f64d4f9266c1a6d
 SHA512 
d132c8b5e433a557785745032235a5792d04edd7c249269d9a4066fb345b76955bdca71164f7b321f41f566803694d85d9cd7690fbd699daa54788572f0eb986
 DIST mate-applets-1.22.2.tar.xz 7648744 BLAKE2B 
85235f12c1436c3caaa6429aabd16822ae34c5c4bd7a575aa9be2c2e9080734b39180e34b22fdf265a64b5ebffb24071d8768b99f55736631403da02882e45fe
 SHA512 
a57ed37d6ddef303e40cbd8f811d1c6be47378a5b56c5eb280d7dba10668678bf9203425f735fb3b356f4ec33eb2369867aa3ab4b446748fe36b80194e8f
 DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B 
cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42
 SHA512 
345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e

diff --git a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch 
b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
deleted file mode 100644
index 9c1a80e9375..000
--- a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index b49d127..6b87389 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -370,6 +370,8 @@ fi
- AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
- AC_SUBST(LIBCPUFREQ_LIBS)
- 
-+AC_CHECK_HEADERS([cpupower.h])
-+
- build_cpufreq_applet=no
- 
- if test x$disable_cpufreq = xno; then
-diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-index 4fa9d4c..ba52fde 100644
 a/cpufreq/src/cpufreq-monitor-libcpufreq.c
-+++ b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-@@ -19,12 +19,16 @@
-  * Authors : Carlos Garc�a Campos 
-  */
- 
-+#include 
-+
- #include 
- #include 
- 
- #include 
--#include 
- #include 
-+#ifdef HAVE_CPUPOWER_H
-+#include 
-+#endif
- #include "cpufreq-monitor-libcpufreq.h"
- #include "cpufreq-utils.h"
-
-@@ -98,7 +102,7 @@
- return CPUFREQ_MONITOR (monitor);
- }
- 
--#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)
-+#ifndef HAVE_CPUPOWER_H
- extern int cpupower_is_cpu_online (unsigned int cpu);
- #endif
-  
-@@ -115,7 +119,7 @@
-   /* Check whether it failed because
-* cpu is not online.
-*/
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
-+#ifndef HAVE_CPUPOWER_H
-   if (!cpufreq_cpu_exists (cpu)) {
- #else
-   if (cpupower_is_cpu_online (cpu)) {

diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
deleted file mode 100644
index 077a17c344d..000
--- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X ipv6 policykit +upower"
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/dbus-glib-0.74
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libmateweather-1.17.0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.12.0:2=
-   >=gnome-extra/gucharmap-3.0:2.90
-   >=mate-base/mate-panel-1.17.0
-   >=net-wireless/wireless-tools-28_pre9:0
-   >=sys-apps/dbus-1.1.2
-   sys-power/cpupower
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/, mate-base/mate-applets/files/

2020-04-06 Thread Adam Feldman
commit: 75e98f8f74bffdaffea7b488313c4a6299d059d2
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Apr  6 20:29:36 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 22:14:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e98f8f

mate-base/mate-applets: Fix #707616

Closes: https://bugs.gentoo.org/707616
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman  gentoo.org>

 .../mate-applets-1.22.2-gcc-10-fno-common.patch| 45 ++
 ...1.22.2.ebuild => mate-applets-1.22.2-r1.ebuild} |  4 ++
 2 files changed, 49 insertions(+)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch 
b/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch
new file mode 100644
index 000..f768e18c61d
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch
@@ -0,0 +1,45 @@
+From c477b6fd2eec63f629ff5934e78c190ea6c73911 Mon Sep 17 00:00:00 2001
+From: rbuj 
+Date: Wed, 29 Jan 2020 17:10:12 +0100
+Subject: [PATCH] Fix build using gcc 10 -fno-common flag
+
+---
+ drivemount/drive-list.c | 4 
+ drivemount/drive-list.h | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/drivemount/drive-list.c b/drivemount/drive-list.c
+index a20e1329..1b3679b3 100644
+--- a/drivemount/drive-list.c
 b/drivemount/drive-list.c
+@@ -32,6 +32,8 @@
+ 
+ G_DEFINE_TYPE (DriveList, drive_list, GTK_TYPE_GRID);
+ 
++GSettings *settings;
++
+ static GVolumeMonitor *volume_monitor = NULL;
+ 
+ static void drive_list_finalize (GObject *object);
+@@ -153,6 +155,8 @@ drive_list_finalize (GObject *object)
+ g_hash_table_destroy (self->volumes);
+ g_hash_table_destroy (self->mounts);
+ 
++g_object_unref (settings);
++
+ if (G_OBJECT_CLASS (drive_list_parent_class)->finalize)
+   (* G_OBJECT_CLASS (drive_list_parent_class)->finalize) (object);
+ }
+diff --git a/drivemount/drive-list.h b/drivemount/drive-list.h
+index c7e844dd..ea55b908 100644
+--- a/drivemount/drive-list.h
 b/drivemount/drive-list.h
+@@ -65,7 +65,7 @@ void   drive_list_set_panel_size  (DriveList *list,
+  int panel_size);
+ void   drive_list_set_transparent (DriveList *self,
+  gboolean transparent);
+-GSettings *settings;
++extern GSettings *settings;
+ void   drive_list_redraw (DriveList *self);
+ void   settings_color_changed (GSettings *settings, gchar *key, DriveList 
*drive_list);
+ 

diff --git a/mate-base/mate-applets/mate-applets-1.22.2.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
similarity index 97%
rename from mate-base/mate-applets/mate-applets-1.22.2.ebuild
rename to mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
index edec396dcf2..97fbd7bd56c 100644
--- a/mate-base/mate-applets/mate-applets-1.22.2.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
@@ -55,6 +55,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${P}-gcc-10-fno-common.patch"
+)
+
 src_configure() {
 
# configure.ac logic is a little hinky



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2020-04-06 Thread Adam Feldman
commit: d6000d71f6a0a60c056cd22ac3ba6ebcf54a08e4
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Mar 25 01:03:43 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6000d71

mate-base/mate-applets-meta: Bump to 1.24.0

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman  gentoo.org>

 .../mate-applets-meta-1.24.0.ebuild| 27 ++
 1 file changed, 27 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
new file mode 100644
index 000..e2fda45a92a
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit eapi7-ver
+   MATE_BRANCH="$(ver_cut 1-2)"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator sensors"
+
+DEPEND=""
+RDEPEND="
+   =mate-base/mate-applets-${MATE_BRANCH}*
+   appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2019-05-12 Thread Göktürk Yüksek
commit: e1030d187f0a8dd529f60cfa41761b12190a9fc8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun May 12 20:20:24 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun May 12 21:03:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1030d18

mate-base/mate-applets: Bump to 1.22.1, fix deps, undo ${P} patch ref

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 mate-base/mate-applets/Manifest   |  1 +
 mate-base/mate-applets/mate-applets-1.22.1.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 23517a152f8..358d40e2d93 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1 +1,2 @@
 DIST mate-applets-1.22.0.tar.xz 7739668 BLAKE2B 
dc3768d2f5eb987907f1ffb1a049dff990140c66c51427dc9095298be92b17b2b1e9695f3c35dae73433e1e50d05477e94aad1697b2bf15706515c16150096d7
 SHA512 
2f3e17414171ec5ab6967b76b1291d99783c3091b51127788f99148f46d5f2068edf7d890c3ebca1a59c29cbda4a06be11c852e5e88d4dc58e9981d906c9e34c
+DIST mate-applets-1.22.1.tar.xz 7602112 BLAKE2B 
22dc076d188cddf9c5160d7ecaddb14ecc41a575abac91b72959054f3fe1c961c80b1aa9171150e7c4ce61ccee0783572726386319312dc97f64d4f9266c1a6d
 SHA512 
d132c8b5e433a557785745032235a5792d04edd7c249269d9a4066fb345b76955bdca71164f7b321f41f566803694d85d9cd7690fbd699daa54788572f0eb986

diff --git a/mate-base/mate-applets/mate-applets-1.22.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.1.ebuild
new file mode 100644
index 000..7ff7fbac017
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.22.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X ipv6 policykit +upower"
+
+COMMON_DEPEND="dev-libs/atk
+   >=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libxml2-2.5:2
+   >=gnome-base/libgtop-2.12.0:2=
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=mate-base/mate-panel-1.17.0
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.1.2
+   sys-power/cpupower
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   >=x11-libs/libwnck-3.0:3
+   x11-libs/pango
+   virtual/libintl
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   upower? ( >=sys-power/upower-0.9.23 )
+   !!net-analyzer/mate-netspeed"
+
+RDEPEND="${COMMON_DEPEND}
+   >=mate-base/mate-settings-daemon-1.6"
+
+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/intltool-0.50.1
+   dev-libs/libxslt
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.22.0-cpupower.patch )
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes mateweather multiload netspeed stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2019-03-19 Thread Mikle Kolyada
commit: ea97b37dd8393df4c055f829e49eeeb07cbdad77
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Mar 19 09:41:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Mar 19 09:42:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea97b37d

mate-base/mate-applets: fix cpufreq patch

Closes: https://bugs.gentoo.org/680870
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 .../files/mate-applets-1.22.0-cpupower.patch   | 53 ++
 mate-base/mate-applets/mate-applets-1.22.0.ebuild  |  2 +-
 2 files changed, 54 insertions(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch 
b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
new file mode 100644
index 000..9c1a80e9375
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
@@ -0,0 +1,53 @@
+diff --git a/configure.ac b/configure.ac
+index b49d127..6b87389 100644
+--- a/configure.ac
 b/configure.ac
+@@ -370,6 +370,8 @@ fi
+ AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
+ AC_SUBST(LIBCPUFREQ_LIBS)
+ 
++AC_CHECK_HEADERS([cpupower.h])
++
+ build_cpufreq_applet=no
+ 
+ if test x$disable_cpufreq = xno; then
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 4fa9d4c..ba52fde 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -19,12 +19,16 @@
+  * Authors : Carlos Garc�a Campos 
+  */
+ 
++#include 
++
+ #include 
+ #include 
+ 
+ #include 
+-#include 
+ #include 
++#ifdef HAVE_CPUPOWER_H
++#include 
++#endif
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+
+@@ -98,7 +102,7 @@
+ return CPUFREQ_MONITOR (monitor);
+ }
+ 
+-#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)
++#ifndef HAVE_CPUPOWER_H
+ extern int cpupower_is_cpu_online (unsigned int cpu);
+ #endif
+  
+@@ -115,7 +119,7 @@
+   /* Check whether it failed because
+* cpu is not online.
+*/
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
++#ifndef HAVE_CPUPOWER_H
+   if (!cpufreq_cpu_exists (cpu)) {
+ #else
+   if (cpupower_is_cpu_online (cpu)) {

diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
index c6c54c6e728..1a1b62dec8c 100644
--- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
@@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
-PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" )
+PATCHES=( "${FILESDIR}"/${P}-cpupower.patch )
 
 src_configure() {
mate_src_configure \



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2019-03-17 Thread Mikle Kolyada
commit: 887912edda9e5f0340156c8d8e841cd35549d27f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 17 22:58:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 17 22:58:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887912ed

mate-base/mate-applets: Drop python support (obsolete now)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 mate-base/mate-applets/mate-applets-1.22.0.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
index 08a224fa621..c6c54c6e728 100644
--- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1
+inherit mate
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@@ -16,10 +14,8 @@ LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
 
 IUSE="X ipv6 policykit +upower"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="${PYTHON_DEPS}
-   dev-libs/atk
+COMMON_DEPEND="dev-libs/atk
>=dev-libs/dbus-glib-0.74
>=dev-libs/glib-2.50:2
>=dev-libs/libmateweather-1.17.0



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2018-12-08 Thread Mikle Kolyada
commit: 9e86c8b76543dfd526b72ca3b4b833ec0285e12b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 22:22:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 22:22:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e86c8b7

mate-base/mate-applets: [QA] remove sys-power/upower-pm-utils dependency

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mate-base/mate-applets/mate-applets-1.18.2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.2.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
index d1214ac..fff5a4222fc 100644
--- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -41,11 +41,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
virtual/libintl:0
policykit? ( >=sys-auth/polkit-0.97:0 )
upower? (
-   || (
>=sys-power/upower-0.9.23
-   >=sys-power/upower-pm-utils-0.9.23
)
-   )
!!net-analyzer/mate-netspeed"
 
 RDEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2018-09-10 Thread Mikle Kolyada
commit: bcc8d48ebe3b059d664c35b494f0a2fe7ab690b2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 10 16:08:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 10 16:18:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc8d48e

mate-base/mate-applets-meta: amd64 stable wrt bug #625838

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
index 09fcf3b7e0d..4b7605128b2 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2018-02-11 Thread Ettore Di Giacinto
commit: 881567d623e1874550e255f68fe2374264e5074a
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Feb 11 15:48:04 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 15:51:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881567d6

mate-base/mate-applets: Fix regression by syncing

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 mate-base/mate-applets/mate-applets-1.18.2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.2.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
index de826c08373..f0e4d037e94 100644
--- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,6 @@ SLOT="0"
 IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-#cpupower #593470
 COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
@@ -31,7 +30,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=mate-base/mate-panel-1.17.0
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.1.2:0
-   =x11-libs/gtk+-3.14:3
x11-libs/gtksourceview:3.0
@@ -62,7 +61,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
-PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" )
 
 src_configure() {
mate_src_configure \



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2018-02-11 Thread Ettore Di Giacinto
commit: dac3438f02ecd0319a177c3260be5a55b10b403b
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun Feb 11 15:49:37 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 15:51:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac3438f

mate-base/mate-applets: Drop old

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 mate-base/mate-applets/Manifest|  1 -
 .../mate-applets/mate-applets-1.18.1-r1.ebuild | 96 --
 2 files changed, 97 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 27a94c15699..d7634792f8e 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,5 +1,4 @@
 DIST mate-applets-1.12.1.tar.xz 6816716 BLAKE2B 
3268a6a4dd1ee1a238a9573315f9450dea4636b40a98f27857dff3cfd9379e5adefa9f2f7f0522837d3bc4fa1c54055d4e65b47165f42cc44400775ed8890b14
 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 DIST mate-applets-1.14.1.tar.xz 7151156 BLAKE2B 
9b3540ea04c4473f8d9ee081a87d399ebfe74d77d96b96f4c5bf11d954dd53a1e764981eefe593d75480aadf3028626917fd21cdd1b45a5b8f14e4381fcd48ae
 SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 DIST mate-applets-1.16.0.tar.xz 7150340 BLAKE2B 
0b5554b3e5f250dbc38ec3ecff795dca3d503045fda7f31ea8cb190c8c30a35b5576b990d5005f11b44035b26d6df2ce91e36edd369e983d893bfa2db5e4c00c
 SHA512 
606fd39b95083e7cff2ce95e75b4acb0ec1f3d66621a15fa726891c6d6319f7757b92c8c26efd3ee05da9da3dc315b16a3a9089fd4bb8d420816d4728f8545af
-DIST mate-applets-1.18.1.tar.xz 7158716 BLAKE2B 
9f3698a61cfdcabbe5734d4f1f2c57a4ee11e4072e5bb87fe8f44e0dc6bdf7bb99e7c455ca221c573f0cef5557d4e89a53b7679915f635aa6ab6d257ca478bd6
 SHA512 
3186af69f3b8b54a7f31d3c00a39ed439717200181a1e64d97b28eaf2e75b19ac79fdda44c40401687e9cece06feb1e29f52948cd73afadeb0099f64e672c036
 DIST mate-applets-1.18.2.tar.xz 7163260 BLAKE2B 
58d057d1eded3ef26f33e133f86459a75df2903906f27df555640aaf51ca381e8f57b0b4fe6ed7b2d679e08d2a595fc85a6b0d9c4ad51d3ac01552e2875e00bb
 SHA512 
6644a7dfde1dbf65c38cd3a0f52f862e096030f0b9f324f1fbfc34b6167c04b51071f01c322c3c8382e74843332c877b1340fe2129417d6cf9207c32ef2f70be

diff --git a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild
deleted file mode 100644
index 5f55633bb79..000
--- a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-
-IUSE="X ipv6 policykit +upower"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   dev-libs/atk:0
-   >=dev-libs/dbus-glib-0.74:0
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libmateweather-1.17.0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.12.0:2=
-   >=gnome-extra/gucharmap-3.0:2.90
-   >=mate-base/mate-panel-1.17.0
-   >=net-wireless/wireless-tools-28_pre9:0
-   >=sys-apps/dbus-1.1.2:0
-   sys-power/cpupower
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.14:3
-   x11-libs/gtksourceview:3.0
-   >=x11-libs/libnotify-0.7:0
-   x11-libs/libX11:0
-   >=x11-libs/libwnck-3.0:3
-   x11-libs/pango:0
-   virtual/libintl:0
-   policykit? ( >=sys-auth/polkit-0.97:0 )
-   upower? (
-   || (
-   >=sys-power/upower-0.9.23
-   >=sys-power/upower-pm-utils-0.9.23
-   )
-   )
-   !!net-analyzer/mate-netspeed"
-
-RDEPEND="${COMMON_DEPEND}
-   >=mate-base/mate-settings-daemon-1.6"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   app-text/rarian:0
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.50.1:*
-   dev-libs/libxslt:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" )
-
-src_configure() {
-   mate_src_configure \
-   --libexecdir=/usr/libexec/mate-applets \
-   --with-cpufreq-lib=cpupower \
-   $(use_with X x) \
-   $(use_with upower) \
-   $(use_enable ipv6) \
-   $(use_enable policykit polkit)
-}
-
-src_test() {
-   unset DBUS_SESSION_BUS_ADDRESS
-   emake check
-}
-
-src_install() {
-   python_fix_shebang invest-applet
-   mate_src_install
-
-   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
- 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2018-02-11 Thread Ettore Di Giacinto
commit: 9eb51a85d3f0eae385632b8ea61419947b2dd2c3
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 27 17:09:08 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 15:00:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb51a85

mate-base/mate-applets: Bump to version 1.18.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mate-base/mate-applets/Manifest  | 1 +
 .../{mate-applets-1.18.1.ebuild => mate-applets-1.18.2.ebuild}   | 0
 2 files changed, 1 insertion(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index dc404adba1b..27a94c15699 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -2,3 +2,4 @@ DIST mate-applets-1.12.1.tar.xz 6816716 BLAKE2B 
3268a6a4dd1ee1a238a9573315f9450d
 DIST mate-applets-1.14.1.tar.xz 7151156 BLAKE2B 
9b3540ea04c4473f8d9ee081a87d399ebfe74d77d96b96f4c5bf11d954dd53a1e764981eefe593d75480aadf3028626917fd21cdd1b45a5b8f14e4381fcd48ae
 SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 DIST mate-applets-1.16.0.tar.xz 7150340 BLAKE2B 
0b5554b3e5f250dbc38ec3ecff795dca3d503045fda7f31ea8cb190c8c30a35b5576b990d5005f11b44035b26d6df2ce91e36edd369e983d893bfa2db5e4c00c
 SHA512 
606fd39b95083e7cff2ce95e75b4acb0ec1f3d66621a15fa726891c6d6319f7757b92c8c26efd3ee05da9da3dc315b16a3a9089fd4bb8d420816d4728f8545af
 DIST mate-applets-1.18.1.tar.xz 7158716 BLAKE2B 
9f3698a61cfdcabbe5734d4f1f2c57a4ee11e4072e5bb87fe8f44e0dc6bdf7bb99e7c455ca221c573f0cef5557d4e89a53b7679915f635aa6ab6d257ca478bd6
 SHA512 
3186af69f3b8b54a7f31d3c00a39ed439717200181a1e64d97b28eaf2e75b19ac79fdda44c40401687e9cece06feb1e29f52948cd73afadeb0099f64e672c036
+DIST mate-applets-1.18.2.tar.xz 7163260 BLAKE2B 
58d057d1eded3ef26f33e133f86459a75df2903906f27df555640aaf51ca381e8f57b0b4fe6ed7b2d679e08d2a595fc85a6b0d9c4ad51d3ac01552e2875e00bb
 SHA512 
6644a7dfde1dbf65c38cd3a0f52f862e096030f0b9f324f1fbfc34b6167c04b51071f01c322c3c8382e74843332c877b1340fe2129417d6cf9207c32ef2f70be

diff --git a/mate-base/mate-applets/mate-applets-1.18.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
similarity index 100%
rename from mate-base/mate-applets/mate-applets-1.18.1.ebuild
rename to mate-base/mate-applets/mate-applets-1.18.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2017-12-21 Thread Patrice Clement
commit: 3694384499da53df9ac44f090ee22e8d9cdf0ae9
Author: Roy Bamford  gentoo  org>
AuthorDate: Tue Oct 17 16:17:46 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:15:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36943844

mate-base/mate-applets: added ~arm64 keyword.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild
index 4db7d9bb26f..5f55633bb79 100644
--- a/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.1-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit mate python-single-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2017-12-21 Thread Patrice Clement
commit: cb1e42758fc18904ad195b83595e398f5be19a2f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Sep 10 11:40:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:15:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1e4275

mate-base/mate-applets-meta: added ~arm64 keyword.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
index 1ed7c6ed84c..62dc88456a5 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2017-12-21 Thread Patrice Clement
commit: d313bf8e12205f65cca44a910ad2bf7a4feb4834
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Sep 10 11:44:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Dec 21 21:15:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d313bf8e

mate-base/mate-applets: added ~arm64 keyword.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mate-base/mate-applets/mate-applets-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.1.ebuild
index d1b6e7177f4..de826c08373 100644
--- a/mate-base/mate-applets/mate-applets-1.18.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit mate python-single-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/, mate-base/mate-applets/files/

2017-09-22 Thread NP Hardass
commit: 53fd275242b53169b20f487efd38698e54e9c32c
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Sep 22 21:26:40 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Sep 22 21:26:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53fd2752

mate-base/mate-applets: Fix compilation with >=cpupower-4.7

Closes: https://bugs.gentoo.org/593470
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 .../files/mate-applets-1.10.4-cpupower-4.7.patch   |  46 +
 .../files/mate-applets-1.14.1-cpupower-4.7.patch   |  44 +
 .../files/mate-applets-1.16.0-cpupower-4.7.patch   |  44 +
 .../mate-applets/mate-applets-1.12.1-r5.ebuild | 102 
 .../mate-applets/mate-applets-1.14.1-r2.ebuild | 106 +
 .../mate-applets/mate-applets-1.16.0-r1.ebuild | 105 
 .../mate-applets/mate-applets-1.18.1-r1.ebuild |  96 +++
 7 files changed, 543 insertions(+)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.10.4-cpupower-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-cpupower-4.7.patch
new file mode 100644
index 000..070b41754ed
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.10.4-cpupower-4.7.patch
@@ -0,0 +1,46 @@
+diff --git a/configure.ac b/configure.ac
+index c867af3..4ff5311 100644
+--- a/configure.ac
 b/configure.ac
+@@ -416,6 +416,8 @@ fi
+ AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
+ AC_SUBST(LIBCPUFREQ_LIBS)
+ 
++AC_CHECK_HEADERS([cpupower.h])
++
+ build_cpufreq_applet=no
+ 
+ if test x$disable_cpufreq = xno; then
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 40c44ba..120693c 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -19,11 +19,16 @@
+  * Authors : Carlos Garc�a Campos 
+  */
+ 
++#include 
++
+ #include 
+ #include 
+ 
+ #include 
+ #include 
++#ifdef HAVE_CPUPOWER_H
++#include 
++#endif
+ 
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+@@ -111,7 +114,11 @@ cpufreq_monitor_libcpufreq_run (CPUFreqMonitor *monitor)
+   /* Check whether it failed because
+* cpu is not online.
+*/
++#ifndef HAVE_CPUPOWER_H
+   if (!cpufreq_cpu_exists (cpu)) {
++#else
++if (cpupower_is_cpu_online (cpu)) {
++#endif
+   g_object_set (G_OBJECT (monitor), "online", FALSE, 
NULL);
+   return TRUE;
+   }

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.14.1-cpupower-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.14.1-cpupower-4.7.patch
new file mode 100644
index 000..203f1589a1b
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.14.1-cpupower-4.7.patch
@@ -0,0 +1,44 @@
+diff --git a/configure.ac b/configure.ac
+index b49d127..6b87389 100644
+--- a/configure.ac
 b/configure.ac
+@@ -411,6 +411,8 @@ fi
+ AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
+ AC_SUBST(LIBCPUFREQ_LIBS)
+ 
++AC_CHECK_HEADERS([cpupower.h])
++
+ build_cpufreq_applet=no
+ 
+ if test x$disable_cpufreq = xno; then
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 4fa9d4c..ba52fde 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -19,12 +19,16 @@
+  * Authors : Carlos Garc�a Campos 
+  */
+ 
++#include 
++
+ #include 
+ #include 
+ 
+ #include 
+-#include 
+ #include 
++#ifdef HAVE_CPUPOWER_H
++#include 
++#endif
+ 
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+@@ -112,7 +116,7 @@
+   /* Check whether it failed because
+* cpu is not online.
+*/
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
++#ifndef HAVE_CPUPOWER_H
+   if (!cpufreq_cpu_exists (cpu)) {
+ #else
+   if (cpupower_is_cpu_online (cpu)) {

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.16.0-cpupower-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.16.0-cpupower-4.7.patch
new file mode 100644
index 000..3f4f4fa519f
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.16.0-cpupower-4.7.patch
@@ -0,0 +1,44 @@
+diff --git a/configure.ac b/configure.ac
+index b49d127..6b87389 100644
+--- a/configure.ac
 b/configure.ac
+@@ -411,6 +411,8 @@ fi
+ AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
+ AC_SUBST(LIBCPUFREQ_LIBS)
+ 
++AC_CHECK_HEADERS([cpupower.h])
++
+ build_cpufreq_applet=no
+ 
+ if test x$disable_cpufreq = xno; then
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 4fa9d4c..ba52fde 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -19,12 +19,16 @@
+  * Authors : Carlos 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2017-06-04 Thread Ettore Di Giacinto
commit: c39a2cb5da178aeb561461f2b7fe4f1134d1bd19
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Mar 16 14:07:42 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jun  4 15:16:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39a2cb5

mate-base/mate-applets-meta: Version bump to 1.18

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../mate-applets-meta-1.18.ebuild  | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
new file mode 100644
index 000..1ed7c6ed84c
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.18.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit versionator
+   MATE_BRANCH="$(get_version_component_range 1-2)"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*
+   appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2017-06-04 Thread Ettore Di Giacinto
commit: e0106b1dd021098974f20692d025292981a84881
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Mar 16 14:05:20 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jun  4 15:16:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0106b1d

mate-base/mate-applets: Version bump to 1.18.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-base/mate-applets/Manifest   |  1 +
 mate-base/mate-applets/mate-applets-1.18.1.ebuild | 97 +++
 2 files changed, 98 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index f949587c7fc..dc7d28c48a2 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,3 +1,4 @@
 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620
 DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 
411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 WHIRLPOOL 
90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e
 DIST mate-applets-1.16.0.tar.xz 7150340 SHA256 
adcc895478f5b1e1c5c40f3f20537dcf809e0f06802850b890d323602f16d817 SHA512 
606fd39b95083e7cff2ce95e75b4acb0ec1f3d66621a15fa726891c6d6319f7757b92c8c26efd3ee05da9da3dc315b16a3a9089fd4bb8d420816d4728f8545af
 WHIRLPOOL 
8a2145970391e337054b2ab4e3449bcdfe2befeb4a8fdb258a3c4820511ec9849537f950b466098a2c3b53a63c132cfb6f9b6d66dfeca268ddd477aa96ae1a28
+DIST mate-applets-1.18.1.tar.xz 7158716 SHA256 
05bae1324de35659b37307bb345bb9da16b19391c83388ef697df51a22caf4da SHA512 
3186af69f3b8b54a7f31d3c00a39ed439717200181a1e64d97b28eaf2e75b19ac79fdda44c40401687e9cece06feb1e29f52948cd73afadeb0099f64e672c036
 WHIRLPOOL 
2354d86b90cf599669c21c08cf6cf6d5ae0d197c54b87b0341b66b8535e175198d233f56e39a9c84aa857b4d12ce88c0d3f5f69ad8f16cc4d57ce5cc2ec3420d

diff --git a/mate-base/mate-applets/mate-applets-1.18.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.1.ebuild
new file mode 100644
index 000..d1b6e7177f4
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.18.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+#cpupower #593470
+COMMON_DEPEND="${PYTHON_DEPS}
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.17.0
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.12.0:2=
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=mate-base/mate-panel-1.17.0
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.1.2:0
+   =x11-libs/gtk+-3.14:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   >=x11-libs/libwnck-3.0:3
+   x11-libs/pango:0
+   virtual/libintl:0
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   upower? (
+   || (
+   >=sys-power/upower-0.9.23
+   >=sys-power/upower-pm-utils-0.9.23
+   )
+   )
+   !!net-analyzer/mate-netspeed"
+
+RDEPEND="${COMMON_DEPEND}
+   >=mate-base/mate-settings-daemon-1.6"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   dev-libs/libxslt:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   python_fix_shebang invest-applet
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-12-08 Thread Ettore Di Giacinto
commit: 53f804e2a97603952bde423f664814cf010db54a
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 21:11:26 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Dec  8 15:30:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f804e2

mate-base/mate-applets-meta: version bump to 1.16

Package-Manager: portage-2.3.1

 .../mate-applets-meta-1.16.ebuild  | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild
new file mode 100644
index ..cf6db98
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.16.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit versionator
+   MATE_BRANCH="$(get_version_component_range 1-2)"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator gtk3 sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+   appindicator? ( 
=mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-12-08 Thread Ettore Di Giacinto
commit: 0fda558e5adf02b0918653aacf28754578d68566
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 17:37:25 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Dec  8 15:30:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fda558e

mate-base/mate-applets: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-base/mate-applets/Manifest   |   1 +
 mate-base/mate-applets/mate-applets-1.16.0.ebuild | 107 ++
 2 files changed, 108 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 6314ba4..f949587 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,2 +1,3 @@
 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620
 DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 
411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 WHIRLPOOL 
90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e
+DIST mate-applets-1.16.0.tar.xz 7150340 SHA256 
adcc895478f5b1e1c5c40f3f20537dcf809e0f06802850b890d323602f16d817 SHA512 
606fd39b95083e7cff2ce95e75b4acb0ec1f3d66621a15fa726891c6d6319f7757b92c8c26efd3ee05da9da3dc315b16a3a9089fd4bb8d420816d4728f8545af
 WHIRLPOOL 
8a2145970391e337054b2ab4e3449bcdfe2befeb4a8fdb258a3c4820511ec9849537f950b466098a2c3b53a63c132cfb6f9b6d66dfeca268ddd477aa96ae1a28

diff --git a/mate-base/mate-applets/mate-applets-1.16.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.16.0.ebuild
new file mode 100644
index ..3891313
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.16.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X gtk3 ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+#cpupower #593470
+COMMON_DEPEND="${PYTHON_DEPS}
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.6.1[gtk3(-)=]
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.11.92:2=
+   >=mate-base/mate-panel-1.7[gtk3(-)=]
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.1.2:0
+   =x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   x11-libs/pango:0
+   virtual/libintl:0
+   !gtk3? (
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
+   >=x11-libs/libwnck-2.30:1
+   )
+   gtk3? (
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=x11-libs/gtk+-3.0:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libwnck-3.0:3
+   )
+   policykit? ( >=sys-auth/polkit-0.97:0 )
+   upower? (
+   || (
+   >=sys-power/upower-0.9.23
+   >=sys-power/upower-pm-utils-0.9.23
+   )
+   )
+   !!net-analyzer/mate-netspeed"
+
+RDEPEND="${COMMON_DEPEND}
+   >=mate-base/mate-settings-daemon-1.6"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   dev-libs/libxslt:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   python_fix_shebang invest-applet
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet mateweather multiload netspeed 
stickynotes
+   timerapplet 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-11-24 Thread Ettore Di Giacinto
commit: 688337f870b448439c194610799e45f16a97d1d5
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:21:49 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Nov 24 22:21:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688337f8

mate-base/mate-applets-meta: Drop 1.10.x

Package-Manager: portage-2.3.1

 .../mate-applets-meta-1.10.ebuild  | 24 --
 1 file changed, 24 deletions(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
deleted file mode 100644
index b2bb314..
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-DESCRIPTION="Meta package for MATE panel applets"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="appindicator sensors"
-
-DEPEND=""
-RDEPEND=" =mate-base/mate-applets-${MATE_BRANCH}*
-   appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
-   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
-"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/, mate-base/mate-applets/files/

2016-11-24 Thread Ettore Di Giacinto
commit: e7e4bc05583a6a10c80d5682d8b480f590a00191
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:20:57 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Nov 24 22:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e4bc05

mate-base/mate-applets: Drop 1.10.x

Package-Manager: portage-2.3.1

 mate-base/mate-applets/Manifest|   1 -
 .../mate-applets-1.10.4-drop-icon-theme-dep.patch  |  33 ---
 .../mate-applets/mate-applets-1.10.4-r1.ebuild |  94 ---
 .../mate-applets/mate-applets-1.10.4-r2.ebuild | 104 -
 4 files changed, 232 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index a9583ef..6314ba4 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,3 +1,2 @@
-DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620
 DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 
411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 WHIRLPOOL 
90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
deleted file mode 100644
index 4137029..
--- a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0a9439346e00aded616fe99773ffec2f3f7bcc49 Mon Sep 17 00:00:00 2001
-From: raveit65 
-Date: Thu, 1 Oct 2015 00:27:53 +0200
-Subject: [PATCH] drop dpendency to mate-icon-theme
-
-The dependency is not really needed; depending on GTK+ should be enough
-to guarantee the presence of a spec-compliant icon theme.

- configure.ac | 4 
- 1 file changed, 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index b69e1a4..284dba7 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -20,7 +20,6 @@ LIBNOTIFY_REQUIRED=0.7.0
- UPOWER_REQUIRED=0.9.4
- DBUS_REQUIRED=1.1.2
- DBUS_GLIB_REQUIRED=0.74
--MATE_ICON_THEME_REQUIRED=1.1.0
- LIBXML_REQUIRED=2.5.0
- POLKIT_REQUIRED=0.92
- dnl 
***
-@@ -122,9 +121,6 @@ dnl 
***
- dnl *** Use pkg-config to check for dependancies
***
- dnl 
***
- 
--dnl -- Check for mate-icon-theme (required) --
--PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED)
--
- dnl -- check for gio (required) --
- PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0)
- AC_SUBST(GIO_CFLAGS)

diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
deleted file mode 100644
index ebfebd0..
--- a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="X ipv6 policykit +upower"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/dbus-glib-0.74:0
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libmateweather-1.10:0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.11.92:2=
-   >=gnome-extra/gucharmap-2.32.1:0
-   

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2016-11-21 Thread Ettore Di Giacinto
commit: e6d9cc91405bdf581c1f4a2c104e9cf29a154bc4
Author: mudler  sabayon  org>
AuthorDate: Tue Sep 13 21:42:26 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d9cc91

mate-base/mate-applets: revert upstream patch, require  mate-applets-1.14.1-r1.ebuild} |  5 ++-
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.14.1-revert-upstream-cpupower-4.7-fix.patch
 
b/mate-base/mate-applets/files/mate-applets-1.14.1-revert-upstream-cpupower-4.7-fix.patch
new file mode 100644
index ..85c2b24
--- /dev/null
+++ 
b/mate-base/mate-applets/files/mate-applets-1.14.1-revert-upstream-cpupower-4.7-fix.patch
@@ -0,0 +1,37 @@
+From e82b68edbfa8d6e209b9ad7b3e6392a928da776e Mon Sep 17 00:00:00 2001
+From: mudler 
+Date: Tue, 13 Sep 2016 23:33:58 +0200
+Subject: [PATCH] fix 1.14.1 on kernel-headers >=4.7
+
+---
+ cpufreq/src/cpufreq-monitor-libcpufreq.c | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 228a890..587e316 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -23,7 +23,7 @@
+ #include 
+ 
+ #include 
+-#include 
++
+ #include 
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+@@ -111,11 +111,7 @@ cpufreq_monitor_libcpufreq_run (CPUFreqMonitor *monitor)
+   /* Check whether it failed because
+* cpu is not online.
+*/
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
+   if (!cpufreq_cpu_exists (cpu)) {
+-#else
+-  if (cpupower_is_cpu_online (cpu)) {
+-#endif
+   g_object_set (G_OBJECT (monitor), "online", FALSE, 
NULL);
+   return TRUE;
+   }
+-- 
+2.9.2
+

diff --git a/mate-base/mate-applets/mate-applets-1.14.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.14.1-r1.ebuild
similarity index 95%
rename from mate-base/mate-applets/mate-applets-1.14.1.ebuild
rename to mate-base/mate-applets/mate-applets-1.14.1-r1.ebuild
index 9cf3b30..63f8833 100644
--- a/mate-base/mate-applets/mate-applets-1.14.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.14.1-r1.ebuild
@@ -19,6 +19,7 @@ SLOT="0"
 IUSE="X gtk3 ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+#cpupower #593470
 COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
@@ -31,7 +32,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=mate-base/mate-panel-1.7[gtk3(-)=]
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.1.2:0
-   sys-power/cpupower
+   =x11-libs/libnotify-0.7:0
x11-libs/libX11:0
@@ -71,6 +72,8 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+
 src_configure() {
mate_src_configure \
--libexecdir=/usr/libexec/mate-applets \



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-11-21 Thread Ettore Di Giacinto
commit: 2a92d4ead5782826449490203d0590c2a433398e
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 18:11:27 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a92d4ea

mate-base/mate-applets-meta: Version bump to 1.14

Package-Manager: portage-2.3.0

 .../mate-applets-meta-1.14.ebuild  | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild
new file mode 100644
index ..cf6db98
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit versionator
+   MATE_BRANCH="$(get_version_component_range 1-2)"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator gtk3 sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+   appindicator? ( 
=mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-11-21 Thread Ettore Di Giacinto
commit: 1e2809f4545a2cac8fb2e91370555fa44ea471e7
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 12:51:36 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2809f4

mate-base/mate-applets: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-base/mate-applets/Manifest   |   1 +
 mate-base/mate-applets/mate-applets-1.14.1.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 6db9a60..a9583ef 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,2 +1,3 @@
 DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
 DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620
+DIST mate-applets-1.14.1.tar.xz 7151156 SHA256 
411dc105afae61b2ee0e3b197ea0a00f8670ceb680dd5a549f8ef586289b9d6a SHA512 
f7657a4dbeed5ff161dae33bd915bf868c95626d661b3d7e4eea9b86776f75449c4060c647d9a040ccf8a01556979b62a9b21c988b33e0cd8d5d90fd663a331d
 WHIRLPOOL 
90d13900c8aaed4a08e6d4f55adf600f1da82900f164d9bf5c7a8a6c9e51452668bacbe5e8ae7ee4ccaa156d70121dffefe1c8cce8bd12ad190e5c04d42b1c0e

diff --git a/mate-base/mate-applets/mate-applets-1.14.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.14.1.ebuild
new file mode 100644
index ..9cf3b30
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.14.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X gtk3 ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.6.1[gtk3(-)=]
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.11.92:2=
+   >=mate-base/mate-desktop-1.9[gtk3(-)=]
+   >=mate-base/mate-panel-1.7[gtk3(-)=]
+   >=net-wireless/wireless-tools-28_pre9:0
+   >=sys-apps/dbus-1.1.2:0
+   sys-power/cpupower
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   x11-libs/pango:0
+   virtual/libintl:0
+   !gtk3? (
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
+   >=x11-libs/libwnck-2.30:1
+   )
+   gtk3? (
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=x11-libs/gtk+-3.0:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libwnck-3.0:3
+   )
+   policykit? ( >=sys-auth/polkit-0.92:0 )
+   upower? (
+   || (
+   >=sys-power/upower-0.9.23
+   >=sys-power/upower-pm-utils-0.9.23
+   )
+   )
+   !!net-analyzer/mate-netspeed"
+
+RDEPEND="${COMMON_DEPEND}
+   >=mate-base/mate-settings-daemon-1.6"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   dev-libs/libxslt:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   python_fix_shebang invest-applet
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet mateweather multiload netspeed 
stickynotes
+   timerapplet 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-10-14 Thread NP Hardass
commit: bbc83e6cb3e21481170a79e7dc2032463c7440fa
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:20 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc83e6c

mate-base/mate-applets-meta: Stable on x86 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
index bc71fbe..69f80c5 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-10-14 Thread NP Hardass
commit: b2a0edf9dc3d676bade0526dad9608e47fe95238
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:16 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a0edf9

mate-base/mate-applets-meta: Stable on amd64 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
index 7402b24..bc71fbe 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-09-12 Thread NP Hardass
commit: 88258307dc35b5a9ef264de9b2e4fde3e406f438
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep 12 19:59:26 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep 12 20:02:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88258307

mate-base/mate-applets: Re-add accidentally removed stable

Package-Manager: portage-2.3.0

 .../mate-applets/mate-applets-1.10.4-r1.ebuild | 94 ++
 1 file changed, 94 insertions(+)

diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
new file mode 100644
index ..ebfebd0
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2 python-single-r1 versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+HOMEPAGE="http://mate-desktop.org;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm x86"
+
+IUSE="X ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.10:0
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.11.92:2=
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=mate-base/mate-desktop-1.10:0
+   >=mate-base/mate-panel-1.10:0
+   >=mate-base/mate-settings-daemon-1.10:0
+   >=sys-apps/dbus-1.1.2:0
+   sys-power/cpupower
+   upower? ( || ( >=sys-power/upower-0.9.23 
>=sys-power/upower-pm-utils-0.9.23 ) )
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   >=x11-libs/libwnck-2.30:1
+   x11-libs/pango:0
+   >=x11-themes/mate-icon-theme-1.10:0
+   virtual/libintl:0
+   policykit? ( >=sys-auth/polkit-0.92:0 )"
+
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.3
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.35:*
+   dev-libs/libxslt:0
+   >=mate-base/mate-common-1.10:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   gnome2_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit) \
+   $(use_with upower) \
+   $(use_with X x)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_install() {
+   python_fix_shebang invest-applet
+   gnome2_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet mateweather multiload null_applet 
stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/, mate-base/mate-applets/files/

2016-09-12 Thread NP Hardass
commit: 2d40752985d61f765c23ef4f5ba60e172e8972cc
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep 12 17:47:25 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep 12 17:48:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d407529

mate-base/mate-applets: Drop mate-icon-theme requirement, #593474

Package-Manager: portage-2.3.0

 .../mate-applets-1.10.4-drop-icon-theme-dep.patch  | 33 ++
 ...0.4-r1.ebuild => mate-applets-1.10.4-r2.ebuild} | 16 +--
 2 files changed, 46 insertions(+), 3 deletions(-)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
new file mode 100644
index ..4137029
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.10.4-drop-icon-theme-dep.patch
@@ -0,0 +1,33 @@
+From 0a9439346e00aded616fe99773ffec2f3f7bcc49 Mon Sep 17 00:00:00 2001
+From: raveit65 
+Date: Thu, 1 Oct 2015 00:27:53 +0200
+Subject: [PATCH] drop dpendency to mate-icon-theme
+
+The dependency is not really needed; depending on GTK+ should be enough
+to guarantee the presence of a spec-compliant icon theme.
+---
+ configure.ac | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index b69e1a4..284dba7 100644
+--- a/configure.ac
 b/configure.ac
+@@ -20,7 +20,6 @@ LIBNOTIFY_REQUIRED=0.7.0
+ UPOWER_REQUIRED=0.9.4
+ DBUS_REQUIRED=1.1.2
+ DBUS_GLIB_REQUIRED=0.74
+-MATE_ICON_THEME_REQUIRED=1.1.0
+ LIBXML_REQUIRED=2.5.0
+ POLKIT_REQUIRED=0.92
+ dnl 
***
+@@ -122,9 +121,6 @@ dnl 
***
+ dnl *** Use pkg-config to check for dependancies
***
+ dnl 
***
+ 
+-dnl -- Check for mate-icon-theme (required) --
+-PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED)
+-
+ dnl -- check for gio (required) --
+ PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0)
+ AC_SUBST(GIO_CFLAGS)

diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
similarity index 88%
rename from mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
rename to mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
index ebfebd0..fdde0c2 100644
--- a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
@@ -7,7 +7,7 @@ EAPI="5"
 GCONF_DEBUG="no"
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2 python-single-r1 versionator
+inherit eutils gnome2 python-single-r1 autotools versionator
 
 MATE_BRANCH="$(get_version_component_range 1-2)"
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -45,7 +45,6 @@ RDEPEND="${PYTHON_DEPS}
x11-libs/libX11:0
>=x11-libs/libwnck-2.30:1
x11-libs/pango:0
-   >=x11-themes/mate-icon-theme-1.10:0
virtual/libintl:0
policykit? ( >=sys-auth/polkit-0.92:0 )"
 
@@ -59,6 +58,17 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.4-cpupower-4.7.patch"
+   "${FILESDIR}/${PN}-1.10.4-drop-icon-theme-dep.patch"
+)
+
+src_prepare() {
+   epatch ${PATCHES[@]}
+   eautoreconf
+   gnome2_src_prepare
+}
+
 src_configure() {
gnome2_src_configure \
--libexecdir=/usr/libexec/mate-applets \



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2016-09-11 Thread NP Hardass
commit: 3b236e80fcd67bdfe6b17b9776b1e823200a00e2
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep 11 23:59:26 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep 12 00:00:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b236e80

mate-base/mate-applets revert backport kernel 4.7 support

This reverts commit cb0ccf6943077fc6fb43396b76a3cbd7fa11085a.

 .../files/mate-applets-1.10.4-kernel-4.7.patch | 38 -
 .../mate-applets/mate-applets-1.10.4-r2.ebuild | 97 --
 ...2.1-r2.ebuild => mate-applets-1.12.1-r1.ebuild} |  3 -
 3 files changed, 138 deletions(-)

diff --git a/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
deleted file mode 100644
index afe06dc..
--- a/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 1b4478eab642787c43601259611f7b27e0bb473b Mon Sep 17 00:00:00 2001
-From: leigh123linux 
-Date: Thu, 9 Jun 2016 10:06:34 +0100
-Subject: [PATCH] fix build with kernel-4.7
-

- cpufreq/src/cpufreq-monitor-libcpufreq.c | 9 -
- 1 file changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-index 40c44ba..5fe79fb 100644
 a/cpufreq/src/cpufreq-monitor-libcpufreq.c
-+++ b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-@@ -23,8 +23,11 @@
- #include 
- 
- #include 
-+#include 
- #include 
--
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
-+#include 
-+#endif
- #include "cpufreq-monitor-libcpufreq.h"
- #include "cpufreq-utils.h"
- 
-@@ -111,7 +114,11 @@ cpufreq_monitor_libcpufreq_run (CPUFreqMonitor *monitor)
-   /* Check whether it failed because
-* cpu is not online.
-*/
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
-   if (!cpufreq_cpu_exists (cpu)) {
-+#else
-+  if (cpupower_is_cpu_online (cpu)) {
-+#endif
-   g_object_set (G_OBJECT (monitor), "online", FALSE, 
NULL);
-   return TRUE;
-   }

diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
deleted file mode 100644
index 4743098..
--- a/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="X ipv6 policykit +upower"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/dbus-glib-0.74:0
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libmateweather-1.10:0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.11.92:2=
-   >=gnome-extra/gucharmap-2.32.1:0
-   >=mate-base/mate-desktop-1.10:0
-   >=mate-base/mate-panel-1.10:0
-   >=mate-base/mate-settings-daemon-1.10:0
-   >=sys-apps/dbus-1.1.2:0
-   sys-power/cpupower
-   upower? ( || ( >=sys-power/upower-0.9.23 
>=sys-power/upower-pm-utils-0.9.23 ) )
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/gtksourceview:2.0
-   >=x11-libs/libnotify-0.7:0
-   x11-libs/libX11:0
-   >=x11-libs/libwnck-2.30:1
-   x11-libs/pango:0
-   >=x11-themes/mate-icon-theme-1.10:0
-   virtual/libintl:0
-   policykit? ( >=sys-auth/polkit-0.92:0 )"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.3
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   dev-libs/libxslt:0
-   >=mate-base/mate-common-1.10:0
-   sys-devel/gettext:*
-   sys-kernel/linux-headers
-   virtual/pkgconfig:*"
-
-PATCHES=( "${FILESDIR}/${PN}-1.10.4-kernel-4.7.patch" )
-
-src_configure() {
-   gnome2_src_configure \
-   --libexecdir=/usr/libexec/mate-applets \
-   --with-cpufreq-lib=cpupower \
-   $(use_enable ipv6) \
-   $(use_enable policykit polkit) \
-   $(use_with upower) \
-   $(use_with X x)
-}
-
-src_test() {
-   unset DBUS_SESSION_BUS_ADDRESS
-   emake check
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_install() {
-   python_fix_shebang invest-applet
-   gnome2_src_install
-
-   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2016-09-10 Thread NP Hardass
commit: cb0ccf6943077fc6fb43396b76a3cbd7fa11085a
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep  6 02:13:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0ccf69

mate-base/mate-applets: backport kernel 4.7 support

Package-Manager: portage-2.3.0

 .../files/mate-applets-1.10.4-kernel-4.7.patch | 38 
 ...2.1-r1.ebuild => mate-applets-1.10.4-r2.ebuild} | 68 ++
 ...2.1-r1.ebuild => mate-applets-1.12.1-r2.ebuild} |  3 +
 3 files changed, 73 insertions(+), 36 deletions(-)

diff --git a/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch 
b/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
new file mode 100644
index ..afe06dc
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.10.4-kernel-4.7.patch
@@ -0,0 +1,38 @@
+From 1b4478eab642787c43601259611f7b27e0bb473b Mon Sep 17 00:00:00 2001
+From: leigh123linux 
+Date: Thu, 9 Jun 2016 10:06:34 +0100
+Subject: [PATCH] fix build with kernel-4.7
+
+---
+ cpufreq/src/cpufreq-monitor-libcpufreq.c | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
+diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+index 40c44ba..5fe79fb 100644
+--- a/cpufreq/src/cpufreq-monitor-libcpufreq.c
 b/cpufreq/src/cpufreq-monitor-libcpufreq.c
+@@ -23,8 +23,11 @@
+ #include 
+ 
+ #include 
++#include 
+ #include 
+-
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
++#include 
++#endif
+ #include "cpufreq-monitor-libcpufreq.h"
+ #include "cpufreq-utils.h"
+ 
+@@ -111,7 +114,11 @@ cpufreq_monitor_libcpufreq_run (CPUFreqMonitor *monitor)
+   /* Check whether it failed because
+* cpu is not online.
+*/
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
+   if (!cpufreq_cpu_exists (cpu)) {
++#else
++  if (cpupower_is_cpu_online (cpu)) {
++#endif
+   g_object_set (G_OBJECT (monitor), "online", FALSE, 
NULL);
+   return TRUE;
+   }

diff --git a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
similarity index 58%
copy from mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
copy to mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
index ecc284b..4743098 100644
--- a/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r2.ebuild
@@ -2,21 +2,24 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI="5"
 
+GCONF_DEBUG="no"
 PYTHON_COMPAT=( python2_7 )
 
-inherit mate python-single-r1
+inherit eutils gnome2 python-single-r1 versionator
 
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
+MATE_BRANCH="$(get_version_component_range 1-2)"
 
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
 DESCRIPTION="Applets for the MATE Desktop and Panel"
+HOMEPAGE="http://mate-desktop.org;
+
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
 
-IUSE="X gtk3 ipv6 policykit +upower"
+IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
@@ -24,58 +27,49 @@ RDEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
>=dev-libs/glib-2.36:2
-   >=dev-libs/libmateweather-1.6.1[gtk3(-)=]
+   >=dev-libs/libmateweather-1.10:0
>=dev-libs/libxml2-2.5:2
dev-python/pygobject:3
>=gnome-base/libgtop-2.11.92:2=
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
-   >=mate-base/mate-panel-1.7[gtk3(-)=]
-   >=mate-base/mate-settings-daemon-1.6
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=mate-base/mate-desktop-1.10:0
+   >=mate-base/mate-panel-1.10:0
+   >=mate-base/mate-settings-daemon-1.10:0
>=sys-apps/dbus-1.1.2:0
sys-power/cpupower
+   upower? ( || ( >=sys-power/upower-0.9.23 
>=sys-power/upower-pm-utils-0.9.23 ) )
x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
>=x11-libs/libnotify-0.7:0
x11-libs/libX11:0
+   >=x11-libs/libwnck-2.30:1
x11-libs/pango:0
+   >=x11-themes/mate-icon-theme-1.10:0
virtual/libintl:0
-   !gtk3? (
-   >=gnome-extra/gucharmap-2.32.1:0
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/gtksourceview:2.0
-   >=x11-libs/libwnck-2.30:1
-   )
-   gtk3? (
-   >=gnome-extra/gucharmap-3.0:2.90
-   >=x11-libs/gtk+-3.0:3
-   x11-libs/gtksourceview:3.0
-   >=x11-libs/libwnck-3.0:3
-   )
-   policykit? ( >=sys-auth/polkit-0.92:0 )
-   upower? (
-   || (
-   >=sys-power/upower-0.9.23
-   

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/

2016-09-10 Thread NP Hardass
commit: 314eb2c26784baa4cb10af1873a12b6cc210b792
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Sep  6 02:13:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Sep 10 19:35:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314eb2c2

mate-base/mate-applets: Drop orphaned patch

Package-Manager: portage-2.3.0

 ...lets-1.6.2-r1-replace-cpufreq-by-cpupower.patch | 79 --
 1 file changed, 79 deletions(-)

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
 
b/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
deleted file mode 100644
index 880afc7..
--- 
a/mate-base/mate-applets/files/mate-applets-1.6.2-r1-replace-cpufreq-by-cpupower.patch
+++ /dev/null
@@ -1,79 +0,0 @@
-Obtained from: 
http://pkgs.fedoraproject.org/cgit/mate-applets.git/plain/cpufreq.patch
-
-diff -upr mate-applets-1.5.0-orig/configure.ac mate-applets-1.5.0/configure.ac
 mate-applets-1.5.0-orig/configure.ac   2012-12-08 22:37:32.0 
+0100
-+++ mate-applets-1.5.0/configure.ac2013-01-14 18:04:15.726598991 +0100
-@@ -506,13 +506,13 @@ if test "x$HAVE_POLKIT" = "xyes"; then
- fi
- 
- AC_CHECK_HEADER(cpufreq.h, have_libcpufreq=yes, have_libcpufreq=no)
--LIBCPUFREQ_LIBS=
--if test "x$have_libcpufreq" = "xyes"; then
--   AC_DEFINE([HAVE_LIBCPUFREQ], [1], [Have libcpufreq.])
--   LIBCPUFREQ_LIBS=-lcpufreq
-+LIBCPUPOWER_LIBS=
-+if test "x$have_libcpupower" = "xyes"; then
-+   AC_DEFINE([HAVE_LIBCPUPOWER], [1], [Have libcpupower.])
-+   LIBCPUPOWER_LIBS=-lcpupower
- fi
--AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
--AC_SUBST(LIBCPUFREQ_LIBS)
-+AM_CONDITIONAL(HAVE_LIBCPUPOWER, test x$have_libcpupower = xyes)
-+AC_SUBST(LIBCPUPOWER_LIBS)
- 
- build_cpufreq_applet=no
- 
-diff -upr 
mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
mate-applets-1.5.0/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c
 
mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
   2012-12-08 22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 
2013-01-14 19:15:28.432366287 +0100
-@@ -24,7 +24,7 @@
- #include "cpufreq-selector-factory.h"
- #include "cpufreq-selector-sysfs.h"
- #include "cpufreq-selector-procfs.h"
--#ifdef HAVE_LIBCPUFREQ
-+#ifdef HAVE_LIBCPUPOWER
- #include "cpufreq-selector-libcpufreq.h"
- #endif
- 
-@@ -33,7 +33,7 @@ cpufreq_selector_factory_create_selector
- {
-   CPUFreqSelector *selector = NULL;
-   
--#ifdef HAVE_LIBCPUFREQ
-+#ifdef HAVE_LIBCPUPOWER
-   selector = cpufreq_selector_libcpufreq_new (cpu);
- #else
-   if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", 
G_FILE_TEST_EXISTS)) { /* 2.6 kernel */
-@@ -41,7 +41,7 @@ cpufreq_selector_factory_create_selector
-   } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 
kernel */
-   selector = cpufreq_selector_procfs_new (cpu);
-   }
--#endif /* HAVE_LIBCPUFREQ */
-+#endif /* HAVE_LIBCPUPOWER */
- 
-   return selector;
- }
-diff -upr mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/Makefile.am 
mate-applets-1.5.0/cpufreq/src/cpufreq-selector/Makefile.am
 mate-applets-1.5.0-orig/cpufreq/src/cpufreq-selector/Makefile.am   
2012-12-08 22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/cpufreq-selector/Makefile.am
2013-01-14 19:13:27.223180712 +0100
-@@ -16,7 +16,7 @@ if CPUFREQ_SELECTOR_SUID
- endif
- 
- 
--if HAVE_LIBCPUFREQ
-+if HAVE_LIBCPUPOWER
- cpufreq_files=cpufreq-selector-libcpufreq.c
cpufreq-selector-libcpufreq.h
- endif
- 
-diff -upr mate-applets-1.5.0-orig/cpufreq/src/Makefile.am 
mate-applets-1.5.0/cpufreq/src/Makefile.am
 mate-applets-1.5.0-orig/cpufreq/src/Makefile.am2012-12-08 
22:37:32.0 +0100
-+++ mate-applets-1.5.0/cpufreq/src/Makefile.am 2013-01-14 19:14:01.647517888 
+0100
-@@ -12,7 +12,7 @@ INCLUDES = \
- 
- libexec_PROGRAMS = mate-cpufreq-applet
- 
--if HAVE_LIBCPUFREQ
-+if HAVE_LIBCPUPOWER
- cpufreq_files=cpufreq-monitor-libcpufreq.ccpufreq-monitor-libcpufreq.h
- endif
- 



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-08-13 Thread NP Hardass
commit: 241905c2b08fe48d43f13f5796f17aea194a436e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Aug 14 04:59:12 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Aug 14 05:00:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241905c2

mate-base/mate-applets: remove unnecessary gtk3 dep on mate-settings

Package-Manager: portage-2.3.0

 .../{mate-applets-1.12.1.ebuild => mate-applets-1.12.1-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.12.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
similarity index 97%
rename from mate-base/mate-applets/mate-applets-1.12.1.ebuild
rename to mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
index 80d6f80..ecc284b 100644
--- a/mate-base/mate-applets/mate-applets-1.12.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.12.1-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS}
>=gnome-base/libgtop-2.11.92:2=
>=mate-base/mate-desktop-1.9[gtk3(-)=]
>=mate-base/mate-panel-1.7[gtk3(-)=]
-   >=mate-base/mate-settings-daemon-1.6[gtk3(-)=]
+   >=mate-base/mate-settings-daemon-1.6
>=sys-apps/dbus-1.1.2:0
sys-power/cpupower
x11-libs/gdk-pixbuf:2



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-08-11 Thread NP Hardass
commit: 00f756cdc3ecfe576fbea47cbcfa34c30dab4d0a
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug 12 04:52:10 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug 12 05:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f756cd

mate-base/mate-applets-meta: 1.12.x vbump, add gtk3, from project repo

Adds support for mate-netspeed

Package-Manager: portage-2.3.0

 .../mate-applets-meta-1.12.ebuild  | 28 ++
 mate-base/mate-applets-meta/metadata.xml   |  3 +++
 2 files changed, 31 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
new file mode 100644
index 000..7402b24
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit versionator
+   MATE_BRANCH="$(get_version_component_range 1-2)"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="appindicator gtk3 netspeed sensors"
+
+DEPEND=""
+RDEPEND="=mate-base/mate-applets-${MATE_BRANCH}*[gtk3(-)=]
+   appindicator? ( 
=mate-extra/mate-indicator-applet-${MATE_BRANCH}*[gtk3(-)=] )
+   netspeed? ( =net-analyzer/mate-netspeed-${MATE_BRANCH}*[gtk3(-)=] )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}*[gtk3(-)=] )
+"

diff --git a/mate-base/mate-applets-meta/metadata.xml 
b/mate-base/mate-applets-meta/metadata.xml
index 1d4f049..69703b5 100644
--- a/mate-base/mate-applets-meta/metadata.xml
+++ b/mate-base/mate-applets-meta/metadata.xml
@@ -8,6 +8,9 @@

Pull in 
mate-extra/mate-indicator-applet
for AppIndicator applet
+   Make sure applets are built with GTK+3 
instead of GTK+2
+   Pull in 
net-analyzer/mate-netspeed
+   for net speed monitoring applet
Pull in 
mate-extra/mate-sensors-applet
for hw sensors applet




[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-08-11 Thread NP Hardass
commit: 5a86c9be4dc6b4d59929af0242218fd80e143af0
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug 12 04:22:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug 12 05:12:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86c9be

mate-base/mate-applets: 1.12.x vbump, add gtk3, import from project repo

Package-Manager: portage-2.3.0

 mate-base/mate-applets/Manifest   |   1 +
 mate-base/mate-applets/mate-applets-1.12.1.ebuild | 101 ++
 mate-base/mate-applets/metadata.xml   |   3 +
 3 files changed, 105 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index e658a43..6db9a60 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1 +1,2 @@
 DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
+DIST mate-applets-1.12.1.tar.xz 6816716 SHA256 
0a3bc19e59c69eccdcc2342f29b7837563e51fbefdb232ca1884ca23d8f69c99 SHA512 
c9acac98df31386b4016d42d3d1fe0e9ddd5e8fccc291269cff73e2a4c0853fabb85a649ee14f4aef3200c0f731c1d95f48aefdb3d8baaf014ad8776c1e94234
 WHIRLPOOL 
9f3569fcdd610935689a5460015347ac46100b8689f74d0bc37ac227e129edbf06e6f86e3471f7f40454c37c00291382ccc51e95b3dd2fac008b4e865620

diff --git a/mate-base/mate-applets/mate-applets-1.12.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.12.1.ebuild
new file mode 100644
index 000..80d6f80
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.12.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X gtk3 ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.6.1[gtk3(-)=]
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.11.92:2=
+   >=mate-base/mate-desktop-1.9[gtk3(-)=]
+   >=mate-base/mate-panel-1.7[gtk3(-)=]
+   >=mate-base/mate-settings-daemon-1.6[gtk3(-)=]
+   >=sys-apps/dbus-1.1.2:0
+   sys-power/cpupower
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   x11-libs/pango:0
+   virtual/libintl:0
+   !gtk3? (
+   >=gnome-extra/gucharmap-2.32.1:0
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
+   >=x11-libs/libwnck-2.30:1
+   )
+   gtk3? (
+   >=gnome-extra/gucharmap-3.0:2.90
+   >=x11-libs/gtk+-3.0:3
+   x11-libs/gtksourceview:3.0
+   >=x11-libs/libwnck-3.0:3
+   )
+   policykit? ( >=sys-auth/polkit-0.92:0 )
+   upower? (
+   || (
+   >=sys-power/upower-0.9.23
+   >=sys-power/upower-pm-utils-0.9.23
+   )
+   )"
+
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.3
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   dev-libs/libxslt:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_with upower) \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+src_install() {
+   python_fix_shebang invest-applet
+   mate_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet mateweather multiload null_applet 
stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}

diff --git a/mate-base/mate-applets/metadata.xml 
b/mate-base/mate-applets/metadata.xml
index dbdbdf9..b42a072 100644
--- a/mate-base/mate-applets/metadata.xml
+++ 

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-07-25 Thread NP Hardass
commit: 729dc56c8d2532718086d24c4f2fba16cb19
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jul 25 18:27:43 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Jul 25 18:36:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729dc56c

mate-base/mate-applets-meta: amd64 x86 stable wrt bug #579644

Package-Manager: portage-2.2.28

 mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
index e24cb13..b2bb314 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="appindicator sensors"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-07-25 Thread NP Hardass
commit: 169232dace90218e8ab1c0670ba9d066048f43d3
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jul 25 18:15:59 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Jul 25 18:36:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169232da

mate-base/mate-applets: amd64 x86 stable wrt bug #579644

Package-Manager: portage-2.2.28

 mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
index 96e901e..ebfebd0 100644
--- a/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-05-30 Thread Mikle Kolyada
commit: 16c3e3980e44dba906835ecde54b42496d859ef2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 30 19:00:12 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 30 19:17:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c3e398

mate-base/mate-applets-meta: Add ~arm keyword wrt bug #508072

Package-Manager: portage-2.2.28

 mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
index 51246ec..e24cb13 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="appindicator sensors"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-03-25 Thread NP Hardass
commit: 3de2612d457c53f36a329535107273bd8f4f6e97
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 00:25:04 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Mar 26 02:36:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de2612d

mate-base/mate-applets: Drop old

Package-Manager: portage-2.2.26

 mate-base/mate-applets/Manifest|  1 -
 .../mate-applets/mate-applets-1.8.0-r1.ebuild  | 99 --
 2 files changed, 100 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 62063b4..34f0912 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,3 +1,2 @@
 DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
-DIST mate-applets-1.8.0.tar.xz 6911348 SHA256 
e1798784cf2828803e8bae4660a7bcd4c5a44b510217a50c650cfcaacadf71c1 SHA512 
d5d211377df4e7bb0135babee7f49fb1fdc894d3fee3a4a485efe0b47d392d0534a1aa978743730e927420f9607efb761b4d3e6814a76aa393aa892788055e35
 WHIRLPOOL 
69bc6167b2907463660e75fa9a69a97ee9f4d106c8ace983492c78631f603198f93396ed5d58abd87ffd123188503ddee222527aac28a998aa738b4aa76ad288
 DIST mate-applets-1.8.1.tar.xz 6877876 SHA256 
6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83 SHA512 
054d74be78175a4b8d29f854d6ee9c4eaadca518c6382a58230b0131115aff30567c4005f8601c5c6fc629d8c2b46d2512c24cb235c35d921d6fcd97a7ef24d9
 WHIRLPOOL 
c426ba49c5e52541ca55843422249c487da7a05a1cf06c54f3db601b548a231c629ebbed504e5ae3552705096ec3506e29c17e30530dafdffd2b654dd0732434

diff --git a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
deleted file mode 100644
index 636a4ea..000
--- a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="X ipv6 networkmanager policykit"
-
-RDEPEND="${PYTHON_DEPS}
-   app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/dbus-glib-0.74:0
-   >=dev-libs/glib-2.22:2
-   >=dev-libs/libmateweather-1.8:0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.11.92:2=
-   >=mate-base/mate-desktop-1.8:0
-   >=mate-base/mate-panel-1.8:0
-   >=mate-base/mate-settings-daemon-1.8:0
-   >=sys-apps/dbus-1.1.2:0
-   sys-power/cpupower
-   || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 )
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.24:2
-   >=x11-libs/libnotify-0.7:0
-   x11-libs/libX11:0
-   >=x11-libs/libxklavier-4:0
-   >=x11-libs/libwnck-2.30:1
-   x11-libs/pango:0
-   >=x11-themes/mate-icon-theme-1.8:0
-   virtual/libintl:0
-   networkmanager? ( >=net-misc/networkmanager-0.7:0 )
-   policykit? ( >=sys-auth/polkit-0.92:0 )"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.3
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   dev-libs/libxslt:0
-   >=mate-base/mate-common-1.8:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.6.2-r1-replace-cpufreq-by-cpupower.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --libexecdir=/usr/libexec/mate-applets \
-   --without-hal \
-   $(use_enable ipv6) \
-   $(use_enable networkmanager) \
-   $(use_enable policykit polkit) \
-   $(use_with X x)
-}
-
-src_test() {
-   unset DBUS_SESSION_BUS_ADDRESS
-   emake check
-}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_install() {
-   python_fix_shebang invest-applet
-   gnome2_src_install
-
-   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
-   geyes invest-applet mateweather mini-commander mixer 
multiload
-   null_applet stickynotes timerapplet trashapplet"
-
-   for applet in ${APPLETS}; do
-   docinto ${applet}
-
-   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
-   

[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-03-15 Thread Agostino Sarubbo
commit: 18ba64ddc791bc2bfc6d9fb955867afa33955658
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 17:51:58 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 17:53:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ba64dd

mate-base/mate-applets: x86 stable wrt bug #573048

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mate-base/mate-applets/mate-applets-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
index 032edf0..2ed652e 100644
--- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="X ipv6 networkmanager policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-03-06 Thread Mikle Kolyada
commit: f6871f9631452c1d8fca40ae95ba3beb4f77d626
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 07:56:58 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 07:56:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6871f96

mate-base/mate-applets: amd64 stable wrt bug #573048

Package-Manager: portage-2.2.26

 mate-base/mate-applets/mate-applets-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
index 256fb95..032edf0 100644
--- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="X ipv6 networkmanager policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-02-10 Thread NP Hardass
commit: 521fa6364e1e428cf8f0a9a2c0f2a31334798480
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Feb 10 22:43:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Feb 10 23:01:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521fa636

mate-base/mate-applets: Add missing rdepend gucharmap. Thanks to joost_op

Package-Manager: portage-2.2.26

 .../{mate-applets-1.10.4.ebuild => mate-applets-1.10.4-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/mate-base/mate-applets/mate-applets-1.10.4.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
similarity index 98%
rename from mate-base/mate-applets/mate-applets-1.10.4.ebuild
rename to mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
index c00d2a1..fd3813e 100644
--- a/mate-base/mate-applets/mate-applets-1.10.4.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.10.4-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${PYTHON_DEPS}
>=dev-libs/libxml2-2.5:2
dev-python/pygobject:3
>=gnome-base/libgtop-2.11.92:2=
+   >=gnome-extra/gucharmap-2.32.1:0
>=mate-base/mate-desktop-1.10:0
>=mate-base/mate-panel-1.10:0
>=mate-base/mate-settings-daemon-1.10:0



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2016-02-08 Thread NP Hardass
commit: 55b1dacf187151200937d776acb7a85c195e1498
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Feb  9 01:33:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Feb  9 02:46:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b1dacf

mate-base/mate-applets: Import 1.10.x from Project:MATE repo

Package-Manager: portage-2.2.26

 mate-base/mate-applets/Manifest   |  1 +
 mate-base/mate-applets/mate-applets-1.10.4.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 8c7e411..62063b4 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,2 +1,3 @@
+DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 
e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 
4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3
 WHIRLPOOL 
ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298
 DIST mate-applets-1.8.0.tar.xz 6911348 SHA256 
e1798784cf2828803e8bae4660a7bcd4c5a44b510217a50c650cfcaacadf71c1 SHA512 
d5d211377df4e7bb0135babee7f49fb1fdc894d3fee3a4a485efe0b47d392d0534a1aa978743730e927420f9607efb761b4d3e6814a76aa393aa892788055e35
 WHIRLPOOL 
69bc6167b2907463660e75fa9a69a97ee9f4d106c8ace983492c78631f603198f93396ed5d58abd87ffd123188503ddee222527aac28a998aa738b4aa76ad288
 DIST mate-applets-1.8.1.tar.xz 6877876 SHA256 
6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83 SHA512 
054d74be78175a4b8d29f854d6ee9c4eaadca518c6382a58230b0131115aff30567c4005f8601c5c6fc629d8c2b46d2512c24cb235c35d921d6fcd97a7ef24d9
 WHIRLPOOL 
c426ba49c5e52541ca55843422249c487da7a05a1cf06c54f3db601b548a231c629ebbed504e5ae3552705096ec3506e29c17e30530dafdffd2b654dd0732434

diff --git a/mate-base/mate-applets/mate-applets-1.10.4.ebuild 
b/mate-base/mate-applets/mate-applets-1.10.4.ebuild
new file mode 100644
index 000..c00d2a1
--- /dev/null
+++ b/mate-base/mate-applets/mate-applets-1.10.4.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2 python-single-r1 versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
+DESCRIPTION="Applets for the MATE Desktop and Panel"
+HOMEPAGE="http://mate-desktop.org;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="X ipv6 policykit +upower"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.74:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.10:0
+   >=dev-libs/libxml2-2.5:2
+   dev-python/pygobject:3
+   >=gnome-base/libgtop-2.11.92:2=
+   >=mate-base/mate-desktop-1.10:0
+   >=mate-base/mate-panel-1.10:0
+   >=mate-base/mate-settings-daemon-1.10:0
+   >=sys-apps/dbus-1.1.2:0
+   sys-power/cpupower
+   upower? ( || ( >=sys-power/upower-0.9.23 
>=sys-power/upower-pm-utils-0.9.23 ) )
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/gtksourceview:2.0
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   >=x11-libs/libwnck-2.30:1
+   x11-libs/pango:0
+   >=x11-themes/mate-icon-theme-1.10:0
+   virtual/libintl:0
+   policykit? ( >=sys-auth/polkit-0.92:0 )"
+
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.3
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.35:*
+   dev-libs/libxslt:0
+   >=mate-base/mate-common-1.10:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   gnome2_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --with-cpufreq-lib=cpupower \
+   $(use_enable ipv6) \
+   $(use_enable policykit polkit) \
+   $(use_with upower) \
+   $(use_with X x)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+   emake check
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_install() {
+   python_fix_shebang invest-applet
+   gnome2_src_install
+
+   local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount
+   geyes invest-applet mateweather multiload null_applet 
stickynotes
+   timerapplet trashapplet"
+
+   for applet in ${APPLETS}; do
+   docinto ${applet}
+
+   for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
+   [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
+   done
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets-meta/

2016-02-08 Thread NP Hardass
commit: 81bcdc7a4f8cda3e7f34ce15efb2eea26af7f24d
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Feb  9 02:03:52 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Feb  9 02:47:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bcdc7a

mate-base/mate-applets-meta: Import 1.10.x from Project:MATE repo

Simplify management of applets with a metapackage

Package-Manager: portage-2.2.26

 .../mate-applets-meta-1.10.ebuild  | 24 ++
 mate-base/mate-applets-meta/metadata.xml   | 14 +
 2 files changed, 38 insertions(+)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
new file mode 100644
index 000..51246ec
--- /dev/null
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+DESCRIPTION="Meta package for MATE panel applets"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="appindicator sensors"
+
+DEPEND=""
+RDEPEND=" =mate-base/mate-applets-${MATE_BRANCH}*
+   appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* )
+   sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* )
+"

diff --git a/mate-base/mate-applets-meta/metadata.xml 
b/mate-base/mate-applets-meta/metadata.xml
new file mode 100644
index 000..1d4f049
--- /dev/null
+++ b/mate-base/mate-applets-meta/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   m...@gentoo.org
+   Gentoo MATE Desktop
+   
+   
+   Pull in 
mate-extra/mate-indicator-applet
+   for AppIndicator applet
+   Pull in 
mate-extra/mate-sensors-applet
+   for hw sensors applet
+   
+



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/

2015-12-30 Thread Amy Winston
commit: c1aaf1839ea57105d2f98de8906dc9e1792e4819
Author: Gokturk Yuksek  binghamton  edu>
AuthorDate: Wed Dec 30 09:28:51 2015 +
Commit: Amy Winston  gentoo  org>
CommitDate: Wed Dec 30 13:38:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aaf183

mate-base/mate-applets: don't run python_fix_shebang on a missing dir #567468

Ebuild tries to run python_fix_shebang on 'timer-applet/src' directory which
does not exist. This is likely a leftover from the 1.6 series ebuild [1].
Upstream removed the old timer-applet [2] and replaced it with a brand new
implementation written in C [3]. Remove 'timer-applet/src' from the list
of arguments for python_fix_shebang.

[1] 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild?hideattic=0=markup
[2] 
https://github.com/mate-desktop/mate-applets/commit/103274c655d5eed254b552ed5cf19265cd8f98f2
[3] 
https://github.com/mate-desktop/mate-applets/commit/9c4ef5136fed495e618610ba675a03de9efbe921

Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=567468

Package-Manager: portage-2.2.24

 mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild | 2 +-
 mate-base/mate-applets/mate-applets-1.8.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
index 98e9687..636a4ea 100644
--- a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
@@ -82,7 +82,7 @@ src_test() {
 DOCS="AUTHORS ChangeLog NEWS README"
 
 src_install() {
-   python_fix_shebang invest-applet timer-applet/src
+   python_fix_shebang invest-applet
gnome2_src_install
 
local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount

diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild 
b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
index 95da4f3..256fb95 100644
--- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
@@ -84,7 +84,7 @@ src_test() {
 DOCS="AUTHORS ChangeLog NEWS README"
 
 src_install() {
-   python_fix_shebang invest-applet timer-applet/src
+   python_fix_shebang invest-applet
gnome2_src_install
 
local APPLETS="accessx-status battstat charpick command cpufreq 
drivemount