[arch-commits] Commit in emacs-nox/trunk (PKGBUILD emacs-nox.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Sep 19 17:19:00 UTC 2016


    Date: Monday, September 19, 2016 @ 17:19:00
  Author: jlichtblau
Revision: 189987

updpkg emacs 25.1 - new upstream release

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog

---------------------+
 PKGBUILD            |   24 +++++++++++++-----------
 emacs-nox.changelog |    3 +++
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-19 15:28:46 UTC (rev 189986)
+++ PKGBUILD	2016-09-19 17:19:00 UTC (rev 189987)
@@ -3,8 +3,8 @@
 # Contributor: Chris Brannon <cmbrannon at cox.net>
 
 pkgname=emacs-nox
-pkgver=24.5
-pkgrel=4
+pkgver=25.1
+pkgrel=1
 pkgdesc="The extensible, customizable, self-documenting real-time display editor, without X11 support"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html"
@@ -13,8 +13,10 @@
 provides=('emacs')
 conflicts=('emacs')
 changelog=$pkgname.changelog
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz)
-sha256sums=('dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e')
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
+validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
+sha256sums=('19f2798ee3bc26c95dca3303e7ab141e7ad65d6ea2b6945eeba4dbea7df48f33'
+            'SKIP')
 
 build() {
   cd "${srcdir}"/emacs-$pkgver
@@ -26,18 +28,18 @@
 
 package() {
   cd "${srcdir}"/emacs-$pkgver
+
   make DESTDIR="${pkgdir}" install
-  
-  # remove conflict with ctags package
+
+# remove conflict with ctags package
   mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
   mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm "${pkgdir}"/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
+
+# fix user/root permissions on usr/share files
   find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
+# remove .desktop file and icons
   rm -rf "${pkgdir}"/usr/share/{applications,icons}
-  # fix perms on /var/games
+# fix perms on /var/games
   chmod 775 "${pkgdir}"/var/games
   chmod 775 "${pkgdir}"/var/games/emacs
   chmod 664 "${pkgdir}"/var/games/emacs/*

Modified: emacs-nox.changelog
===================================================================
--- emacs-nox.changelog	2016-09-19 15:28:46 UTC (rev 189986)
+++ emacs-nox.changelog	2016-09-19 17:19:00 UTC (rev 189987)
@@ -1,3 +1,6 @@
+2016-09-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 25.1-1
+
 2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* emacs-nox 24.5-4 pacman hooks rebuild
 



More information about the arch-commits mailing list