SHA256
12
0
forked from pool/wxlua

Accepting request 412755 from home:Mailaender:branches:devel:languages:lua

Required for ZeroBraneStudio and a Lua IDE itself. You may need to osc linkpac X11:wxWidgets/wxstedit

OBS-URL: https://build.opensuse.org/request/show/412755
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/wxlua?expand=0&rev=1
This commit is contained in:
Marguerite Su 2016-07-24 07:46:57 +00:00 committed by Git OBS Bridge
commit 14cf641de2
7 changed files with 211 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

15
_disabled_service Normal file
View File

@ -0,0 +1,15 @@
<!-- https://github.com/openSUSE/open-build-service/issues/1963 -->
<services>
<service name="tar_scm" mode="disabled">
<param name="url">svn://svn.code.sf.net/p/wxlua/svn/trunk/wxLua</param>
<param name="scm">svn</param>
<param name="versionprefix">2.8.12.3</param>
<param name="versionformat">r%r</param>
<param name="filename">wxlua</param>
</service>
<service name="set_version" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
</services>

14
wxlstate.patch Normal file
View File

@ -0,0 +1,14 @@
Index: modules/wxlua/wxlstate.cpp
===================================================================
--- modules/wxlua/wxlstate.cpp (revision 251)
+++ modules/wxlua/wxlstate.cpp (working copy)
@@ -404,6 +404,9 @@
if ((m_lua_State == NULL) || m_wxlStateData->m_is_closing || m_lua_State_coroutine)
return true;
+ if (lua_status(m_lua_State) != 0)
+ return true;
+
m_wxlStateData->m_is_closing = true;
//wxCHECK_MSG(m_lua_State, false, wxT("Interpreter not created"));

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf4e29dc28b0364b706b6e998921845db97f99c8e5104c0f505aa6dc2443aa2e
size 2968167

10
wxlua.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Thu Jul 21 21:45:14 UTC 2016 - mailaender@opensuse.org
- install shared library and MIME files
-------------------------------------------------------------------
Thu Jul 21 07:56:21 UTC 2016 - mailaender@opensuse.org
- initial packaging for openSUSE

145
wxlua.spec Normal file
View File

@ -0,0 +1,145 @@
#
# spec file for package wxlua
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: wxlua
Version: 2.8.12.3.r252
Release: 0
Summary: Lua IDE with a GUI debugger and binding generator
License: SUSE-wxWidgets-3.1
Group: Development/Languages/Other
Url: http://wxlua.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM https://sourceforge.net/p/wxlua/bugs/36/
Patch0: wxlstate.patch
BuildRequires: cmake >= 2.8.3
BuildRequires: desktop-file-utils
BuildRequires: hicolor-icon-theme
BuildRequires: gcc-c++
BuildRequires: pkgconfig(glu)
BuildRequires: lua51-devel
BuildRequires: wxWidgets-devel >= 3
BuildRequires: ncurses-devel
BuildRequires: readline-devel
BuildRequires: doxygen
%if 0%{?suse_version} > 1320
BuildRequires: cppcheck
%endif
%description
This package contains Integrated Development Environments (IDE, written in
wxLua) with a GUI debugger, a binding generator and wxWidgets bindings usable
as a module.
%package -n lib%{name}
Summary: Set of Lua bindings to the C++ wxWidgets cross-platform GUI library
Group: System/Libraries
%description -n lib%{name}
wxLua is a set of bindings to the C++ wxWidgets cross-platform GUI library for
the Lua programming language. Nearly all of the functionality of wxWidgets is
exposed to Lua, meaning that your programs can have windows, dialogs, menus,
toolbars, controls, image loading and saving, drawing, sockets, streams,
printing, clipboard access... and much more.
%package devel
Summary: Development files of lib%{name}
Group: Development/Languages/C and C++
Requires: lib%{name} = %{version}
%description devel
This package contains files to be used in your C++ programs to embed a Lua
interpreter with the wxWidgets API.
%prep
%setup -q
%patch0 -p0
sed -r -i 's|LIBRARY DESTINATION .*$|LIBRARY DESTINATION %{_lib}|' CMakeLists.txt
%build
%cmake \
-DwxWidgets_CONFIG_EXECUTABLE=%{_bindir}/wx-config \
-DwxLua_LUA_LIBRARY_BUILD_SHARED=TRUE \
-DwxLua_LUA_LIBRARY_USE_BUILTIN=FALSE \
-DwxLua_LUA_LIBRARY_VERSION=5.1 \
-DwxLua_LUA_INCLUDE_DIR=%{_includedir} \
-DwxLua_LUA_LIBRARY=%{_libdir}/liblua.so.5.1 \
-DBUILD_SHARED_LIBS=TRUE \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make %{?_smp_mflags}
%install
%{cmake_install}
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
install -p art/wxlualogo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
chmod -x %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/wxlualogo.svg
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
install -p art/wxlualogo.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/
mkdir -p %{buildroot}%{_datadir}/applications/
install -p distrib/autopackage/%{name}.desktop %{buildroot}%{_datadir}/applications/
sed -r -i "s|wxluaedit|wxLuaEdit|" %{buildroot}%{_datadir}/applications/%{name}.desktop
sed -r -i "s|wxlualogo.xpm|wxlualogo|" %{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
--remove-category=Application \
--add-category=IDE \
%{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dm644 distrib/autopackage/wxlua.xml %{buildroot}%{_datadir}/mime/packages/wxlua.xml
# packaged in separate package wxstedit
rm -rf %{buildroot}%{_datadir}/wxstedit
rm -rf %{buildroot}%{_datadir}/wxStEdit
rm -rf %{buildroot}%{_includedir}/wx/stedit/
rm -rf %{buildroot}%{_prefix}/lib/libwxstedit*.so
mkdir -p %{buildroot}%{_libdir}/lua/5.1/
mv %{buildroot}%{_libdir}/libwx.so %{buildroot}%{_libdir}/lua/5.1/wx.so
%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/mime/packages/wxlua.xml
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/lua/5.1/wx.so
%{_libdir}/libwxlua*.so
%files devel
%defattr(-,root,root)
%{_includedir}/%{name}
%{_datadir}/wxlua/
%changelog