[packages/SoXt] - updated to 1.4.1

qboosh qboosh at pld-linux.org
Sat Feb 10 08:57:21 CET 2024


commit 6346c82060b962b960763ffa5e99fd55885a7d2d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 10 07:39:33 2024 +0100

    - updated to 1.4.1

 SoXt-pc.patch | 30 +++++++++++++++++++-----------
 SoXt.spec     |  8 +++-----
 2 files changed, 22 insertions(+), 16 deletions(-)
---
diff --git a/SoXt.spec b/SoXt.spec
index 13c34e1..3e1fbae 100644
--- a/SoXt.spec
+++ b/SoXt.spec
@@ -5,13 +5,13 @@
 Summary:	Xt/Motif GUI component toolkit library for Coin
 Summary(pl.UTF-8):	Biblioteka komponentu graficznego interfejsu Xt/Motif dla biblioteki Coin
 Name:		SoXt
-Version:	1.4.0
+Version:	1.4.1
 Release:	1
 License:	BSD
 Group:		X11/Libraries
 #Source0Download: https://github.com/coin3d/soxt/releases
-Source0:	https://github.com/coin3d/soxt/releases/download/SoXt-%{version}/soxt-%{version}-src.tar.gz
-# Source0-md5:	566b79a9b8d88014726ad8054cd03698
+Source0:	https://github.com/coin3d/soxt/releases/download/v%{version}/soxt-%{version}-src.tar.gz
+# Source0-md5:	6856751e41cab5e13621ab1f3b5e8542
 Patch0:		%{name}-pc.patch
 URL:		https://github.com/coin3d/soxt
 BuildRequires:	Coin-devel >= 4.0.0
@@ -97,8 +97,6 @@ rm -rf $RPM_BUILD_ROOT
 # to common names etc.
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/man3/{_*_,components,devices,misc,viewers}.3
 %endif
-# bogus location
-%{__rm} -r $RPM_BUILD_ROOT%{_infodir}/SoXt1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
diff --git a/SoXt-pc.patch b/SoXt-pc.patch
index 568aa58..6f9b2f8 100644
--- a/SoXt-pc.patch
+++ b/SoXt-pc.patch
@@ -1,14 +1,22 @@
---- soxt/SoXt.pc.cmake.in.orig	2020-04-19 22:57:44.000000000 +0200
-+++ soxt/SoXt.pc.cmake.in	2020-12-02 06:33:10.382683774 +0100
-@@ -13,9 +13,10 @@
- Name: @PROJECT_NAME@
- Description: @PROJECT_DESCRIPTION@
- Version: @PROJECT_VERSION@
--Requires: Coin, Motif, X11, OpenGL
-+Requires: Coin
+--- soxt/CMakeLists.txt.orig	2024-02-03 21:54:49.000000000 +0100
++++ soxt/CMakeLists.txt	2024-02-09 19:01:25.196148870 +0100
+@@ -149,7 +149,8 @@ endif()
+ 
+ find_package(Coin REQUIRED)
+ 
+-set(SO${GUI}_PKG_DEPS "Coin Motif X11 Xpm Xmu OpenGL")
++set(SO${GUI}_PKG_DEPS "Coin")
++set(SO${GUI}_PKG_DEP_LIBS "-lmotif -lXmu -lXt -lX11 -lXpm -lGL")
+ 
+ # ##########################################################################
+ # Setup build environment
+--- soxt/SoXt.pc.cmake.in.orig	2024-02-09 17:11:28.075221873 +0100
++++ soxt/SoXt.pc.cmake.in	2024-02-09 19:01:53.652661375 +0100
+@@ -16,6 +16,7 @@ Version: @PROJECT_VERSION@
+ Requires: @SOXT_PKG_DEPS@
  Conflicts:
- Libs: -L${libdir} -l at PROJECT_NAME@ @SOXT_EXTRA_LDFLAGS@ @SOXT_EXTRA_LIBS@
-+Libs.private: -lmotif -lXt -lX11 -lGL
- Cflags: -I${includedir} @SOXT_EXTRA_CFLAGS@ @SOXT_EXTRA_CPPFLAGS@
+ Libs: -L${libdir} @SOXT_PKG_LIBS@
++Libs.private: @SOXT_PKG_DEP_LIBS@
+ Cflags: -I${includedir} @SOXT_PKG_FLAGS@
  
  frameworkdir=@frameworkdir@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SoXt.git/commitdiff/6346c82060b962b960763ffa5e99fd55885a7d2d



More information about the pld-cvs-commit mailing list