summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-24 14:48:11 +0200
committerhaawda2018-04-24 14:48:11 +0200
commit4cdc910f384f04ea11e4553c38d60bf370179ca5 (patch)
tree933ff45eb8194f1c55bde2c4f4b71623840680c2
parentf504d6f5b1494ff913f3c8867d7b00633b8a61b2 (diff)
downloadaur-4cdc910f384f04ea11e4553c38d60bf370179ca5.tar.gz
remove a hack about systemd file
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abae1973f8ce..a60bbbf2fcb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 27.0.50.r132082
+ pkgver = 27.0.50.r132960
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
@@ -20,7 +20,6 @@ pkgbase = emacs-lucid-git
depends = libdbus
depends = libxfixes
depends = jansson
- depends = lcms2
depends = libmagick6
provides = emacs
conflicts = emacs
diff --git a/PKGBUILD b/PKGBUILD
index 9a4860f10513..5491d8e2b56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-lucid-git
-pkgver=27.0.50.r132082
+pkgver=27.0.50.r132960
pkgrel=1
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.gnu.org/software/emacs/"
license=('GPL')
depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib' 'libxrandr'
'libxinerama' 'librsvg' 'gnutls' 'xaw3d' 'libdbus' 'libxfixes'
- 'jansson' 'lcms2' 'libmagick6')
+ 'jansson' 'libmagick6')
makedepends=('git' 'texlive-core')
conflicts=('emacs')
options=('docs' '!emptydirs')
@@ -57,10 +57,4 @@ package() {
# find "$pkgdir"/usr/share/emacs/ -name "*.el.gz" -exec rm {} \;
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.
- install -Dm644 etc/emacs.service "$pkgdir"/usr/lib/systemd/user/emacs.service
- sed -i -e 's#\(ExecStart\=\)#\1\/usr\/bin\/#' -e 's#\(ExecStop\=\)#\1\/usr\/bin\/#' \
- "$pkgdir"/usr/lib/systemd/user/emacs.service
}