Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37725212
en ru br
Репозитории ALT

Группа :: Игры/Аркады
Пакет: enyo-launcher

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: enyo-launcher
Version: 2.0.6
Release: alt1
Summary: Frontend for Doom engines
Summary(ru_RU.UTF-8): п·п╠п╬п╩п╬я┤п╨п╟ п╢п╩я▐ п╢п╡п╦п╤п╨п╬п╡ Doom
Group: Games/Arcade
License: GPLv2
Url: https://gitlab.com/sdcofer70/enyo-launcher
Packager: Artyom Bystrov <arbars at altlinux.org>
Source: %name-%version.tar

BuildRequires: qt5-base-devel
BuildRequires: cmake
BuildRequires: rpm-macros-cmake
BuildRequires: libqt5-core
BuildRequires: libqt5-gui
BuildRequires: libqt5-network
BuildRequires: libqt5-widgets
BuildRequires: ImageMagick-tools
Obsoletes: enyo-doom

%description
Enyo-Launcher is a GUI launcher for Doom engines.
It is a relaunch of the gDoomsday project under a different name with more functionality.
The source release is usable in any modern GNU/Linux distribution with Qt).
The original release used GTK+, but was rewritten to use Qt for ease of maintenance
and cross-platform compatibility.

%description -l ru_RU.UTF-8
Enyo-Launcher - пЁя─п╟я└п╦я┤п╣я│п╨п╟я▐ п╬п╠п╬п╩п╬я┤п╨п╟ п╢п╩я▐ п╢п╡п╦п╤п╨п╬п╡ Doom.
п■п╟п╫п╫я▀п╧ п©я─п╬п╣п╨я┌ - п©п╣я─п╣п╥п╟п©я┐я│п╨ п╢я─я┐пЁп╬пЁп╬ п©я─п╬п╣п╨я┌п╟ - gDoomsday п©п╬п╢ п╢я─я┐пЁп╦п╪ п╫п╟п╥п╡п╟п╫п╦п╣п╪ п╦ я│ п╠п╬п╩я▄я┬п╦п╪ я└я┐п╫п╨я├п╦п╬п╫п╟п╩п╬п╪.
п■п╟п╫п╫п╟я▐ п©я─п╬пЁя─п╟п╪п╪п╟ п╪п╬п╤п╣я┌ п╠я▀я┌я▄ п╥п╟п©я┐я┴п╣п╫п╟ п╡ п╩я▌п╠п╬п╧ я│п╬п╡я─п╣п╪п╣п╫п╫п╬п╧ GNU/Linux-я│п╦я│я┌п╣п╪п╣ я│ Qt.
п·я─п╦пЁп╦п╫п╟п╩я▄п╫я▀п╧ п©я─п╬п╣п╨я┌ п╠я▀п╩ п╫п╟п©п╦я│п╟п╫ п╫п╟ GTK+, п╫п╬ п╠я▀п╩ п©п╣я─п╣п©п╦я│п╟п╫ п╫п╟ Qt я─п╟п╢п╦ я┐п©я─п╬я┴п╣п╫п╦я▐ п©п╬п╢п╢п╣я─п╤п╨п╦
п╦ п╨я─п╬я│я│-п©п╩п╟я┌я└п╬я─п╪п╣п╫п╫п╬я│я┌п╦.

%prep
%setup -n %name-%version

%build
%cmake_insource
%make_build

%install
%makeinstall_std

# install menu icons

for N in 16 32 48 64 128;
do
convert share/enyo_icon.png -scale ${N}x${N} $N.png;
install -D -m 0644 $N.png %buildroot%_iconsdir/hicolor/${N}x${N}/apps/%name.png
done

%files
%_bindir/%name
%_datadir/%name
%_desktopdir/%name.desktop
%_iconsdir/hicolor/*/apps/%name.png
%_iconsdir/enyo_icon.png

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin