From e7340dc6eb9803be5599420d9385a56db059b86b Mon Sep 17 00:00:00 2001 From: jubalh <> Date: Jul 26 2022 19:11:12 +0000 Subject: Update fstl to version 0.10.0 / rev 2 via SR 990944 https://build.opensuse.org/request/show/990944 by user jubalh + RBrownFactory --- diff --git a/.files b/.files index 6b6376f..5337024 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 8f6186e..1846338 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ fstl 990528 + + e1ffa79908af476fd8bbdb8282825311 + 0.10.0 + + RBrownFactory + + 990944 + diff --git a/fstl-mimeinfo.xml b/fstl-mimeinfo.xml deleted file mode 100644 index 6e82b57..0000000 --- a/fstl-mimeinfo.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - STL 3D model (binary) - model 3D STL (binari) - model STL 3D (binární) - STL 3D-Modell (binär) - modelo 3D STL (binario) - STL 3D modeloa (binarioa) - modèle (binaire) STL 3D - samhail 3T STL (dénártha) - STL 3D model (binarna datoteka) - STL 3D modell (bináris) - model STL 3D (biner) - Modello 3D STL (binario) - STL 3D моделі (екілік) - STL 3D 모델(바이너리) - Model 3D STL (binarny) - Modelo 3D STL (binário) - 3D модель STL (бинарная) - STL 3D model (binárny) - СТЛ 3Д модел (извршна) - STL 3D-modell (binär) - STL 3D modeli (ikili) - просторова модель STL (бінарна) - STL 3D 模型(二进制) - STL 3D 模型 (二進位) - - - - - - - - - - - - STL 3D model (ASCII) - model 3D STL (ASCII) - model STL 3D (ASCII) - STL 3D-Modell (ASCII) - modelo 3D STL (ASCII) - STL 3D modeloa (ASCII) - modèle (ASCII) STL 3D - samhail 3T STL (ASCII) - STL 3D model (ASCII) - STL 3D modell (ASCII) - model STL 3D (ASCII) - Modello 3D STL (ASCII) - STL 3D моделі (ASCII) - STL 3D 모델(아스키) - Model 3D STL (ASCII) - Modelo 3D STL (ASCII) - 3D модель STL (ASCII) - STL 3D model (ASCII) - СТЛ 3Д модел (АСКРИ) - STL 3D-modell (ASCII) - STL 3D modeli (ASCII) - просторова модель STL (ASCII) - STL 3D 模型 (ASCII) - STL 3D 模型 (ASCII) - - - - - - - - - - - G-code file - fitxer G-code - soubor G-code - G-Code-Datei - archivo G-code - G-code fitxategia - G-code-tiedosto - fichier G-code - comhad G-code - G-kôd datoteka - G-code fájl - berkas G-code - File G-code - G-code файлы - 지-코드 파일 - Plik G-code - Arquivo G-code - Файл G-code - Súbor G-code - датотека Г-ко̂да - G-code-fil - G-code dosyası - файл G-code - G-code 文件 - G-code 檔案 - - - - - diff --git a/fstl.changes b/fstl.changes index 7375ee7..d0d1ad8 100644 --- a/fstl.changes +++ b/fstl.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Jul 24 10:35:31 UTC 2022 - Mike Chikov + +- Remove fstl-mimeinfo.xml +- Modify fstl.desktop + +------------------------------------------------------------------- Thu Jul 21 08:47:28 UTC 2022 - Michael Vetter - Update to 0.10.0: diff --git a/fstl.desktop b/fstl.desktop index 91e320e..d855ed8 100644 --- a/fstl.desktop +++ b/fstl.desktop @@ -5,7 +5,7 @@ Comment= Exec=fstl %F GenericName=Fast STL viewer Icon=fstl -MimeType=model/x.stl-binary;model/x.stl-ascii +MimeType=model/stl StartupNotify=true Terminal=false Type=Application diff --git a/fstl.spec b/fstl.spec index 4e69496..690c801 100644 --- a/fstl.spec +++ b/fstl.spec @@ -25,15 +25,14 @@ Group: Productivity/Graphics/3D Editors URL: https://github.com/mkeeter/fstl.git Source0: https://github.com/fstl-app/fstl/archive/refs/tags/v%{version}.tar.gz Source1: %{name}.desktop -Source2: %{name}-mimeinfo.xml BuildRequires: cmake >= 2.8.12 BuildRequires: hicolor-icon-theme BuildRequires: icoutils +BuildRequires: update-desktop-files BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5OpenGL) BuildRequires: cmake(Qt5Widgets) -BuildRequires: update-desktop-files %description Fast stl file viewer. @@ -65,14 +64,11 @@ install -Dm 0755 fstl_5_128x128x32.png \ install -Dm 0755 fstl_6_256x256x32.png \ %{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png -install -Dm 0644 %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/fslt-mimeinfo.xml - %suse_update_desktop_file -i %{name} %files %{_bindir}/fstl %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/applications/%{name}.desktop -%{_datadir}/mime/packages/fslt-mimeinfo.xml %changelog