summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-26 15:30:35 +0100
committerhaawda2017-11-26 15:30:35 +0100
commite6a812ee175e31d7b400b4ba8ea1457a3d63feed (patch)
treedf0aca40512aac1447e41096f5cd174247fd2f9e
parent021effe9b0e66c8a75459ab700f78ed979b6850d (diff)
downloadaur-e6a812ee175e31d7b400b4ba8ea1457a3d63feed.tar.gz
change some file permissions
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD17
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e8754bb213d..7d7649bd3c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 27.0.50.r131242
- pkgrel = 1
+ pkgver = 27.0.50.r131282
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = emacs-lucid-git
depends = xaw3d
depends = libdbus
depends = libxfixes
+ depends = libsystemd-standalone
provides = emacs
conflicts = emacs
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index 63a95e781334..9cec9ae0831f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-lucid-git
-pkgver=27.0.50.r131242
-pkgrel=1
+pkgver=27.0.50.r131282
+pkgrel=2
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL')
-depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib'
- 'libxrandr' 'libxinerama' 'imagemagick' 'librsvg'
- 'gnutls' 'xaw3d' 'libdbus' 'libxfixes')
+depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib' 'libxrandr'
+ 'libxinerama' 'imagemagick' 'librsvg' 'gnutls' 'xaw3d'
+ 'libdbus' 'libxfixes' 'libsystemd-standalone')
makedepends=('git' 'texlive-core')
conflicts=('emacs')
options=('docs' '!emptydirs' '!makeflags')
@@ -35,7 +35,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
- --localstatedir=/var \
+ --localstatedir=/usr/share \
--with-x-toolkit=lucid \
--mandir=/usr/share/man \
--pdfdir=/usr/share/doc/emacs \
@@ -44,7 +44,7 @@ build() {
--with-xft \
--without-xwidgets \
--without-pop \
- --with-gameuser=:games
+ --with-gameuser=:games
make
make pdf
}
@@ -57,7 +57,8 @@ package() {
find "$pkgdir"/usr/share/emacs/ -exec chown root:root {} \;
# Delete compressed .el.gz files. Comment out if needed.
# find "$pkgdir"/usr/share/emacs/ -name "*.el.gz" -exec rm {} \;
- chmod g+w "$pkgdir"/var/games
+ chmod g+w "$pkgdir"/usr/share/games
+ chmod 775 "$pkgdir"/usr/lib/emacs/*/*/update-game-score
# The logic used to install systemd's user service is partially broken
# under Arch Linux model, because it adds $DESTDIR as prefix to the
# final Exec targets. The fix is to hack it with an axe.