summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-12-04 07:33:23 -0500
committerPedro A. López-Valencia2021-12-04 07:33:23 -0500
commitaafd23029a6ed2033cde43bb78b82223af439d5d (patch)
treed56e4878402661e18cdba5dd2acec24002d21ff6
parent3518869ec3cdbc968971b98f6c690303b9319a3b (diff)
downloadaur-aafd23029a6ed2033cde43bb78b82223af439d5d.tar.gz
* 29.0.50.152360
* Added linxpm as a dependency to all graphical builds. Previously it was pulled in by m17n-lib apparently. Thanks to ynakao for the report.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7cf523cf54..8d8bfa5b146c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.152309
+ pkgver = 29.0.50.152360
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -15,6 +15,7 @@ pkgbase = emacs-git
depends = gpm
depends = harfbuzz
depends = gtk3
+ depends = libxpm
depends = libjpeg-turbo
depends = giflib
depends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index bad38bb7c1c6..7f1b866bbd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.152309
+pkgver=29.0.50.152360
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -126,13 +126,13 @@ fi
if [[ $CLI == "YES" ]]; then
depends=("${depends_nox[@]}");
elif [[ $NOTKIT == "YES" ]]; then
- depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' 'libxfixes' );
+ depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxrandr' 'lcms2' 'librsvg' 'libxfixes' 'libxpm' );
makedepends+=( 'xorgproto' );
elif [[ $LUCID == "YES" ]]; then
- depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxfixes' 'lcms2' 'librsvg' 'xaw3d' 'libxrandr' );
+ depends+=( 'dbus' 'hicolor-icon-theme' 'libxinerama' 'libxfixes' 'lcms2' 'librsvg' 'xaw3d' 'libxrandr' 'libxpm' );
makedepends+=( 'xorgproto' );
else
- depends+=( 'gtk3' );
+ depends+=( 'gtk3' 'libxpm' );
makedepends+=( 'xorgproto' );
fi