1
0
Fork 0
mirror of https://codeberg.org/kbruen/y3s2-gui-project.git synced 2025-02-22 17:19:37 +02:00

Added desktop file

This commit is contained in:
Kenneth Bruen 2022-06-05 10:59:44 +03:00
parent 69bb8d27a5
commit 6aabb38d58
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
2 changed files with 10 additions and 1 deletions

6
y3s2-gui-project.desktop Normal file
View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Maze Y3S2 GUI Project
Exec=y3s2-gui-project
Terminal=false
Type=Application
Categories=Game;

View file

@ -1,5 +1,5 @@
Name: y3s2-gui-project
Version: 1.0.2
Version: 1.0.3
Release: 1%{?dist}
Summary: Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2
@ -9,6 +9,7 @@ Source0: https://codeberg.org/kbruen/%{name}/archive/v%{version}.tar.gz
BuildRequires: mesa-libGLU-devel
BuildRequires: freeglut-devel
BuildRequires: desktop-file-utils
%description
Maze project in OpenGL for Graphics and User Interfaces lecture in year 3, semester 2
@ -26,8 +27,10 @@ mkdir obj
%install
%make_install
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop