Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=82ed568ff84dcf24c23e1124a609596140e6e623

commit 82ed568ff84dcf24c23e1124a609596140e6e623
Author: DeX77 <[email protected]>
Date:   Tue Dec 13 15:51:47 2016 +0100

flightgear-2016.4.3-1-x86_64

* version bump

diff --git a/source/games-extra/flightgear/FrugalBuild 
b/source/games-extra/flightgear/FrugalBuild
index 66ed472..2233103 100644
--- a/source/games-extra/flightgear/FrugalBuild
+++ b/source/games-extra/flightgear/FrugalBuild
@@ -8,23 +8,20 @@
## both on sf.net /files/ dir of this project

pkgname=flightgear
-pkgver=3.4.0
-pkgrel=2
+pkgver=2016.4.3
+pkgrel=1
pkgdesc="An open-source, multi-platform flight simulator."
url="http://www.flightgear.org/";
rodepends=('flightgear-data')
depends=('libgl' 'zlib' 'freealut>=1.1.0-6' 'freeglut' 'plib' \
'openscenegraph>=3.4.0' 'libxmu' 'libxi' 'libglu' \
-       'systemd>=188')
-makedepends=('simgear>=3.4.0-2' 'boost>=1.60.0')
+       'systemd>=188' 'qt5-base')
+makedepends=("simgear>=$pkgver" 'boost>=1.60.0' 'x11-protos')
groups=('games-extra')
-archs=('i686' 'x86_64')
-Finclude cmake
-up2date="Flasttar http://ftp.icm.edu.pl/packages/flightgear/Source/";
-source=(http://ftp.icm.edu.pl/packages/flightgear/Source/$pkgname-$pkgver.tar.bz2
 \
-       explicitely-link-with-libX11.patch)
-sha1sums=('b919f3e1d6f62439a5ef376c11766657a66ee6c8' \
-          '0848bb959895a2e7a5b4858eeb97b7beb27df036')
+archs=('x86_64')
+_F_sourceforge_ext=".tar.bz2"
+Finclude cmake sourceforge
+sha1sums=('4928e3a614bdaaa3539eb70c9b83067939ff62a2')
options+=('nobuild')

build()
diff --git a/source/games-extra/flightgear/explicitely-link-with-libX11.patch 
b/source/games-extra/flightgear/explicitely-link-with-libX11.patch
deleted file mode 100644
index 97a16e4..0000000
--- a/source/games-extra/flightgear/explicitely-link-with-libX11.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 04ca64edc46cfb54ecff5bddf12370b2c7a0f192 Mon Sep 17 00:00:00 2001
-From: Fabrice Bellet <[email protected]>
-Date: Tue, 17 Feb 2015 22:49:50 +0100
-Subject: [PATCH] explicitely link with libX11
-
----
- src/Main/CMakeLists.txt       | 1 +
- utils/fgviewer/CMakeLists.txt | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/src/Main/CMakeLists.txt b/src/Main/CMakeLists.txt
-index 12c0961..78c4163 100644
---- a/src/Main/CMakeLists.txt
-+++ b/src/Main/CMakeLists.txt
-@@ -142,6 +142,7 @@ target_link_libraries(fgfs
-       ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
-       ${SIMGEAR_SCENE_LIBRARY_DEPENDENCIES}
-       ${PLATFORM_LIBS}
-+        ${X11_X11_LIB}
- )
-
- if(ENABLE_FLITE)
-diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt
-index 165be74..065b8f1 100644
---- a/utils/fgviewer/CMakeLists.txt
-+++ b/utils/fgviewer/CMakeLists.txt
-@@ -48,5 +48,6 @@ target_link_libraries(fgviewer
-       ${OPENGL_LIBRARIES}
-       ${FGVIEWER_RTI_LIBRARIES}
-         ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
-+        ${X11_X11_LIB}
- )
- install(TARGETS fgviewer RUNTIME DESTINATION bin)
---
-2.1.0
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to