summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-02-14 13:52:37 +0100
committerhaawda2021-02-14 13:52:37 +0100
commitbd561b587baa16cbe5e834dffd4ba00c4eda019f (patch)
treed07211c3c114912c25e38fa801e330de340b7d41
parentc6bd538d3b2954c4bc001179d09d48ffe66cd3b0 (diff)
downloadaur-bd561b587baa16cbe5e834dffd4ba00c4eda019f.tar.gz
Fix dependencies and optional dependencies
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bef6148db85..b373efaefb56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,25 @@
pkgbase = emacs-application-framework-git
pkgdesc = EAF extends GNU Emacs to an entire universe of powerful GUI applications.
- pkgver = r1776.537582e
+ pkgver = r1801.8ac098b
pkgrel = 1
url = https://github.com/manateelazycat/emacs-application-framework
arch = any
license = GPL3
makedepends = git
depends = emacs
- depends = python-dbus
+ depends = python-epc
depends = python-pyqt5
+ depends = python-pyqt5-sip
depends = python-pyqtwebengine
depends = wmctrl
- optdepends = python-pymupdf: for pdf viewer
- optdepends = python-grip: for markdown preview
- optdepends = python-qrcode: for qr codes
- optdepends = python-feedparser: for rss reader
- optdepends = python-pyinotify: for mermaid
- optdepends = python-markdown: for mermaid
- optdepends = nodejs: for mermaid
- optdepends = aria2: for browser
- optdepends = libreoffice: doc viewer
- optdepends = filebrowser: for file browser
+ depends = xdotool
+ depends = nodejs
+ optdepends = python-pymupdf: EAF PDF Viewer support
+ optdepends = python-qrcode: EAF File Sender/File Receiver/Airshare support
+ optdepends = libreoffice: EAF Doc Viewer support
+ optdepends = filebrowser-bin: EAF File Browser support
+ optdepends = python-qtconsole: EAF Jupyter support
+ optdepends = python-retrying: EAF Markdown Previewer support
provides = emacs-eaf
conflicts = emacs-eaf
source = git+https://github.com/manateelazycat/emacs-application-framework
diff --git a/PKGBUILD b/PKGBUILD
index fa97508d3220..683bcbd3cf85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,19 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-application-framework-git
-pkgver=r1776.537582e
+pkgver=r1801.8ac098b
pkgrel=1
pkgdesc="EAF extends GNU Emacs to an entire universe of powerful GUI applications."
arch=('any')
url="https://github.com/manateelazycat/emacs-application-framework"
license=('GPL3')
-depends=('emacs' 'python-dbus' 'python-pyqt5' 'python-pyqtwebengine' 'wmctrl')
-optdepends=('python-pymupdf: for pdf viewer'
- 'python-grip: for markdown preview'
- 'python-qrcode: for qr codes'
- 'python-feedparser: for rss reader'
- 'python-pyinotify: for mermaid'
- 'python-markdown: for mermaid'
- 'nodejs: for mermaid'
- 'aria2: for browser'
- 'libreoffice: doc viewer'
- 'filebrowser: for file browser')
+depends=('emacs' 'python-epc' 'python-pyqt5' 'python-pyqt5-sip' 'python-pyqtwebengine' 'wmctrl' 'xdotool' 'nodejs')
+optdepends=('python-pymupdf: EAF PDF Viewer support'
+'python-qrcode: EAF File Sender/File Receiver/Airshare support'
+'libreoffice: EAF Doc Viewer support'
+'filebrowser-bin: EAF File Browser support'
+'python-qtconsole: EAF Jupyter support'
+'python-retrying: EAF Markdown Previewer support')
makedepends=('git')
provides=('emacs-eaf')
conflicts=('emacs-eaf')