From fc539876d9d8d3abd246c213d6ca729de83f7190 Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 20 Feb 2023 08:20:23 -0500 Subject: [PATCH] Bump to release 6 - Removal of unifont check bypass flag cursees build - Disable sdl for users with sdl or sdl12-compat installed --- .SRCINFO | 2 +- PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7db3869..4601f88 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ocp pkgdesc = Open Cubic Player pkgver = 0.2.103 - pkgrel = 5 + pkgrel = 6 url = https://stian.cubic.org/project-ocp.php arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 02e373b..2c1e3b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -77,7 +77,8 @@ package_ocp-sdl2() { 'ttf-unifont') cd $_pkgbase ./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\ - --without-update-desktop-database\ + --without-sdl\ + --without-update-desktop-database\ --without-update-mime-database\ --with-unifontdir=/usr/share/fonts/Unifont\ --with-unifont-ttf=/usr/share/fonts/Unifont/Unifont.ttf\ @@ -99,7 +100,7 @@ package_ocp() { 'libancient' 'libdiscid') 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-update-desktop-database\ --without-update-mime-database