* [gentoo-commits] repo/proj/guru:master commit in: net-im/fractal/
@ 2023-06-07 7:04 Viorel Munteanu
0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-06-07 7:04 UTC (permalink / raw
To: gentoo-commits
commit: a6dafe504bac792fde45f981d44fca353fc90a1c
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Mon Jun 5 20:26:43 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 5 20:26:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6dafe50
Fix gtksourceview version
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-im/fractal/fractal-5_beta1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/fractal/fractal-5_beta1.ebuild b/net-im/fractal/fractal-5_beta1.ebuild
index 91a557193..0c5044320 100644
--- a/net-im/fractal/fractal-5_beta1.ebuild
+++ b/net-im/fractal/fractal-5_beta1.ebuild
@@ -35,7 +35,7 @@ RDEPEND=">=dev-libs/glib-2.72
>=media-libs/libshumate-1
>=x11-libs/cairo-1.16.0
>=gui-libs/gtk-4.10:4
- x11-libs/gtksourceview:4
+ gui-libs/gtksourceview:5
media-plugins/gst-plugins-gtk"
DEPEND="${RDEPEND}"
BDEPEND="dev-util/ninja
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-im/fractal/
@ 2023-06-07 7:04 Viorel Munteanu
0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2023-06-07 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 2904717a29a1f69010f6d3c8eea84ca1e232a5ad
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Mon Jun 5 20:05:42 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 5 20:16:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2904717a
net-im/fractal: new package, add 5_beta1
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-im/fractal/Manifest | 1 +
net-im/fractal/fractal-5_beta1.ebuild | 59 +++++++++++++++++++++++++++++++++++
net-im/fractal/metadata.xml | 11 +++++++
3 files changed, 71 insertions(+)
diff --git a/net-im/fractal/Manifest b/net-im/fractal/Manifest
new file mode 100644
index 000000000..55d6963e2
--- /dev/null
+++ b/net-im/fractal/Manifest
@@ -0,0 +1 @@
+DIST fractal-5.beta1.tar.bz2 699474 BLAKE2B 57fb2316f58009d2c6de53036231d7a3fab70dcbd12ec71cdc58c743d8d78a43e3c9eff91836f481daddf68405f7b8a6cd3d6e2f6c1fa22e752579ab1893df45 SHA512 e31f5f0503efc8a98fd03d42080f9c77e292587b4dd18b5c0a67dc273d017174a96d5176974ccb3d7c4aa90bddc4f0ac8fc3c339d6fd2874fad4fb7c18a603ac
diff --git a/net-im/fractal/fractal-5_beta1.ebuild b/net-im/fractal/fractal-5_beta1.ebuild
new file mode 100644
index 000000000..91a557193
--- /dev/null
+++ b/net-im/fractal/fractal-5_beta1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit meson gnome2-utils
+
+MY_PV=${PV//_/.}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Matrix group messaging app"
+HOMEPAGE="https://wiki.gnome.org/Apps/Fractal"
+
+if [[ ${PV} == "9999" ]]; then
+ inherit git-r3
+
+ SRC_URI=""
+ EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git"
+ EGIT_BRANCH="master"
+else
+ SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.72
+ >=app-text/gspell-1.8.1
+ >=gui-libs/libadwaita-1.3
+ >=media-libs/gstreamer-1.20
+ >=media-libs/gst-plugins-base-1.20
+ >=dev-db/sqlite-3.24
+ >=media-video/pipewire-0.3[gstreamer]
+ >=media-libs/libshumate-1
+ >=x11-libs/cairo-1.16.0
+ >=gui-libs/gtk-4.10:4
+ x11-libs/gtksourceview:4
+ media-plugins/gst-plugins-gtk"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/ninja
+ dev-util/meson
+ >=virtual/rust-1.31.1"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+}
diff --git a/net-im/fractal/metadata.xml b/net-im/fractal/metadata.xml
new file mode 100644
index 000000000..2047d957a
--- /dev/null
+++ b/net-im/fractal/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>laurent.morretton@gmail.com</email>
+ <name>Laurent Morretton</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gnome-gitlab">GNOME/fractal</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-im/fractal/
@ 2023-11-29 22:40 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2023-11-29 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 68304a956e3dab517695e15a6b6b4a93d4c9ffcf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 20:36:10 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Nov 25 20:36:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68304a95
net-im/fractal: Remove, now in ::gentoo
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-im/fractal/Manifest | 1 -
net-im/fractal/fractal-5_beta1.ebuild | 59 -----------------------------------
net-im/fractal/metadata.xml | 11 -------
3 files changed, 71 deletions(-)
diff --git a/net-im/fractal/Manifest b/net-im/fractal/Manifest
deleted file mode 100644
index 55d6963e27..0000000000
--- a/net-im/fractal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fractal-5.beta1.tar.bz2 699474 BLAKE2B 57fb2316f58009d2c6de53036231d7a3fab70dcbd12ec71cdc58c743d8d78a43e3c9eff91836f481daddf68405f7b8a6cd3d6e2f6c1fa22e752579ab1893df45 SHA512 e31f5f0503efc8a98fd03d42080f9c77e292587b4dd18b5c0a67dc273d017174a96d5176974ccb3d7c4aa90bddc4f0ac8fc3c339d6fd2874fad4fb7c18a603ac
diff --git a/net-im/fractal/fractal-5_beta1.ebuild b/net-im/fractal/fractal-5_beta1.ebuild
deleted file mode 100644
index 0c50443205..0000000000
--- a/net-im/fractal/fractal-5_beta1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson gnome2-utils
-
-MY_PV=${PV//_/.}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Matrix group messaging app"
-HOMEPAGE="https://wiki.gnome.org/Apps/Fractal"
-
-if [[ ${PV} == "9999" ]]; then
- inherit git-r3
-
- SRC_URI=""
- EGIT_REPO_URI="https://gitlab.gnome.org/world/fractal.git"
- EGIT_BRANCH="master"
-else
- SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.72
- >=app-text/gspell-1.8.1
- >=gui-libs/libadwaita-1.3
- >=media-libs/gstreamer-1.20
- >=media-libs/gst-plugins-base-1.20
- >=dev-db/sqlite-3.24
- >=media-video/pipewire-0.3[gstreamer]
- >=media-libs/libshumate-1
- >=x11-libs/cairo-1.16.0
- >=gui-libs/gtk-4.10:4
- gui-libs/gtksourceview:5
- media-plugins/gst-plugins-gtk"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-util/ninja
- dev-util/meson
- >=virtual/rust-1.31.1"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_preinst() {
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
diff --git a/net-im/fractal/metadata.xml b/net-im/fractal/metadata.xml
deleted file mode 100644
index 2047d957a7..0000000000
--- a/net-im/fractal/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>laurent.morretton@gmail.com</email>
- <name>Laurent Morretton</name>
- </maintainer>
- <upstream>
- <remote-id type="gnome-gitlab">GNOME/fractal</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-29 22:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 22:40 [gentoo-commits] repo/proj/guru:master commit in: net-im/fractal/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2023-06-07 7:04 Viorel Munteanu
2023-06-07 7:04 Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox