[arch-commits] Commit in madman/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Jan 27 10:33:49 UTC 2014


    Date: Monday, January 27, 2014 @ 11:33:49
  Author: spupykin
Revision: 104837

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

Added:
  madman/repos/community-i686/PKGBUILD
    (from rev 104836, madman/trunk/PKGBUILD)
  madman/repos/community-i686/fake-g++.sh
    (from rev 104836, madman/trunk/fake-g++.sh)
  madman/repos/community-x86_64/PKGBUILD
    (from rev 104836, madman/trunk/PKGBUILD)
  madman/repos/community-x86_64/fake-g++.sh
    (from rev 104836, madman/trunk/fake-g++.sh)
Deleted:
  madman/repos/community-i686/PKGBUILD
  madman/repos/community-i686/fake-g++.sh
  madman/repos/community-x86_64/PKGBUILD
  madman/repos/community-x86_64/fake-g++.sh

------------------------------+
 /PKGBUILD                    |  118 +++++++++++++++++++++++++++++++++++++++++
 /fake-g++.sh                 |   10 +++
 community-i686/PKGBUILD      |   60 --------------------
 community-i686/fake-g++.sh   |    5 -
 community-x86_64/PKGBUILD    |   60 --------------------
 community-x86_64/fake-g++.sh |    5 -
 6 files changed, 128 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-27 10:33:37 UTC (rev 104836)
+++ community-i686/PKGBUILD	2014-01-27 10:33:49 UTC (rev 104837)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: Hugo Ideler <hugoideler at dse.nl>
-# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
-
-pkgname=madman
-pkgver=0.94beta1.20060611
-pkgrel=3
-pkgdesc="I-tunes like music player"
-arch=('i686' 'x86_64')
-url="http://madman.sourceforge.net/"
-license=('GPL')
-depends=('qt3' 'xmms' 'gtk' 'taglib')
-makedepends=('python2' 'scons')
-source=(ftp://ftp.archlinux.org/other/community/madman/madman_$pkgver.orig.tar.gz
-	ftp://ftp.archlinux.org/other/community/madman/madman_$pkgver-2.diff.gz
-	ftp://ftp.archlinux.org/other/community/madman/madman.desktop
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo.png
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo_mini.png
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo_large.png
-	fake-g++.sh)
-md5sums=('36e7a4619ebe83ed939c7ae09c16d535'
-         '26de942ae2465fb805748d3bea9a8a17'
-         '591354b69235d5a4b5a09591d04db266'
-         'd4546f77857a6ccdabb2036eb6a0da07'
-         '2d54bb8eceed283edc88a3e4553d2483'
-         '3c2da1b1800fb372e225ae38fa1398e8'
-         '685a6fb13c861b82950dd6a77fd02120')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver.orig
-
-  patch -p1 -i $srcdir/madman_0.94beta1.20060611-2.diff
-  mkdir -p ,build/release/designer
-  touch ,build/release/designer/tsonglistview.h \
-	,build/release/designer/tsetlistview.h \
-	,build/release/designer/tclickablelabel.h \
-	,build/release/designer/tacceleratorlineedit.h \
-	,build/release/designer/tsonglistview.h \
-	,build/release/designer/tsetlistview.h
-  sed -i '26,1i#include <memory>' utility/base.h
-  sed -i 's|python|python2|' designer/make_imagedata httpd/make_webdata doc/update_format_tag
-  install -m755 $srcdir/fake-g++.sh ./g++
-  export PATH=.:$PATH
-
-  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.orig
-
-  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3 \
-    install_to=$pkgdir/usr prefix=/usr install
-
-  install -Dm644 $srcdir/madman_logo.png $pkgdir/usr/share/icons/madman_logo.png
-  install -Dm644 $srcdir/madman_logo_mini.png $pkgdir/usr/share/icons/mini/madman_logo_mini.png
-  install -Dm644 $srcdir/madman_logo_large.png $pkgdir/usr/share/icons/large/madman_logo_large.png
-  install -Dm644 $srcdir/madman.desktop $pkgdir/usr/share/applications/madman.desktop
-}

