Template
1
0
Fork 0
mirror of https://aur.archlinux.org/ocp-git.git synced 2024-10-22 21:42:56 +00:00

Update to 0.1.22.r79.8c58533

This commit is contained in:
Ossi Saukko 2016-03-25 23:40:27 +02:00
parent 9d2e121c8f
commit 025c2ab1b6
2 changed files with 4 additions and 10 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Wed Mar 23 17:29:57 UTC 2016
# Fri Mar 25 21:38:50 UTC 2016
pkgbase = ocp-git
pkgdesc = Open Cubic Player (GIT Version)
pkgver = 0.1.22.r76.3c40348
pkgver = 0.1.22.r79.8c58533
pkgrel = 1
url = http://stian.cubic.org/project-ocp.php
install = ocp-git.install
@ -21,7 +21,7 @@ pkgbase = ocp-git
optdepends = libsidplay: for SID music support
optdepends = libvorbis: for Vorbis audio support
optdepends = sdl: for SDL user interface support
provides = ocp=0.1.22.r76.3c40348
provides = ocp=0.1.22.r79.8c58533
conflicts = ocp
source = ocp::git://git.code.sf.net/p/opencubicplayer/code
md5sums = SKIP

View file

@ -1,7 +1,7 @@
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
_name=ocp
pkgname=ocp-git
pkgver=0.1.22.r76.3c40348
pkgver=0.1.22.r79.8c58533
pkgrel=1
pkgdesc="Open Cubic Player (GIT Version)"
arch=('i686' 'x86_64')
@ -35,12 +35,6 @@ build() {
cd "${srcdir}/${_name}"
git submodule init
git submodule update
## TODO: Better fix for libnursesw ##
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g configure
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g config.h.in
## TODO: Better fix for libnursesw ##
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
make
}