Merge lp:~bfiller/address-book-app/fix-desktop-file into lp:address-book-app

Proposed by Bill Filler
Status: Superseded
Proposed branch: lp:~bfiller/address-book-app/fix-desktop-file
Merge into: lp:address-book-app
Diff against target: 36 lines (+2/-3)
2 files modified
data/address-book-app.desktop.in (+0/-1)
src/artwork/CMakeLists.txt (+2/-2)
To merge this branch: bzr merge lp:~bfiller/address-book-app/fix-desktop-file
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+171949@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-28.

Commit message

fix desktop file so app will display in lens, use temporary png for icon as svg was not valid

Description of the change

fix desktop file so app will display in lens, use temporary png for icon as svg was not valid

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
3. By Bill Filler

merge from trunk

Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good

review: Approve
4. By Bill Filler

fix debian/install

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/address-book-app.desktop.in'
--- data/address-book-app.desktop.in 2013-06-27 20:05:52 +0000
+++ data/address-book-app.desktop.in 2013-06-28 13:44:28 +0000
@@ -2,7 +2,6 @@
2Encoding=UTF-82Encoding=UTF-8
3Version=1.03Version=1.0
4Terminal=false4Terminal=false
5NoDisplay=true
6Type=Application5Type=Application
7Name=tr("Address Book")6Name=tr("Address Book")
8GenericName=tr("Address Book")7GenericName=tr("Address Book")
98
=== modified file 'src/artwork/CMakeLists.txt'
--- src/artwork/CMakeLists.txt 2013-06-27 20:05:52 +0000
+++ src/artwork/CMakeLists.txt 2013-06-28 13:44:28 +0000
@@ -1,5 +1,5 @@
1set(ADDRESS_BOOK_APP_ICON1set(ADDRESS_BOOK_APP_ICON
2 address-book-app.svg2 address-book-app.png
3)3)
44
5set(ADDRESS_BOOK_APP_ARTWORK5set(ADDRESS_BOOK_APP_ARTWORK
@@ -11,7 +11,7 @@
11)11)
1212
13install(FILES ${ADDRESS_BOOK_APP_ICON}13install(FILES ${ADDRESS_BOOK_APP_ICON}
14 DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps14 DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps
15)15)
1616
17install(FILES ${ADDRESS_BOOK_APP_ARTWORK}17install(FILES ${ADDRESS_BOOK_APP_ARTWORK}
1818
=== added file 'src/artwork/address-book-app.png'
19Binary files src/artwork/address-book-app.png 1970-01-01 00:00:00 +0000 and src/artwork/address-book-app.png 2013-06-28 13:44:28 +0000 differ19Binary files src/artwork/address-book-app.png 1970-01-01 00:00:00 +0000 and src/artwork/address-book-app.png 2013-06-28 13:44:28 +0000 differ
=== removed file 'src/artwork/address-book-app.svg'
20Binary files src/artwork/address-book-app.svg 2013-06-27 20:05:52 +0000 and src/artwork/address-book-app.svg 1970-01-01 00:00:00 +0000 differ20Binary files src/artwork/address-book-app.svg 2013-06-27 20:05:52 +0000 and src/artwork/address-book-app.svg 1970-01-01 00:00:00 +0000 differ

Subscribers

People subscribed via source and target branches