summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanwimmer1282024-03-19 20:47:32 +0100
committerstefanwimmer1282024-03-19 20:47:32 +0100
commita6183ce7b06150a9658b30496723577149cbab45 (patch)
tree819dd9e90c35466caaa70c98a22a8249d8766bba
parent18781634c8a117a921aca7dc097d26d7c55a2c07 (diff)
downloadaur-firedragon-unsigned-extensions.tar.gz
feat: Remove optdepends
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eedcbe1a02d..6019ae4a7696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = firedragon-unsigned-extensions
pkgdesc = [OBSELETE] FireDragon modified to allow installation of unsigned extensions
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://gitlab.com/dr460nf1r3/settings/
install = firedragon.install
@@ -10,14 +10,5 @@ pkgbase = firedragon-unsigned-extensions
license = GPL
license = LGPL
depends = firedragon
- optdepends = hunspell-dictionary: Spell checking
- optdepends = libnotify: Notification integration
- optdepends = networkmanager: Location detection via available WiFi networks
- optdepends = profile-sync-daemon: Load the browser profile into RAM
- optdepends = pulseaudio: Audio support
- optdepends = searx: Searching the web using a locally running searX instance
- optdepends = speech-dispatcher: Text-to-Speech
- optdepends = whoogle: Searching the web using a locally running Whoogle instance
- optdepends = xdg-desktop-portal: Screensharing with Wayland
pkgname = firedragon-unsigned-extensions
diff --git a/PKGBUILD b/PKGBUILD
index 19729daec043..d64546845789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,20 +9,11 @@
_pkgname=firedragon
pkgname=$_pkgname-unsigned-extensions
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="[OBSELETE] FireDragon modified to allow installation of unsigned extensions"
arch=(x86_64)
license=(MPL GPL LGPL)
url=https://gitlab.com/dr460nf1r3/settings/
depends=($_pkgname)
-optdepends=('hunspell-dictionary: Spell checking'
- 'libnotify: Notification integration'
- 'networkmanager: Location detection via available WiFi networks'
- 'profile-sync-daemon: Load the browser profile into RAM'
- 'pulseaudio: Audio support'
- 'searx: Searching the web using a locally running searX instance'
- 'speech-dispatcher: Text-to-Speech'
- 'whoogle: Searching the web using a locally running Whoogle instance'
- 'xdg-desktop-portal: Screensharing with Wayland')
install=$_pkgname.install