Skip to content

Commit

Permalink
Set it up so desktop file gets installed
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnome.org/svn/pitivi/trunk@682 d3729300-e425-0410-8a4c-d956edccc248
  • Loading branch information
Christian Schaller committed Jan 25, 2006
1 parent 8806b45 commit 259568f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cvsignore
Expand Up @@ -16,4 +16,4 @@ mkinstalldirs
pitivi.spec
py-compile
stamp-h.in

pitivi.desktop
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,7 @@

* Add .cvsignore files
* Add COPYING file with the LGPL
* Configure .desktop file to get installed

2006-01-24 Edward Hervey <edward@fluendo.com>

Expand Down
5 changes: 4 additions & 1 deletion Makefile.am
Expand Up @@ -2,10 +2,13 @@ AUTOMAKE_OPTIONS = dist-bzip2

SUBDIRS = bin pitivi common

desktopdir = $(datadir)/applications
desktop_DATA = pitivi.desktop


EXTRA_DIST = \
pitivi.spec \
pitivi.spec.in \
pitivi.desktop \
ChangeLog \
autogen.sh \
NEWS \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -116,4 +116,5 @@ pitivi/configure.py
pitivi/ui/Makefile
pitivi/pixmaps/Makefile
pitivi.spec
pitivi.desktop
)
6 changes: 3 additions & 3 deletions pitivi.desktop → pitivi.desktop.in
@@ -1,11 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=pitivi
Name=Pitivi
Comment=Non-linear video editor
Comment[fr]=Editeur Vidéo Non-Linéaire
Exec=pitivi
Terminal=false
Type=Application
Icon=pitivi/pitivi-48.png
Categories=GNOME;Application;AudioVideo;
StartupNotify=false
Categories=GNOME;GTK;Application;AudioVideo;X-Ximian-Main;X-Red-Hat-Base;
StartupNotify=true
1 change: 1 addition & 0 deletions pitivi.spec.in
Expand Up @@ -42,6 +42,7 @@ PiTiVi non-linear video editor
%{_bindir}/pitivi
%{_libdir}/pitivi
%{_datadir}/pitivi/pixmaps/*
%{_datadir}/applications/pitivi.desktop

%changelog
* Thu Jun 23 2005 Christian Schaller <christian at fluendo dot com>
Expand Down

0 comments on commit 259568f

Please sign in to comment.