mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-24 05:06:30 +00:00
Bump to release 3
further clarification of dependency semantics
This commit is contained in:
parent
6a93307eee
commit
440e8af0f0
2 changed files with 10 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ocp
|
||||
pkgdesc = Open Cubic Player
|
||||
pkgver = 0.2.103
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://stian.cubic.org/project-ocp.php
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -32,6 +32,7 @@ pkgname = ocp
|
|||
depends = alsa-lib
|
||||
depends = cjson
|
||||
depends = ncurses
|
||||
depends = zlib
|
||||
depends = libancient
|
||||
depends = libdiscid
|
||||
provides = ocp=0.2.103
|
||||
|
@ -42,12 +43,14 @@ pkgname = ocp
|
|||
pkgname = ocp-sdl2
|
||||
install = ocp.install
|
||||
depends = alsa-lib
|
||||
depends = bizp2
|
||||
depends = cjson
|
||||
depends = freetype2
|
||||
depends = hicolor-icon-theme
|
||||
depends = ncurses
|
||||
depends = sdl2
|
||||
depends = shared-mime-info
|
||||
depends = zlib
|
||||
depends = libancient
|
||||
depends = libdiscid
|
||||
depends = libjpeg-turbo
|
||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgbase=ocp
|
||||
pkgname=('ocp' 'ocp-sdl2')
|
||||
pkgver=0.2.103
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Open Cubic Player"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://stian.cubic.org/project-ocp.php"
|
||||
|
@ -59,7 +59,7 @@ build() {
|
|||
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
||||
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
||||
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
||||
make subdirs ocp ocp.hlp DESTDIR="$pkgdir"
|
||||
make DESTDIR="$pkgdir" subdirs ocp ocp.hlp
|
||||
}
|
||||
|
||||
package_ocp-sdl2() {
|
||||
|
@ -67,13 +67,15 @@ package_ocp-sdl2() {
|
|||
conflicts=('ocp' 'ocp-curses')
|
||||
install=${_pkgbase}.install
|
||||
depends=('alsa-lib'
|
||||
'bizp2'
|
||||
'cjson'
|
||||
'freetype2'
|
||||
'hicolor-icon-theme'
|
||||
'ncurses'
|
||||
'sdl2'
|
||||
'shared-mime-info'
|
||||
'libancient'
|
||||
'zlib'
|
||||
'libancient'
|
||||
'libdiscid'
|
||||
'libjpeg-turbo'
|
||||
'libpng'
|
||||
|
@ -97,6 +99,7 @@ package_ocp() {
|
|||
depends=('alsa-lib'
|
||||
'cjson'
|
||||
'ncurses'
|
||||
'zlib'
|
||||
'libancient'
|
||||
'libdiscid')
|
||||
cd $_pkgbase
|
||||
|
|
Loading…
Reference in a new issue