[arch-commits] Commit in emms/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jun 26 17:55:25 UTC 2017


    Date: Monday, June 26, 2017 @ 17:55:24
  Author: spupykin
Revision: 241051

archrelease: copy trunk to community-i686, community-x86_64

Added:
  emms/repos/community-i686/
  emms/repos/community-i686/PKGBUILD
    (from rev 241050, emms/trunk/PKGBUILD)
  emms/repos/community-i686/emms.install
    (from rev 241050, emms/trunk/emms.install)
  emms/repos/community-x86_64/
  emms/repos/community-x86_64/PKGBUILD
    (from rev 241050, emms/trunk/PKGBUILD)
  emms/repos/community-x86_64/emms.install
    (from rev 241050, emms/trunk/emms.install)

-------------------------------+
 community-i686/PKGBUILD       |   37 +++++++++++++++++++++++++++++++++++++
 community-i686/emms.install   |   15 +++++++++++++++
 community-x86_64/PKGBUILD     |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/emms.install |   15 +++++++++++++++
 4 files changed, 104 insertions(+)

Copied: emms/repos/community-i686/PKGBUILD (from rev 241050, emms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-26 17:55:24 UTC (rev 241051)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor:  Gour <gour at mail.inet.hr>
+
+pkgname=emms
+epoch=1
+pkgver=4.3
+pkgrel=2
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('emacs' 'taglib')
+makedepends=('git')
+install=${pkgname}.install
+validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
+source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
+#source=(git://git.sv.gnu.org/emms.git)
+sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+    -e "s|/usr/local|/usr|g" \
+    -e "s|/info|/share/info|g" \
+    Makefile
+  make
+  make emms-print-metadata
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Copied: emms/repos/community-i686/emms.install (from rev 241050, emms/trunk/emms.install)
===================================================================
--- community-i686/emms.install	                        (rev 0)
+++ community-i686/emms.install	2017-06-26 17:55:24 UTC (rev 241051)
@@ -0,0 +1,15 @@
+post_install() {
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}

Copied: emms/repos/community-x86_64/PKGBUILD (from rev 241050, emms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-26 17:55:24 UTC (rev 241051)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor:  Gour <gour at mail.inet.hr>
+
+pkgname=emms
+epoch=1
+pkgver=4.3
+pkgrel=2
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('emacs' 'taglib')
+makedepends=('git')
+install=${pkgname}.install
+validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
+source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
+#source=(git://git.sv.gnu.org/emms.git)
+sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+    -e "s|/usr/local|/usr|g" \
+    -e "s|/info|/share/info|g" \
+    Makefile
+  make
+  make emms-print-metadata
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Copied: emms/repos/community-x86_64/emms.install (from rev 241050, emms/trunk/emms.install)
===================================================================
--- community-x86_64/emms.install	                        (rev 0)
+++ community-x86_64/emms.install	2017-06-26 17:55:24 UTC (rev 241051)
@@ -0,0 +1,15 @@
+post_install() {
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}



More information about the arch-commits mailing list