mirror of
https://aur.archlinux.org/ocp.git
synced 2024-11-24 05:06:30 +00:00
Bump to release 6
- Removal of unifont check bypass flag cursees build - Disable sdl for users with sdl or sdl12-compat installed
This commit is contained in:
parent
f309b93a5d
commit
fc539876d9
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ocp
|
pkgbase = ocp
|
||||||
pkgdesc = Open Cubic Player
|
pkgdesc = Open Cubic Player
|
||||||
pkgver = 0.2.103
|
pkgver = 0.2.103
|
||||||
pkgrel = 5
|
pkgrel = 6
|
||||||
url = https://stian.cubic.org/project-ocp.php
|
url = https://stian.cubic.org/project-ocp.php
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -77,6 +77,7 @@ package_ocp-sdl2() {
|
||||||
'ttf-unifont')
|
'ttf-unifont')
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
||||||
|
--without-sdl\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database\
|
--without-update-mime-database\
|
||||||
--with-unifontdir=/usr/share/fonts/Unifont\
|
--with-unifontdir=/usr/share/fonts/Unifont\
|
||||||
|
@ -99,7 +100,7 @@ package_ocp() {
|
||||||
'libancient'
|
'libancient'
|
||||||
'libdiscid')
|
'libdiscid')
|
||||||
cd $_pkgbase
|
cd $_pkgbase
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\
|
./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\
|
||||||
--without-x11 --without-sdl --without-sdl2\
|
--without-x11 --without-sdl --without-sdl2\
|
||||||
--without-update-desktop-database\
|
--without-update-desktop-database\
|
||||||
--without-update-mime-database
|
--without-update-mime-database
|
||||||
|
|
Loading…
Reference in a new issue