summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Kamm2023-06-17 17:30:57 -0700
committerJack Kamm2023-06-17 17:30:57 -0700
commit7caf1d15d2f4a41761a95495c7e664fa21fa304e (patch)
treec89ae656192195ec94a051bea59a622c38c8d5fc
parent4fc315bd9f4a62c7d1d82aa821663898b05e50a8 (diff)
downloadaur-7caf1d15d2f4a41761a95495c7e664fa21fa304e.tar.gz
Add dependencies to silence most remaining namcap warnings
Previously, I ignored implicitly satisfied dependencies that namcap recommended when were implicit in extra/emacs. Now, I add those in explicitly (at least some of them, e.g. cairo, should probably be explicitly included in extra/emacs). For now, I continue to ignore the handful of implicitly satisfied dependencies that are also implicit in emacs-nox (namely: bash, glibc, gcc-libs).
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ced58d3eb811..3ad3e9af7738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = emacs-lucid
pkgdesc = The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
pkgver = 28.2
- pkgrel = 6
+ pkgrel = 7
url = http://www.gnu.org/software/emacs/emacs.html
arch = x86_64
license = GPL3
+ depends = cairo
depends = gmp
depends = gnutls
depends = hicolor-icon-theme
@@ -31,12 +32,16 @@ pkgbase = emacs-lucid
depends = libsm
depends = libsystemd.so
depends = libtiff.so
+ depends = libx11
+ depends = libxcb
+ depends = libxext
depends = libxfixes
depends = libxinerama
depends = libxml2.so
depends = libxmu
depends = libxpm
depends = libxrandr
+ depends = libxrender
depends = libxt
depends = m17n-lib
depends = xaw3d
diff --git a/PKGBUILD b/PKGBUILD
index 2246dc38e868..8ab977c7d806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@
pkgname=emacs-lucid
pkgver=28.2
_pkgver_major=${pkgver/.*}
-pkgrel=6
+pkgrel=7
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3')
depends=(
+ cairo
gmp
gnutls
hicolor-icon-theme
@@ -40,12 +41,16 @@ depends=(
libsm
libsystemd.so
libtiff.so
+ libx11
+ libxcb
+ libxext
libxfixes
libxinerama
libxml2.so
libxmu
libxpm
libxrandr
+ libxrender
libxt
m17n-lib
xaw3d