Skip to content

Commit 6f3986b

Browse files
author
timlinux
committedFeb 13, 2008
Use png rather than xpm for desktop icon.
Run dh_icons & dh_desktop in rules git-svn-id: http://svn.osgeo.org/qgis/trunk@8148 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9a116e6 commit 6f3986b

File tree

5 files changed

+10
-496
lines changed

5 files changed

+10
-496
lines changed
 

‎debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
qgis (0.9.2test1) gutsy; urgency=low
2+
3+
* Testing package to see if icons deploy
4+
5+
-- Tim Sutton <tim@linfiniti.com> Tue, 12 Feb 2008 21:18:35 -0200
6+
17
qgis (0.9.2rc1) gutsy; urgency=low
28

39
* This release candidate includes over 40 bug fixes and enchancements

‎debian/qgis-icon.png

5.1 KB
Loading

‎debian/qgis-icon.xpm

Lines changed: 0 additions & 494 deletions
This file was deleted.

‎debian/qgis.menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
?package(qgis):needs="X11" section="Apps/Science"\
2-
icon="/usr/share/pixmaps/qgis-icon.xpm" title="QGIS"\
2+
icon="/usr/share/pixmaps/qgis-icon.png" title="QGIS"\
33
command="/usr/bin/qgis"

‎debian/rules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install: build
6969

7070
# Install menu pixmap
7171
install -o root -g root -d $(CURDIR)/debian/tmp/usr/share/pixmaps
72-
install -o root -g root -m 644 $(CURDIR)/debian/qgis-icon.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/qgis-icon.xpm
72+
install -o root -g root -m 644 $(CURDIR)/debian/qgis-icon.png $(CURDIR)/debian/tmp/usr/share/pixmaps/qgis-icon.png
7373

7474
# Build architecture-independent files here.
7575
binary-indep: build install
@@ -84,6 +84,8 @@ binary-arch: build install
8484
dh_installexamples
8585
dh_install --sourcedir=debian/tmp
8686
dh_installmenu
87+
dh_icons
88+
dh_desktop
8789
dh_installman -pqgis debian/gridmaker.1
8890
dh_installman -plibqgis1-dev debian/qgis-config.1
8991
dh_link

0 commit comments

Comments
 (0)
Please sign in to comment.