summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-05-19 18:47:12 -0500
committerPedro A. López-Valencia2022-05-19 18:47:12 -0500
commitbffcc311ac80b8c65a13600d270070b45f7ea520 (patch)
tree59bba956e2577760344b24a715e1e7ec796ae9ff
parent72357f969b11945d610c4f4b67d5c71f22c91529 (diff)
downloadaur-bffcc311ac80b8c65a13600d270070b45f7ea520.tar.gz
* Make sure all needed graphic format libraries are found and depended on.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b07a8e58c4ca..2be52b100ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.156495
+ pkgver = 29.0.50.156590
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -20,7 +20,10 @@ pkgbase = emacs-git
depends = xcb-util
depends = libxcb
depends = libjpeg-turbo
+ depends = libpng
depends = giflib
+ depends = libwebp
+ depends = libtiff
provides = emacs
provides = emacs-pretest
provides = emacs26-git
diff --git a/PKGBUILD b/PKGBUILD
index d88438f28b43..3cf79feadd4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.156495
+pkgver=29.0.50.156590
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -153,7 +153,7 @@ elif [[ $PGTK == "YES" ]]; then
fi
if [[ ! $NOX == "YES" ]] && [[ ! $CLI == "YES" ]]; then
- depends+=( 'libjpeg-turbo' 'giflib' );
+ depends+=( 'libjpeg-turbo' 'libpng' 'giflib' 'libwebp' 'libtiff' );
elif [[ $CLI == "YES" ]]; then
depends+=();
fi