summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArkadiy Illarionov2021-07-26 22:57:49 +0300
committerArkadiy Illarionov2021-07-26 22:57:49 +0300
commit3e3a4c076c755a2831603017e99ceb91e804b426 (patch)
tree493edf07361e82c3a8929302a8f682392956c052
parent36edd32a39a496c5769a6e99b2a17f2588b4d111 (diff)
downloadaur-3e3a4c076c755a2831603017e99ceb91e804b426.tar.gz
Enable SDL image support, remove unused sdl2_net, remove obsolete WITHOUT_BUNDLED_LIBS flag
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f1e539a95a8..89518b64f29c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fheroes2
pkgdesc = Free remake of Heroes of Might and Magic II game engine
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = https://ihhub.github.io/fheroes2/
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = fheroes2
depends = sdl2
depends = sdl2_image
depends = sdl2_mixer
- depends = sdl2_net
depends = sdl2_ttf
optdepends = curl: download demo version files
optdepends = wget: download demo version files
diff --git a/PKGBUILD b/PKGBUILD
index f333123778f2..30a165d79ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=fheroes2
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="Free remake of Heroes of Might and Magic II game engine"
arch=('i686' 'x86_64' 'armv7h')
url="https://ihhub.github.io/fheroes2/"
license=('GPL2')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'sdl2_ttf')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
optdepends=('curl: download demo version files'
'wget: download demo version files'
'unzip: unpack demo version files')
@@ -22,7 +22,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
export CFLAGS+=' -DCONFIGURE_FHEROES2_DATA=\"/usr/share/fheroes2\"'
export CXXFLAGS+=' -DCONFIGURE_FHEROES2_DATA=\"/usr/share/fheroes2\"'
- make RELEASE=1 WITHOUT_BUNDLED_LIBS=1
+ make RELEASE=1 FHEROES2_IMAGE_SUPPORT=1
}
package() {