forked from pool/boinc-client
Accepting request 927129 from network
OBS-URL: https://build.opensuse.org/request/show/927129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boinc-client?expand=0&rev=51
This commit is contained in:
commit
5ff9e6d0a4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 23 16:17:52 UTC 2021 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Drop boinc-gui.desktop and icons, because upstream provides a
|
||||||
|
desktop entry with icons now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 8 12:03:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Fri Oct 8 12:03:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -45,8 +45,6 @@ URL: https://boinc.berkeley.edu/
|
|||||||
|
|
||||||
#Git-Clone: https://github.com/BOINC/boinc
|
#Git-Clone: https://github.com/BOINC/boinc
|
||||||
Source0: https://github.com/BOINC/boinc/archive/client_release/%{minor_version}/%{version}.tar.gz
|
Source0: https://github.com/BOINC/boinc/archive/client_release/%{minor_version}/%{version}.tar.gz
|
||||||
Source1: boinc-icons.tar.bz2
|
|
||||||
Source2: boinc-gui.desktop
|
|
||||||
Source3: README.SUSE
|
Source3: README.SUSE
|
||||||
Source4: sysconfig.%{name}
|
Source4: sysconfig.%{name}
|
||||||
Source5: boinc-logrotate
|
Source5: boinc-logrotate
|
||||||
@ -138,7 +136,7 @@ This package contains development files for libboinc.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
%autosetup -p1 -n %{name}_release-%{minor_version}-%{version} -D -a 1
|
%autosetup -p1 -n %{name}_release-%{minor_version}-%{version} -D
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Fix default path for boincscr
|
# Fix default path for boincscr
|
||||||
@ -259,19 +257,6 @@ install -Dm0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
|||||||
# Install bash completion
|
# Install bash completion
|
||||||
install -Dpm0644 client/scripts/boinc.bash %{buildroot}%{_datadir}/bash-completion/completions/boinc
|
install -Dpm0644 client/scripts/boinc.bash %{buildroot}%{_datadir}/bash-completion/completions/boinc
|
||||||
|
|
||||||
%if %{with manager}
|
|
||||||
# Install desktop-file and icons
|
|
||||||
install -Dm0644 boinc-gui-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/boinc-gui.png
|
|
||||||
install -Dm0644 boinc-gui-64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/boinc-gui.png
|
|
||||||
install -Dm0644 boinc-gui-48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/boinc-gui.png
|
|
||||||
install -Dm0644 boinc-gui-32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/boinc-gui.png
|
|
||||||
install -Dm0644 boinc-gui-22.png %{buildroot}%{_datadir}/icons/hicolor/22x22/apps/boinc-gui.png
|
|
||||||
install -Dm0644 boinc-gui-16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/boinc-gui.png
|
|
||||||
|
|
||||||
# Install *.desktop File
|
|
||||||
%suse_update_desktop_file -i boinc-gui Utility
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Remove static libraries, libtool archives
|
# Remove static libraries, libtool archives
|
||||||
rm %{buildroot}%{_libdir}/*.la
|
rm %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
@ -361,7 +346,6 @@ fi
|
|||||||
%{_bindir}/boincmanager
|
%{_bindir}/boincmanager
|
||||||
%{_bindir}/boincscr
|
%{_bindir}/boincscr
|
||||||
%{_datadir}/applications/boinc.desktop
|
%{_datadir}/applications/boinc.desktop
|
||||||
%{_datadir}/applications/boinc-gui.desktop
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_mandir}/man1/boincmgr.1.gz
|
%{_mandir}/man1/boincmgr.1.gz
|
||||||
%{_mandir}/man1/boinc-manager.1.gz
|
%{_mandir}/man1/boinc-manager.1.gz
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Exec=boinc-manager
|
|
||||||
Icon=boinc-gui
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Name=BOINC Manager
|
|
||||||
GenericName=BOINC monitor and control utility
|
|
||||||
GenericName[de]=BOINC Überwachungs- und Kontrollprogramm
|
|
||||||
GenericName[pt]=Monitorização BOINC e utilitário de controlo
|
|
||||||
GenericName[cs]=Monitorovací a ovládací nástroj pro BOINC
|
|
||||||
Comment=Configure or monitor a BOINC core client
|
|
||||||
Comment[de]=BOINC Basis Client konfigurieren oder überwachen
|
|
||||||
Comment[pt]=Configurar ou monitorizar o cliente básico do BOINC
|
|
||||||
Comment[cs]=Monitoruje a nastavuje klienta BOINC
|
|
||||||
Categories=Utility;X-SuSE-WebUtility;GTK;
|
|
||||||
X-KDE-StartupNotify=true
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e8e4e90787afa32246b36ba46c373ab05f993db1899dc4d59cb26f482def2bb
|
|
||||||
size 45415
|
|
Loading…
Reference in New Issue
Block a user