gjdwebserver-overlay/gui-wm/phosh-meta/phosh-meta-0.1-r10.ebuild

56 lines
1.2 KiB
Bash
Raw Normal View History

2021-04-16 21:04:05 +02:00
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2021-04-16 21:14:24 +02:00
DESCRIPTION="Meta package for Phosh without squeekboard"
2021-04-16 21:04:05 +02:00
HOMEPAGE="https://github.com/dreemurrs-embedded/Pine64-Arch"
SRC_URI=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
IUSE=""
DEPEND="
gui-wm/phosh
net-voip/calls
net-im/chatty
net-dns/dnsmasq
app-editors/gedit
2021-04-20 13:09:40 +02:00
media-video/megapixels
2021-04-16 21:04:05 +02:00
gnome-base/gnome-control-center
gnome-extra/gnome-contacts
gnome-extra/gnome-calculator
gnome-extra/gnome-calendar
2021-04-19 13:00:18 +02:00
gnome-extra/gnome-clocks
2021-04-20 13:09:40 +02:00
gnome-extra/gnome-weather
2021-04-21 15:46:53 +02:00
gnome-extra/portfolio
sci-geosciences/gnome-maps
2021-04-16 21:04:05 +02:00
app-mobilephone/flashlight
x11-terms/gnome-terminal
x11-themes/sound-theme-librem5
app-text/evince
sys-power/gtherm
sys-auth/rtkit
2021-04-19 13:00:18 +02:00
2021-04-16 21:04:05 +02:00
"
RDEPEND="${DEPEND}"
BDEPEND=""
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
}