Date: Tuesday, July 7, 2020 @ 19:18:41
  Author: foutrelis
Revision: 660144

archrelease: copy trunk to community-staging-x86_64

Added:
  emacs-nox/repos/community-staging-x86_64/
  emacs-nox/repos/community-staging-x86_64/PKGBUILD
    (from rev 660143, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-staging-x86_64/emacs-nox.changelog
    (from rev 660143, emacs-nox/trunk/emacs-nox.changelog)

---------------------+
 PKGBUILD            |   41 +++++++++++++++++++++++++++++++++
 emacs-nox.changelog |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+)

Copied: emacs-nox/repos/community-staging-x86_64/PKGBUILD (from rev 660143, 
emacs-nox/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 19:18:41 UTC (rev 660144)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Chris Brannon <[email protected]>
+
+pkgname=emacs-nox
+pkgver=26.3
+pkgrel=2
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor, without X11 support"
+arch=('x86_64')
+url="https://www.gnu.org/software/emacs/emacs.html";
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2' 'glib2' 'gnutls')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+source=(https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz{,.sig})
+validpgpkeys=('28D3BED851FDF3AB57FEF93C233587A47C207910')
+sha256sums=('4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --without-x --without-sound --with-modules
+  make
+}
+
+package() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# remove conflict with ctags package
+  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
+  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+# fix user/root permissions on usr/share files
+  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
+# remove .desktop file and icons
+  rm -rf "${pkgdir}"/usr/share/{applications,icons}
+}

Copied: emacs-nox/repos/community-staging-x86_64/emacs-nox.changelog (from rev 
660143, emacs-nox/trunk/emacs-nox.changelog)
===================================================================
--- community-staging-x86_64/emacs-nox.changelog                                
(rev 0)
+++ community-staging-x86_64/emacs-nox.changelog        2020-07-07 19:18:41 UTC 
(rev 660144)
@@ -0,0 +1,62 @@
+2019-09-18 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 26.3-1
+
+2019-05-25 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 26.2-1
+
+2018-07-08 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 26.1-1
+
+2017-09-12 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 25.3-1
+
+2017-04-25 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 25.2-1
+
+2016-09-19 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 25.1-1
+
+2016-05-01 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.5-4 pacman hooks rebuild
+
+2016-01-24 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.5-3 FS#47841 fix
+
+2015-05-15 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.5-1
+
+2014-10-24 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.4-2 FS#42514 fix
+
+2014-10-21 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.4-1
+
+2013-04-20 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.3-1
+
+2012-09-12 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.2-1
+
+2012-06-12 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 24.1-1
+
+2011-03-13 Jaroslav Lichtblau <[email protected]>
+       * emacs-nox 23.3-1
+
+2010-05-12 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 23.2
+
+2010-03-17 Jaroslav Lichtblau <[email protected]>
+       * 23.1-2 - fix for FS#18688 - [emacs-nox] compiled with SSE2 
instructions
+
+2009-12-18 Jaroslav Lichtblau <[email protected]>
+       * Update to major release 23.1
+
+2008-11-01 Jaroslav Lichtblau <[email protected]>
+       * New PKGBUILD/install method provided by Chris Brannon 
<[email protected]>
+       * => Added an install script
+       * => Info files are now installed using install-info
+
+2008-09-08 Jaroslav Lichtblau <[email protected]>
+       * Package moved to [community]
+       * Update to major release 22.3

Reply via email to