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

Jan Steffens heftig at archlinux.org
Thu Jul 28 13:42:31 UTC 2016


    Date: Thursday, July 28, 2016 @ 13:42:30
  Author: heftig
Revision: 272600

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

Added:
  libmikmod/repos/extra-i686/PKGBUILD
    (from rev 272599, libmikmod/trunk/PKGBUILD)
  libmikmod/repos/extra-x86_64/PKGBUILD
    (from rev 272599, libmikmod/trunk/PKGBUILD)
Deleted:
  libmikmod/repos/extra-i686/PKGBUILD
  libmikmod/repos/extra-i686/libmikmod.install
  libmikmod/repos/extra-x86_64/PKGBUILD
  libmikmod/repos/extra-x86_64/libmikmod.install

--------------------------------+
 /PKGBUILD                      |   68 +++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD            |   35 --------------------
 extra-i686/libmikmod.install   |   18 ----------
 extra-x86_64/PKGBUILD          |   35 --------------------
 extra-x86_64/libmikmod.install |   18 ----------
 5 files changed, 68 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-28 13:42:09 UTC (rev 272599)
+++ extra-i686/PKGBUILD	2016-07-28 13:42:30 UTC (rev 272600)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=libmikmod
-pkgver=3.3.8
-pkgrel=1
-pkgdesc="A portable sound library"
-license=(GPL LGPL)
-url="http://mikmod.sourceforge.net"
-arch=(i686 x86_64)
-depends=(libpulse sh)
-makedepends=(alsa-lib)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../$pkgname-$pkgver/configure \
-    --prefix=/usr \
-    --disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libmikmod/repos/extra-i686/PKGBUILD (from rev 272599, libmikmod/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-28 13:42:30 UTC (rev 272600)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=libmikmod
+pkgver=3.3.8
+pkgrel=2
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.sourceforge.net"
+arch=(i686 x86_64)
+depends=(libpulse sh)
+makedepends=(alsa-lib)
+source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
+sha256sums=('4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../$pkgname-$pkgver/configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/libmikmod.install
===================================================================
--- extra-i686/libmikmod.install	2016-07-28 13:42:09 UTC (rev 272599)
+++ extra-i686/libmikmod.install	2016-07-28 13:42:30 UTC (rev 272600)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(mikmod.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-28 13:42:09 UTC (rev 272599)
+++ extra-x86_64/PKGBUILD	2016-07-28 13:42:30 UTC (rev 272600)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=libmikmod
-pkgver=3.3.8
-pkgrel=1
-pkgdesc="A portable sound library"
-license=(GPL LGPL)
-url="http://mikmod.sourceforge.net"
-arch=(i686 x86_64)
-depends=(libpulse sh)
-makedepends=(alsa-lib)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  ../$pkgname-$pkgver/configure \
-    --prefix=/usr \
-    --disable-static
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libmikmod/repos/extra-x86_64/PKGBUILD (from rev 272599, libmikmod/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-28 13:42:30 UTC (rev 272600)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=libmikmod
+pkgver=3.3.8
+pkgrel=2
+pkgdesc="A portable sound library"
+license=(GPL LGPL)
+url="http://mikmod.sourceforge.net"
+arch=(i686 x86_64)
+depends=(libpulse sh)
+makedepends=(alsa-lib)
+source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
+sha256sums=('4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  ../$pkgname-$pkgver/configure \
+    --prefix=/usr \
+    --disable-static
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-x86_64/libmikmod.install
===================================================================
--- extra-x86_64/libmikmod.install	2016-07-28 13:42:09 UTC (rev 272599)
+++ extra-x86_64/libmikmod.install	2016-07-28 13:42:30 UTC (rev 272600)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(mikmod.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list