main/postmarketos-hidden-desktop-entries: stop hiding Cheese (MR 1539)
Since https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/12086 the Cheese application won't be installed anymore unless explicitely specified. Applications that usually depend on it now depend on cheese-libs instead. This means we can stop hiding it and allowing people to install it themselves if they want too
This commit is contained in:
parent
905a5ce34b
commit
06f4c5a9ac
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-hidden-desktop-entries
|
||||
pkgver=1.2
|
||||
pkgver=1.3
|
||||
pkgrel=0
|
||||
pkgdesc="Hide useless .desktop icons (vim, htop, Firefox safe mode, ...)"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
license="GPL-3.0-or-later"
|
||||
source="nodisplay.desktop"
|
||||
builddir="$srcdir/"
|
||||
|
||||
# Find original .desktop files in /usr/share/applications
|
||||
# v20.05: must hide org.gnome.Cheese (doesn't have aports!12086)
|
||||
_hidden="
|
||||
firefox-safe
|
||||
htop
|
||||
nvim
|
||||
org.gnome.Cheese
|
||||
org.gnome.eog
|
||||
org.gnome.Extensions
|
||||
org.mozilla.firefox-safe
|
||||
|
|
Loading…
Reference in a new issue