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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 10:53:45 UTC 2016


    Date: Sunday, May 1, 2016 @ 12:53:45
  Author: jlichtblau
Revision: 173242

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

Added:
  pympd/repos/community-i686/PKGBUILD
    (from rev 173241, pympd/trunk/PKGBUILD)
  pympd/repos/community-x86_64/PKGBUILD
    (from rev 173241, pympd/trunk/PKGBUILD)
Deleted:
  pympd/repos/community-i686/ChangeLog
  pympd/repos/community-i686/PKGBUILD
  pympd/repos/community-x86_64/ChangeLog
  pympd/repos/community-x86_64/PKGBUILD

----------------------------+
 /PKGBUILD                  |   72 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    2 -
 community-i686/PKGBUILD    |   32 -------------------
 community-x86_64/ChangeLog |    2 -
 community-x86_64/PKGBUILD  |   32 -------------------
 5 files changed, 72 insertions(+), 68 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2016-05-01 10:53:26 UTC (rev 173241)
+++ community-i686/ChangeLog	2016-05-01 10:53:45 UTC (rev 173242)
@@ -1,2 +0,0 @@
-2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release O.08.1

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-01 10:53:26 UTC (rev 173241)
+++ community-i686/PKGBUILD	2016-05-01 10:53:45 UTC (rev 173242)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: whatah <whatah at gmail.com>
-# Contributor: Andrew Conkling <andrewski at fr.st>
-
-pkgname=pympd
-pkgver=0.08.1
-pkgrel=4
-pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
-arch=('i686' 'x86_64')
-url="http://pympd.sourceforge.net/"
-license=('GPL')
-depends=('libglade' 'pygtk')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
-md5sums=('388c2882ffbacffb27b491441a2b2a23')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_which python_which python2_' Makefile
-  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: pympd/repos/community-i686/PKGBUILD (from rev 173241, pympd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-01 10:53:45 UTC (rev 173242)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: whatah <whatah at gmail.com>
+# Contributor: Andrew Conkling <andrewski at fr.st>
+
+pkgname=pympd
+pkgver=0.08.1
+pkgrel=5
+pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
+arch=('i686' 'x86_64')
+url="http://pympd.sourceforge.net/"
+license=('GPL')
+depends=('libglade' 'pygtk')
+makedepends=('pkg-config')
+options=('!emptydirs')
+source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8da3b91c06857c486321a1d2769c035becd90286ce03791aa2058b0a5f620a06')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_which python_which python2_' Makefile
+  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2016-05-01 10:53:26 UTC (rev 173241)
+++ community-x86_64/ChangeLog	2016-05-01 10:53:45 UTC (rev 173242)
@@ -1,2 +0,0 @@
-2010-01-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release O.08.1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-01 10:53:26 UTC (rev 173241)
+++ community-x86_64/PKGBUILD	2016-05-01 10:53:45 UTC (rev 173242)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: whatah <whatah at gmail.com>
-# Contributor: Andrew Conkling <andrewski at fr.st>
-
-pkgname=pympd
-pkgver=0.08.1
-pkgrel=4
-pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
-arch=('i686' 'x86_64')
-url="http://pympd.sourceforge.net/"
-license=('GPL')
-depends=('libglade' 'pygtk')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
-md5sums=('388c2882ffbacffb27b491441a2b2a23')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's_which python_which python2_' Makefile
-  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: pympd/repos/community-x86_64/PKGBUILD (from rev 173241, pympd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-01 10:53:45 UTC (rev 173242)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: whatah <whatah at gmail.com>
+# Contributor: Andrew Conkling <andrewski at fr.st>
+
+pkgname=pympd
+pkgver=0.08.1
+pkgrel=5
+pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
+arch=('i686' 'x86_64')
+url="http://pympd.sourceforge.net/"
+license=('GPL')
+depends=('libglade' 'pygtk')
+makedepends=('pkg-config')
+options=('!emptydirs')
+source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('8da3b91c06857c486321a1d2769c035becd90286ce03791aa2058b0a5f620a06')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's_which python_which python2_' Makefile
+  sed -i 's_python -c_python2 -c_' src/modules/tray/Makefile
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list