File tree Expand file tree Collapse file tree 5 files changed +10
-496
lines changed Expand file tree Collapse file tree 5 files changed +10
-496
lines changed Original file line number Diff line number Diff line change
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
+
1
7
qgis (0.9.2rc1) gutsy; urgency=low
2
8
3
9
* This release candidate includes over 40 bug fixes and enchancements
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
?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"\
3
3
command="/usr/bin/qgis"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ install: build
69
69
70
70
# Install menu pixmap
71
71
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
73
73
74
74
# Build architecture-independent files here.
75
75
binary-indep : build install
@@ -84,6 +84,8 @@ binary-arch: build install
84
84
dh_installexamples
85
85
dh_install --sourcedir=debian/tmp
86
86
dh_installmenu
87
+ dh_icons
88
+ dh_desktop
87
89
dh_installman -pqgis debian/gridmaker.1
88
90
dh_installman -plibqgis1-dev debian/qgis-config.1
89
91
dh_link
You can’t perform that action at this time.
0 commit comments