Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291485 Details for
Bug 426611
Review Request: monotone-viz - gtk visualizer for monotone revision graphs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add an icon and a .desktop file.
monotone-viz-spec-.desktop.patch (text/plain), 1.54 KB, created by
Thomas Moschny
on 2008-01-13 01:59:59 UTC
(
hide
)
Description:
Add an icon and a .desktop file.
Filename:
MIME Type:
Creator:
Thomas Moschny
Created:
2008-01-13 01:59:59 UTC
Size:
1.54 KB
patch
obsolete
>--- monotone-viz.spec.orig 2008-01-02 05:52:01.000000000 +0100 >+++ monotone-viz.spec 2008-01-13 02:56:08.000000000 +0100 >@@ -1,6 +1,6 @@ > Name: monotone-viz > Version: 1.0 >-Release: 1%{?dist} >+Release: 2%{?dist} > > Summary: GNOME application that visualizes monotone ancestry graphs > Group: Development/Tools >@@ -15,6 +15,8 @@ > BuildRequires: ocaml-lablgtk-devel > BuildRequires: gtk2-devel > BuildRequires: libgnomecanvas-devel >+BuildRequires: desktop-file-utils >+BuildRequires: ImageMagick > Requires: monotone > Requires: graphviz > >@@ -31,6 +33,19 @@ > %setup -q > %patch1 -p1 > >+cat >%{name}.desktop <<EOF >+[Desktop Entry] >+Encoding=UTF-8 >+Name=Monotone-viz >+Comment=Visualize Monotone ancestry graphs >+Exec=monotone-viz >+Icon=monotone-viz >+Terminal=false >+Type=Application >+Categories=Application;Development; >+EOF >+ >+ > %build > %configure --without-local-lablgtk > make %{?_smp_mflags} >@@ -39,6 +54,13 @@ > rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > >+convert icon.ml %{name}.png >+install -m 644 -D -p %{name}.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/%{name}.png >+desktop-file-install \ >+ --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ >+ --vendor="" \ >+ %{name}.desktop >+ > > %clean > rm -rf $RPM_BUILD_ROOT >@@ -48,8 +70,13 @@ > %defattr(-,root,root,-) > %doc README NEWS COPYING > %{_bindir}/monotone-viz >+%{_datadir}/applications/%{name}.desktop >+%{_datadir}/pixmaps/%{name}.png > > > %changelog >+* Sun Jan 13 2008 Thomas Moschny <thomas.moschny@gmx.de> - 1.0-2 >+- Add .desktop file. >+ > * Sat Dec 22 2007 Roland McGrath <roland@redhat.com> - 1.0-1 > - New package.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426611
: 291485