Copied: madman/repos/community-i686/PKGBUILD (from rev 104836, madman/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-27 10:33:49 UTC (rev 104837)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
+
+pkgname=madman
+pkgver=0.94beta1.20080906
+pkgrel=1
+pkgdesc="I-tunes like music player"
+arch=('i686' 'x86_64')
+url="http://madman.sourceforge.net/"
+license=('GPL')
+depends=('qt3' 'xmms' 'gtk' 'taglib')
+makedepends=('python2' 'scons' 'git')
+source=(git+http://git.tiker.net/trees/madman.git
+	ftp://ftp.archlinux.org/other/community/madman/madman.desktop
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo.png
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo_mini.png
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo_large.png
+	fake-g++.sh)
+md5sums=('SKIP'
+         '591354b69235d5a4b5a09591d04db266'
+         'd4546f77857a6ccdabb2036eb6a0da07'
+         '2d54bb8eceed283edc88a3e4553d2483'
+         '3c2da1b1800fb372e225ae38fa1398e8'
+         '685a6fb13c861b82950dd6a77fd02120')
+
+prepare() {
+  cd $srcdir/$pkgname
+  mkdir -p ,build/release/designer
+  touch ,build/release/designer/tsonglistview.h \
+	,build/release/designer/tsetlistview.h \
+	,build/release/designer/tclickablelabel.h \
+	,build/release/designer/tacceleratorlineedit.h \
+	,build/release/designer/tsonglistview.h \
+	,build/release/designer/tsetlistview.h
+  sed -i 's|python|python2|' designer/make_imagedata httpd/make_webdata doc/update_format_tag
+}
+
+build() {
+  cd $srcdir/$pkgname
+  echo -e '\n\n' | ./configure
+  install -m755 $srcdir/fake-g++.sh ./g++
+  export PATH=.:$PATH
+  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3 \
+    install_to=$pkgdir/usr prefix=/usr install
+
+  install -Dm644 $srcdir/madman_logo.png $pkgdir/usr/share/icons/madman_logo.png
+  install -Dm644 $srcdir/madman_logo_mini.png $pkgdir/usr/share/icons/mini/madman_logo_mini.png
+  install -Dm644 $srcdir/madman_logo_large.png $pkgdir/usr/share/icons/large/madman_logo_large.png
+  install -Dm644 $srcdir/madman.desktop $pkgdir/usr/share/applications/madman.desktop
+}

Deleted: community-i686/fake-g++.sh
===================================================================
--- community-i686/fake-g++.sh	2014-01-27 10:33:37 UTC (rev 104836)
+++ community-i686/fake-g++.sh	2014-01-27 10:33:49 UTC (rev 104837)
@@ -1,5 +0,0 @@
-#!/bin/sh -x
-
-Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
-echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
-exec /usr/bin/g++ $Q

Copied: madman/repos/community-i686/fake-g++.sh (from rev 104836, madman/trunk/fake-g++.sh)
===================================================================
--- community-i686/fake-g++.sh	                        (rev 0)
+++ community-i686/fake-g++.sh	2014-01-27 10:33:49 UTC (rev 104837)
@@ -0,0 +1,5 @@
+#!/bin/sh -x
+
+Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
+echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
+exec /usr/bin/g++ $Q

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-27 10:33:37 UTC (rev 104836)
+++ community-x86_64/PKGBUILD	2014-01-27 10:33:49 UTC (rev 104837)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: Hugo Ideler <hugoideler at dse.nl>
-# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
-
-pkgname=madman
-pkgver=0.94beta1.20060611
-pkgrel=3
-pkgdesc="I-tunes like music player"
-arch=('i686' 'x86_64')
-url="http://madman.sourceforge.net/"
-license=('GPL')
-depends=('qt3' 'xmms' 'gtk' 'taglib')
-makedepends=('python2' 'scons')
-source=(ftp://ftp.archlinux.org/other/community/madman/madman_$pkgver.orig.tar.gz
-	ftp://ftp.archlinux.org/other/community/madman/madman_$pkgver-2.diff.gz
-	ftp://ftp.archlinux.org/other/community/madman/madman.desktop
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo.png
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo_mini.png
-	ftp://ftp.archlinux.org/other/community/madman/madman_logo_large.png
-	fake-g++.sh)
-md5sums=('36e7a4619ebe83ed939c7ae09c16d535'
-         '26de942ae2465fb805748d3bea9a8a17'
-         '591354b69235d5a4b5a09591d04db266'
-         'd4546f77857a6ccdabb2036eb6a0da07'
-         '2d54bb8eceed283edc88a3e4553d2483'
-         '3c2da1b1800fb372e225ae38fa1398e8'
-         '685a6fb13c861b82950dd6a77fd02120')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver.orig
-
-  patch -p1 -i $srcdir/madman_0.94beta1.20060611-2.diff
-  mkdir -p ,build/release/designer
-  touch ,build/release/designer/tsonglistview.h \
-	,build/release/designer/tsetlistview.h \
-	,build/release/designer/tclickablelabel.h \
-	,build/release/designer/tacceleratorlineedit.h \
-	,build/release/designer/tsonglistview.h \
-	,build/release/designer/tsetlistview.h
-  sed -i '26,1i#include <memory>' utility/base.h
-  sed -i 's|python|python2|' designer/make_imagedata httpd/make_webdata doc/update_format_tag
-  install -m755 $srcdir/fake-g++.sh ./g++
-  export PATH=.:$PATH
-
-  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.orig
-
-  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3 \
-    install_to=$pkgdir/usr prefix=/usr install
-
-  install -Dm644 $srcdir/madman_logo.png $pkgdir/usr/share/icons/madman_logo.png
-  install -Dm644 $srcdir/madman_logo_mini.png $pkgdir/usr/share/icons/mini/madman_logo_mini.png
-  install -Dm644 $srcdir/madman_logo_large.png $pkgdir/usr/share/icons/large/madman_logo_large.png
-  install -Dm644 $srcdir/madman.desktop $pkgdir/usr/share/applications/madman.desktop
-}

