[arch-commits] CVS update of extra/multimedia/wmmp3 (PKGBUILD configure.patch)

Eric Belanger eric at archlinux.org
Sun Jun 10 01:34:44 UTC 2007


    Date: Saturday, June 9, 2007 @ 21:34:44
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/wmmp3

 Removed: PKGBUILD (1.6) configure.patch (1.1)

Repo cleanup. Moving WM dockapps to unsupported.


-----------------+
 PKGBUILD        |   22 ----------------------
 configure.patch |   20 --------------------
 2 files changed, 42 deletions(-)


Index: extra/multimedia/wmmp3/PKGBUILD
diff -u extra/multimedia/wmmp3/PKGBUILD:1.6 extra/multimedia/wmmp3/PKGBUILD:removed
--- extra/multimedia/wmmp3/PKGBUILD:1.6	Thu Jul 20 17:12:29 2006
+++ extra/multimedia/wmmp3/PKGBUILD	Sat Jun  9 21:34:44 2007
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2006/07/20 21:12:29 andyrtr Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
-pkgname=wmmp3
-pkgver=0.12
-pkgrel=2
-pkgdesc="mp3 player dock app for windowmaker; frontend to mpg123"
-arch=(i686 x86_64)
-depends=(libxpm mpg321)
-license=(GPL)
-source=(http://www.dockapps.org/download.php/id/91/$pkgname-$pkgver.tar.gz
-	configure.patch)
-url="http://www.dotfiles.com/software/wmmp3/"
-md5sums=(4bbc839c48cb13680f94b2fa133ca423 15e66942968039ecdb324c4dee9f1e00)
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np0 -i ${startdir}/src/configure.patch || return 1
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-}
Index: extra/multimedia/wmmp3/configure.patch
diff -u extra/multimedia/wmmp3/configure.patch:1.1 extra/multimedia/wmmp3/configure.patch:removed
--- extra/multimedia/wmmp3/configure.patch:1.1	Wed Mar 15 18:12:27 2006
+++ extra/multimedia/wmmp3/configure.patch	Sat Jun  9 21:34:44 2007
@@ -1,20 +0,0 @@
---- configure.orig	2005-08-24 09:45:23.000000000 +0200
-+++ configure	2005-08-24 09:45:08.000000000 +0200
-@@ -1977,11 +1977,15 @@
- 
- 
- if test "$x_includes" != "NONE"; then
--        CFLAGS="$CFLAGS -I$x_includes"
-+        if test "$x_includes" != ""; then
-+                CFLAGS="$CFLAGS -I$x_includes"
-+        fi
- fi
- 
- if test "$x_libraries" != "NONE"; then
--        LDFLAGS="$LDFLAGS -L$x_libraries"
-+        if test "$x_libraries" != ""; then
-+                LDFLAGS="$LDFLAGS -L$x_libraries"
-+        fi
- fi
- 
- echo $ac_n "checking for XOpenDisplay in -lX11""... $ac_c" 1>&6




More information about the arch-commits mailing list