summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Kotta2018-06-04 17:38:39 -0500
committerJonathan Kotta2018-06-04 17:38:39 -0500
commit81f0620d353ba320b7a63ee242986c16f52a9170 (patch)
treeecdea33781a282a4e21891c8521840b721ecaec5
parent8be8a09f93a72f8695ceeffd04de0ee168b8480b (diff)
downloadaur-81f0620d353ba320b7a63ee242986c16f52a9170.tar.gz
remove --with-gamesuser
this just uses the new default --with-gamesuser=no
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8e8c0d7d2b4..e2fd5a14f908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid
pkgdesc = The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
pkgver = 26.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/emacs.html
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d5e9349ff658..16af789a703d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=emacs-lucid
pkgver=26.1
_pkgver_major=${pkgver/.*}
-pkgrel=1
+pkgrel=2
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"
@@ -36,7 +36,7 @@ build() {
--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var \
--with-x-toolkit=lucid --with-xft --without-gconf --without-gsettings \
--with-modules \
- --with-gameuser=:games --program-transform-name='s/^ctags$/ctags.emacs/'
+ --program-transform-name='s/^ctags$/ctags.emacs/'
make
}
@@ -49,7 +49,4 @@ package() {
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
-
- chmod 775 "$pkgdir"/var/games
- chown -R root:games "$pkgdir"/var/games
}