1
0
Fork 0
mirror of https://aur.archlinux.org/ocp.git synced 2024-10-18 11:32:58 +00:00

Bump to release 3

further clarification of dependency semantics
This commit is contained in:
Xavier Moffett 2023-02-18 11:15:40 -05:00
parent 6a93307eee
commit 440e8af0f0
2 changed files with 10 additions and 4 deletions

View file

@ -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

View file

@ -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