Update to 0.3.2.1, unbreaks after recent py-gobject update

ok ajacoutot@, landry@
This commit is contained in:
giovanni 2011-03-28 07:26:16 +00:00
parent 625eda38b0
commit e4a6febfc6
5 changed files with 24 additions and 26 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2010/11/26 07:07:56 espie Exp $
# $OpenBSD: Makefile,v 1.16 2011/03/28 07:26:16 giovanni Exp $
COMMENT = music manager and player for GTK+ written in Python
V = 0.3.2
P = 0
P = 1
DISTNAME = exaile-${V}.${P}
CATEGORIES = audio x11

View File

@ -1,5 +1,5 @@
MD5 (exaile-0.3.2.0.tar.gz) = /dH3URgDKlqgkyy0SbLFMw==
RMD160 (exaile-0.3.2.0.tar.gz) = cPKPcerBAXiim6uYhEoaHkjzkAY=
SHA1 (exaile-0.3.2.0.tar.gz) = CAFatkf1uDmXvS8ch8FNPSh/0+c=
SHA256 (exaile-0.3.2.0.tar.gz) = dXHbiNtUU9CWde1w2L1QRoJbbnt56nawFwfhHNFGCes=
SIZE (exaile-0.3.2.0.tar.gz) = 2082057
MD5 (exaile-0.3.2.1.tar.gz) = fs+p5SqfKIJxezSDUYtgSw==
RMD160 (exaile-0.3.2.1.tar.gz) = 522xWoCpprJaCU5ApZeSU5n99I8=
SHA1 (exaile-0.3.2.1.tar.gz) = huFFGrnm+WB3yd/Fnuo9TcywDPA=
SHA256 (exaile-0.3.2.1.tar.gz) = 2z5be7StU23zH3+YJFbvCu+TUCGvzQBMh1UxdYQwD/Y=
SIZE (exaile-0.3.2.1.tar.gz) = 2061448

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-data_exaile_desktop,v 1.5 2010/10/13 17:11:10 giovanni Exp $
--- data/exaile.desktop.orig Sat Jun 26 01:21:23 2010
+++ data/exaile.desktop Tue Oct 12 12:53:45 2010
$OpenBSD: patch-data_exaile_desktop,v 1.6 2011/03/28 07:26:16 giovanni Exp $
--- data/exaile.desktop.orig Sun Feb 13 16:17:38 2011
+++ data/exaile.desktop Thu Mar 24 18:48:50 2011
@@ -33,7 +33,7 @@ Comment[pl]=Słuchanie, przeglądanie i modyfikowanie
Comment[sv]=Spela, utforska och hantera din musiksamling
Comment[pt_BR]=Escute, gerencie ou edite sua coleção de músicas

View File

@ -1,17 +1,20 @@
$OpenBSD: patch-plugins_Makefile,v 1.3 2010/04/21 07:02:42 giovanni Exp $
--- plugins/Makefile.orig Tue Mar 16 02:52:51 2010
+++ plugins/Makefile Wed Mar 17 19:05:05 2010
@@ -1,7 +1,6 @@
-PREFIX ?= /usr/local
$OpenBSD: patch-plugins_Makefile,v 1.4 2011/03/28 07:26:16 giovanni Exp $
--- plugins/Makefile.orig Sun Feb 13 16:17:38 2011
+++ plugins/Makefile Thu Mar 24 18:50:00 2011
@@ -1,31 +1,31 @@
PREFIX ?= /usr/local
-PLUGINSDIR = /share/exaile/plugins/
+PLUGINSDIR = /share/exaile/data/plugins/
-INSTALL_PLUGINS = `python list.py`
+INSTALL_PLUGINS = `${MODPY_BIN} list.py`
-INSTALL_PLUGINS = `python list.py main`
-EXTRA_PLUGINS = `python list.py extra`
+INSTALL_PLUGINS = `${MODPY_BIN} list.py main`
+EXTRA_PLUGINS = `${MODPY_BIN} list.py extra`
# EXTRA_PLUGINS = ipconsole \
# helloworld
@@ -12,22 +11,22 @@ all: compile
-DIST_PLUGINS = `python list.py all`
+DIST_PLUGINS = `${MODPY_BIN} list.py all`
all: compile
dist:
mkdir -p ../dist/plugins/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2010/10/13 17:11:10 giovanni Exp $
@comment $OpenBSD: PLIST,v 1.8 2011/03/28 07:26:16 giovanni Exp $
bin/exaile
lib/python${MODPY_VERSION}/site-packages/exaile/
lib/python${MODPY_VERSION}/site-packages/exaile/exaile.py
@ -840,11 +840,6 @@ share/exaile/data/plugins/screensaverpause/PLUGININFO
share/exaile/data/plugins/screensaverpause/__init__.py
share/exaile/data/plugins/screensaverpause/__init__.pyc
share/exaile/data/plugins/screensaverpause/__init__.pyo
share/exaile/data/plugins/shoutcast/
share/exaile/data/plugins/shoutcast/PLUGININFO
share/exaile/data/plugins/shoutcast/__init__.py
share/exaile/data/plugins/shoutcast/__init__.pyc
share/exaile/data/plugins/shoutcast/__init__.pyo
share/exaile/data/plugins/shutdown/
share/exaile/data/plugins/shutdown/PLUGININFO
share/exaile/data/plugins/shutdown/__init__.py