Copied: madman/repos/community-x86_64/PKGBUILD (from rev 104836, madman/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-27 10:33:49 UTC (rev 104837)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+# Contributor: Zsolt Varadi <sysop_xxl at fibermail.hu>
+
+pkgname=madman
+pkgver=0.94beta1.20080906
+pkgrel=1
+pkgdesc="I-tunes like music player"
+arch=('i686' 'x86_64')
+url="http://madman.sourceforge.net/"
+license=('GPL')
+depends=('qt3' 'xmms' 'gtk' 'taglib')
+makedepends=('python2' 'scons' 'git')
+source=(git+http://git.tiker.net/trees/madman.git
+	ftp://ftp.archlinux.org/other/community/madman/madman.desktop
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo.png
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo_mini.png
+	ftp://ftp.archlinux.org/other/community/madman/madman_logo_large.png
+	fake-g++.sh)
+md5sums=('SKIP'
+         '591354b69235d5a4b5a09591d04db266'
+         'd4546f77857a6ccdabb2036eb6a0da07'
+         '2d54bb8eceed283edc88a3e4553d2483'
+         '3c2da1b1800fb372e225ae38fa1398e8'
+         '685a6fb13c861b82950dd6a77fd02120')
+
+prepare() {
+  cd $srcdir/$pkgname
+  mkdir -p ,build/release/designer
+  touch ,build/release/designer/tsonglistview.h \
+	,build/release/designer/tsetlistview.h \
+	,build/release/designer/tclickablelabel.h \
+	,build/release/designer/tacceleratorlineedit.h \
+	,build/release/designer/tsonglistview.h \
+	,build/release/designer/tsetlistview.h
+  sed -i 's|python|python2|' designer/make_imagedata httpd/make_webdata doc/update_format_tag
+}
+
+build() {
+  cd $srcdir/$pkgname
+  echo -e '\n\n' | ./configure
+  install -m755 $srcdir/fake-g++.sh ./g++
+  export PATH=.:$PATH
+  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  scons qt_directory=/usr/lib/qt3 add_c_include_dirs=/usr/include/qt3 \
+    install_to=$pkgdir/usr prefix=/usr install
+
+  install -Dm644 $srcdir/madman_logo.png $pkgdir/usr/share/icons/madman_logo.png
+  install -Dm644 $srcdir/madman_logo_mini.png $pkgdir/usr/share/icons/mini/madman_logo_mini.png
+  install -Dm644 $srcdir/madman_logo_large.png $pkgdir/usr/share/icons/large/madman_logo_large.png
+  install -Dm644 $srcdir/madman.desktop $pkgdir/usr/share/applications/madman.desktop
+}

Deleted: community-x86_64/fake-g++.sh
===================================================================
--- community-x86_64/fake-g++.sh	2014-01-27 10:33:37 UTC (rev 104836)
+++ community-x86_64/fake-g++.sh	2014-01-27 10:33:49 UTC (rev 104837)
@@ -1,5 +0,0 @@
-#!/bin/sh -x
-
-Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
-echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
-exec /usr/bin/g++ $Q

Copied: madman/repos/community-x86_64/fake-g++.sh (from rev 104836, madman/trunk/fake-g++.sh)
===================================================================
--- community-x86_64/fake-g++.sh	                        (rev 0)
+++ community-x86_64/fake-g++.sh	2014-01-27 10:33:49 UTC (rev 104837)
@@ -0,0 +1,5 @@
+#!/bin/sh -x
+
+Q=`echo "$*" | sed 's|- p t h r e a d|-pthread|'`
+echo "$Q" | grep 'lmp4ff' && Q="$Q /usr/lib/libmp4ff.a"
+exec /usr/bin/g++ $Q




More information about the arch-commits mailing list