public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh-meta/
@ 2021-06-24 12:22 Jian Lin
  0 siblings, 0 replies; 2+ messages in thread
From: Jian Lin @ 2021-06-24 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0d782f6a1265cc6b0983af258cc1d4b1690cc027
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Jun 23 20:29:21 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Wed Jun 23 20:29:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d782f6a

gui-wm/phosh-meta: add new package

phosh-meta is the meta-package to install phosh on mobile
phones. phosh is the DM based on gnome-40 specifically
crafted for mobile phones/tablets like librem 5 and pinephone.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 gui-wm/phosh-meta/metadata.xml          |  8 ++++++
 gui-wm/phosh-meta/phosh-meta-0.2.ebuild | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gui-wm/phosh-meta/metadata.xml b/gui-wm/phosh-meta/metadata.xml
new file mode 100644
index 000000000..144c8091c
--- /dev/null
+++ b/gui-wm/phosh-meta/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
new file mode 100644
index 000000000..04f873cd5
--- /dev/null
+++ b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package for Phosh"
+HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+	app-editors/gedit
+	app-mobilephone/mobile-config-firefox
+	app-mobilephone/flashlight
+	app-text/evince
+	gnome-base/gnome-control-center
+	gnome-extra/gnome-contacts
+	media-video/megapixels
+	gnome-extra/gnome-calculator
+	gnome-extra/gnome-calendar
+	gui-wm/phosh
+	net-voip/calls
+	net-im/chatty
+	net-dns/dnsmasq
+	sys-power/gtherm
+	sys-auth/rtkit
+	x11-misc/squeekboard
+	x11-terms/gnome-terminal
+	x11-themes/sound-theme-librem5
+	www-client/epiphany
+"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+pkg_postinst() {
+	[ -e /usr/share/applications-bak ] || mkdir /usr/share/applications-bak
+	for i in vim org.gnupg.pinentry-qt org.gnome.Extensions mupdf \
+	gnome-printers-panel gnome-wifi-pannel pidgin wpa_gui cups \
+	Gentoo-system-config-printer
+	do
+		if [ -e /usr/share/applications/$i.desktop ]; then
+			mv /usr/share/applications/$i.desktop /usr/share/applications-bak
+		fi
+	done
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh-meta/
@ 2021-06-26 10:53 Haelwenn Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2021-06-26 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     eb0462911c59370b0397698b50a397b2b78890f4
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 20:52:42 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 25 20:52:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb046291

gui-wm/phosh-meta: dropped chatty

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 gui-wm/phosh-meta/phosh-meta-0.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
index 04f873cd5..51567e7e5 100644
--- a/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
+++ b/gui-wm/phosh-meta/phosh-meta-0.2.ebuild
@@ -22,7 +22,6 @@ DEPEND="
 	gnome-extra/gnome-calendar
 	gui-wm/phosh
 	net-voip/calls
-	net-im/chatty
 	net-dns/dnsmasq
 	sys-power/gtherm
 	sys-auth/rtkit


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-26 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-24 12:22 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/phosh-meta/ Jian Lin
  -- strict thread matches above, loose matches on Subject: below --
2021-06-26 10:53 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox