[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2024-03-09 Thread Mart Raudsepp
commit: 0fe80f3202419d2d967156b60a5e1e7e2799c0a0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  9 21:53:29 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  9 22:45:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe80f32

gui-libs/libpanel: add 1.4.1

Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/libpanel/Manifest  |  1 +
 gui-libs/libpanel/libpanel-1.4.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
index 74f142a9ce60..9f7030db34c1 100644
--- a/gui-libs/libpanel/Manifest
+++ b/gui-libs/libpanel/Manifest
@@ -1 +1,2 @@
 DIST libpanel-1.2.0.tar.xz 131296 BLAKE2B 
ee999166748e1cab227a970a9cc3ab05f47a88e5e9431b0e25f9e1933c31d13de1ce9a4132658905d6e0a7d7a6cc1ed214ff41d61ff3722355e7bc11465dce8a
 SHA512 
28277d9679b71d6ea9ec891db2fad371e7f152240114def3ad84a24a4abe7b4de0dcec18448cd397dc79083109fdf2d0c9dd45bb198f059869a30b0f51afdb2f
+DIST libpanel-1.4.1.tar.xz 160208 BLAKE2B 
01f4a8a77ac4c6d26c05eea9fda88461d8c688f0c80cbb3cc119260814c3766989b6eb9d7893729eca2239670b3a9d089000b5f1185b7650b0bdcf604c7195cf
 SHA512 
44efb5dd29c83471acd64701320b2cb6057c6165c5b7602d2e0b7a40690a493c42ff3b28bc7924569d81c6e6a8ddc784b0df1c351919924807d61c9fdd2a4263

diff --git a/gui-libs/libpanel/libpanel-1.4.1.ebuild 
b/gui-libs/libpanel/libpanel-1.4.1.ebuild
new file mode 100644
index ..06f712398d95
--- /dev/null
+++ b/gui-libs/libpanel/libpanel-1.4.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="A dock/panel library for GTK 4"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
+
+LICENSE="LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+
+IUSE="examples gtk-doc +introspection +vala"
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.75:2
+   >=gui-libs/gtk-4.8:4[introspection?]
+   >=gui-libs/libadwaita-1.2:1
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   default
+   use vala && vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use examples install-examples)
+   $(meson_feature introspection)
+   $(meson_feature gtk-doc docs)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use gtk-doc; then
+   mkdir "${ED}"/usr/share/gtk-doc || die
+   mv "${ED}"/usr/share/doc/panel-1.0 "${ED}"/usr/share/gtk-doc/ 
|| die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2023-11-04 Thread Mart Raudsepp
commit: 9309749d26ba04a7ed02991991fc75b5850b9f54
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Nov  4 22:57:15 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Nov  4 23:03:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9309749d

gui-libs/libpanel: keyword 1.2.0 for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/libpanel/libpanel-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libpanel/libpanel-1.2.0.ebuild 
b/gui-libs/libpanel/libpanel-1.2.0.ebuild
index 0b87ff32573e..70b45119b0db 100644
--- a/gui-libs/libpanel/libpanel-1.2.0.ebuild
+++ b/gui-libs/libpanel/libpanel-1.2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
 
 LICENSE="LGPL-3+"
 SLOT="1"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 
 IUSE="examples gtk-doc +introspection +vala"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2023-05-03 Thread Sam James
commit: ec40c8e04815178547290263d39eeb9e130e7888
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 11:16:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 11:16:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec40c8e0

gui-libs/libpanel: Stabilize 1.2.0 amd64, #905534

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

 gui-libs/libpanel/libpanel-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libpanel/libpanel-1.2.0.ebuild 
b/gui-libs/libpanel/libpanel-1.2.0.ebuild
index 242a28496abe..0b87ff32573e 100644
--- a/gui-libs/libpanel/libpanel-1.2.0.ebuild
+++ b/gui-libs/libpanel/libpanel-1.2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
 
 LICENSE="LGPL-3+"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="examples gtk-doc +introspection +vala"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2023-03-17 Thread Matt Turner
commit: 5836e636609e6da42d25cc46f93ad976567edfe4
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue Mar 14 13:52:16 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 18 02:28:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5836e636

gui-libs/libpanel: Version bump to 1.2.0

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/libpanel/Manifest  |  1 +
 gui-libs/libpanel/libpanel-1.2.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
index 07171f0ac917..cd854ae598ac 100644
--- a/gui-libs/libpanel/Manifest
+++ b/gui-libs/libpanel/Manifest
@@ -1 +1,2 @@
 DIST libpanel-1.0.2.tar.xz 101032 BLAKE2B 
965140df480b4d6aad1fb008b54ce4c46e78c50136c1bbe200430e97b1f9f2f399bedb8d8695ddfdaef80fdb544be181f3e1a97bd6a4ad7bcacc2a091e00448e
 SHA512 
3c13d7842ba1f1dc1a4bbea3e47517fffe20205c6145812659c203d065523310f1a9b991d7a70454c132b25b3eb52835122df14b2993a395fd2aa6046dca
+DIST libpanel-1.2.0.tar.xz 131296 BLAKE2B 
ee999166748e1cab227a970a9cc3ab05f47a88e5e9431b0e25f9e1933c31d13de1ce9a4132658905d6e0a7d7a6cc1ed214ff41d61ff3722355e7bc11465dce8a
 SHA512 
28277d9679b71d6ea9ec891db2fad371e7f152240114def3ad84a24a4abe7b4de0dcec18448cd397dc79083109fdf2d0c9dd45bb198f059869a30b0f51afdb2f

diff --git a/gui-libs/libpanel/libpanel-1.2.0.ebuild 
b/gui-libs/libpanel/libpanel-1.2.0.ebuild
new file mode 100644
index ..242a28496abe
--- /dev/null
+++ b/gui-libs/libpanel/libpanel-1.2.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="A dock/panel library for GTK 4"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
+
+LICENSE="LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64"
+
+IUSE="examples gtk-doc +introspection +vala"
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.75:2
+   >=gui-libs/gtk-4.8:4[introspection?]
+   >=gui-libs/libadwaita-1.2:1
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   default
+   use vala && vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use examples install-examples)
+   $(meson_feature introspection)
+   $(meson_feature gtk-doc docs)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use gtk-doc; then
+   mkdir "${ED}"/usr/share/gtk-doc || die
+   mv "${ED}"/usr/share/doc/panel-1.0 "${ED}"/usr/share/gtk-doc/ 
|| die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2022-12-16 Thread Arthur Zamarin
commit: 698402f2468ebff1d32c177aa5540b3bbfd3863f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:36:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:36:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698402f2

gui-libs/libpanel: Stabilize 1.0.2 amd64, #885627

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

 gui-libs/libpanel/libpanel-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libpanel/libpanel-1.0.2.ebuild 
b/gui-libs/libpanel/libpanel-1.0.2.ebuild
index 9faf973952bc..bf73f4bbc9ca 100644
--- a/gui-libs/libpanel/libpanel-1.0.2.ebuild
+++ b/gui-libs/libpanel/libpanel-1.0.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
 
 LICENSE="LGPL-3+"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="examples gtk-doc +introspection +vala"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2022-11-02 Thread Matt Turner
commit: bb91a913d17a1354d6c9fa451078811a81ebc1a7
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Nov  2 18:49:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov  2 19:06:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb91a913

gui-libs/libpanel: Version bump to 1.0.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28113
Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/libpanel/Manifest  |  1 +
 gui-libs/libpanel/libpanel-1.0.2.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
index 2ce87bf17d5e..b4595b2d929a 100644
--- a/gui-libs/libpanel/Manifest
+++ b/gui-libs/libpanel/Manifest
@@ -1 +1,2 @@
 DIST libpanel-1.0.1.tar.xz 100852 BLAKE2B 
a55ac6c7c441f5c487553052dca66dd4c1efe1cc010c7202c3400df1d3fc3cfc8f886afdd796981cf14800ad34e49b8efbd274f2f97bce19600b8935a2f1f595
 SHA512 
5592b01e3a8c532d40e2190d1b2c332d8a104946c0813156119be98d433cd946ad839308b166ebdc399b853809e2fde90be8ea3acced053c2f11b86807163627
+DIST libpanel-1.0.2.tar.xz 101032 BLAKE2B 
965140df480b4d6aad1fb008b54ce4c46e78c50136c1bbe200430e97b1f9f2f399bedb8d8695ddfdaef80fdb544be181f3e1a97bd6a4ad7bcacc2a091e00448e
 SHA512 
3c13d7842ba1f1dc1a4bbea3e47517fffe20205c6145812659c203d065523310f1a9b991d7a70454c132b25b3eb52835122df14b2993a395fd2aa6046dca

diff --git a/gui-libs/libpanel/libpanel-1.0.2.ebuild 
b/gui-libs/libpanel/libpanel-1.0.2.ebuild
new file mode 100644
index ..9faf973952bc
--- /dev/null
+++ b/gui-libs/libpanel/libpanel-1.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="A dock/panel library for GTK 4"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
+
+LICENSE="LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64"
+
+IUSE="examples gtk-doc +introspection +vala"
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.72:2
+   >=gui-libs/gtk-4.6:4[introspection?]
+   >=gui-libs/libadwaita-1.0:1
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   default
+   use vala && vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use examples install-examples)
+   $(meson_feature introspection)
+   $(meson_feature gtk-doc docs)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use gtk-doc; then
+   mkdir "${ED}"/usr/share/gtk-doc || die
+   mv "${ED}"/usr/share/doc/panel-1.0 "${ED}"/usr/share/gtk-doc/ 
|| die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2022-10-30 Thread Matt Turner
commit: 3b8fa347c6a6b88f94a4e6406945074518ebecb6
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 23:20:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8fa347

gui-libs/libpanel: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/libpanel/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gui-libs/libpanel/metadata.xml b/gui-libs/libpanel/metadata.xml
index 7b343b06be8a..913570a62758 100644
--- a/gui-libs/libpanel/metadata.xml
+++ b/gui-libs/libpanel/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/libpanel
+  
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libpanel/

2022-10-12 Thread Matt Turner
commit: 4dcd7d3bf3f4401b035656791fc7bd2128c362c2
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Oct  5 17:14:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Oct 13 00:26:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcd7d3b

gui-libs/libpanel: new package, version 1.0.1

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/libpanel/Manifest  |  1 +
 gui-libs/libpanel/libpanel-1.0.1.ebuild | 55 +
 gui-libs/libpanel/metadata.xml  |  8 +
 3 files changed, 64 insertions(+)

diff --git a/gui-libs/libpanel/Manifest b/gui-libs/libpanel/Manifest
new file mode 100644
index ..2ce87bf17d5e
--- /dev/null
+++ b/gui-libs/libpanel/Manifest
@@ -0,0 +1 @@
+DIST libpanel-1.0.1.tar.xz 100852 BLAKE2B 
a55ac6c7c441f5c487553052dca66dd4c1efe1cc010c7202c3400df1d3fc3cfc8f886afdd796981cf14800ad34e49b8efbd274f2f97bce19600b8935a2f1f595
 SHA512 
5592b01e3a8c532d40e2190d1b2c332d8a104946c0813156119be98d433cd946ad839308b166ebdc399b853809e2fde90be8ea3acced053c2f11b86807163627

diff --git a/gui-libs/libpanel/libpanel-1.0.1.ebuild 
b/gui-libs/libpanel/libpanel-1.0.1.ebuild
new file mode 100644
index ..9faf973952bc
--- /dev/null
+++ b/gui-libs/libpanel/libpanel-1.0.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="A dock/panel library for GTK 4"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libpanel;
+
+LICENSE="LGPL-3+"
+SLOT="1"
+KEYWORDS="~amd64"
+
+IUSE="examples gtk-doc +introspection +vala"
+REQUIRED_USE="
+   gtk-doc? ( introspection )
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.72:2
+   >=gui-libs/gtk-4.6:4[introspection?]
+   >=gui-libs/libadwaita-1.0:1
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   default
+   use vala && vala_setup
+   xdg_environment_reset
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use examples install-examples)
+   $(meson_feature introspection)
+   $(meson_feature gtk-doc docs)
+   $(meson_use vala vapi)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use gtk-doc; then
+   mkdir "${ED}"/usr/share/gtk-doc || die
+   mv "${ED}"/usr/share/doc/panel-1.0 "${ED}"/usr/share/gtk-doc/ 
|| die
+   fi
+}

diff --git a/gui-libs/libpanel/metadata.xml b/gui-libs/libpanel/metadata.xml
new file mode 100644
index ..7b343b06be8a
--- /dev/null
+++ b/gui-libs/libpanel/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+