Skip to content

Commit

Permalink
New package: phosh-0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Feb 28, 2021
1 parent 67ba7df commit a39feec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
11 changes: 11 additions & 0 deletions srcpkgs/phosh/files/phosh.desktop
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=Phosh
Name[en]=Phosh
Comment=This session logs you into Phosh
Comment[en]=This session logs in you into Phosh
Exec=dbus-run-session /usr/bin/phosh
TryExec=/usr/bin/phosh
Icon=
Type=Application
X-DesktopNames=Phosh
Keywords=launch;Phosh;desktop;session;
12 changes: 12 additions & 0 deletions srcpkgs/phosh/files/sm.puri.OSK0.desktop
@@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Name=On-screen keyboard
Comment=Default on-screen keyboard
Exec=/usr/bin/squeekboard
Categories=GNOME;Core;
OnlyShowIn=GNOME;
NoDisplay=true
X-GNOME-Autostart-Phase=Panel
X-GNOME-Provides=inputmethod
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=true
22 changes: 22 additions & 0 deletions srcpkgs/phosh/template
@@ -0,0 +1,22 @@
# Template file for 'phosh'
pkgname=phosh
version=0.8.1
revision=1
build_style=meson
hostmakedepends="phoc glib-devel gettext pkg-config wayland-devel"
makedepends="libfeedback-devel gcr-devel gnome-desktop-devel pam-devel
polkit-devel pulseaudio-devel libsecret-devel libhandy1-devel
NetworkManager-devel upower-devel elogind-devel"
depends="phoc squeekboard gnome-session gnome-settings-daemon elogind
xorg-server-xwayland cantarell-fonts font-adobe-source-code-pro"
short_desc="Wayland shell prototype for GNOME on mobile devices"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://source.puri.sm/Librem5/phosh"
distfiles="https://repo.pureos.net/pureos/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=d40b945c9082bcded8b8e2dd219d2768724fef2ade5e492d0c276a20c5ee43e2

post_install() {
vcopy ${FILESDIR}/sm.puri.OSK0.desktop usr/share/applications
vcopy ${FILESDIR}/phosh.desktop usr/share/wayland-sessions
}

0 comments on commit a39feec

Please sign in to comment.