mirror of
https://codeberg.org/kbruen/y3s2-gui-project.git
synced 2025-02-22 09:09:36 +02:00
Added desktop file
This commit is contained in:
parent
69bb8d27a5
commit
6aabb38d58
2 changed files with 10 additions and 1 deletions
6
y3s2-gui-project.desktop
Normal file
6
y3s2-gui-project.desktop
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Maze Y3S2 GUI Project
|
||||
Exec=y3s2-gui-project
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue