mirror of
https://aur.archlinux.org/ocp-git.git
synced 2024-11-22 04:06:29 +00:00
Update to 0.2.106.r1.24ae3d0
This commit is contained in:
parent
90a9862832
commit
85a6e03898
2 changed files with 6 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = ocp-git
|
pkgbase = ocp-git
|
||||||
pkgdesc = Open Cubic Player (GIT Version)
|
pkgdesc = Open Cubic Player (GIT Version)
|
||||||
pkgver = 0.2.105.r17.38fc2b5
|
pkgver = 0.2.106.r1.24ae3d0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -37,8 +37,8 @@ pkgname = ocp-git
|
||||||
depends = libgme
|
depends = libgme
|
||||||
depends = libancient
|
depends = libancient
|
||||||
depends = libdiscid
|
depends = libdiscid
|
||||||
provides = ocp=0.2.105.r17.38fc2b5
|
provides = ocp=0.2.106.r1.24ae3d0
|
||||||
provides = ocp-curses=0.2.105.r17.38fc2b5
|
provides = ocp-curses=0.2.106.r1.24ae3d0
|
||||||
conflicts = ocp-curses
|
conflicts = ocp-curses
|
||||||
conflicts = ocp-sdl2
|
conflicts = ocp-sdl2
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ pkgname = ocp-sdl2-git
|
||||||
depends = libjpeg-turbo
|
depends = libjpeg-turbo
|
||||||
depends = libpng
|
depends = libpng
|
||||||
depends = ttf-unifont
|
depends = ttf-unifont
|
||||||
provides = ocp=0.2.105.r17.38fc2b5
|
provides = ocp=0.2.106.r1.24ae3d0
|
||||||
provides = ocp-sdl2=0.2.105.r17.38fc2b5
|
provides = ocp-sdl2=0.2.106.r1.24ae3d0
|
||||||
conflicts = ocp
|
conflicts = ocp
|
||||||
conflicts = ocp-sdl2
|
conflicts = ocp-sdl2
|
||||||
conflicts = ocp-curses
|
conflicts = ocp-curses
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_pkgbase=ocp
|
_pkgbase=ocp
|
||||||
pkgname=('ocp-git' 'ocp-sdl2-git')
|
pkgname=('ocp-git' 'ocp-sdl2-git')
|
||||||
pkgver=0.2.105.r17.38fc2b5
|
pkgver=0.2.106.r1.24ae3d0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Open Cubic Player (GIT Version)"
|
pkgdesc="Open Cubic Player (GIT Version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -50,7 +50,6 @@ build() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
|
||||||
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
||||||
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
||||||
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
||||||
|
@ -82,7 +81,6 @@ package_ocp-sdl2-git() {
|
||||||
--without-sdl --without-x11\
|
--without-sdl --without-x11\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
|
||||||
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
--with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\
|
||||||
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
--with-unifont-csur-ttf=/usr/share/fonts/Unifont/Unifont_CSUR.ttf\
|
||||||
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
--with-unifont-upper-ttf=/usr/share/fonts/Unifont/Unifont_Upper.ttf
|
||||||
|
|
Loading…
Reference in a new issue