[PC-BSD Commits] r19220 - in pbi/modules/audio/audacity-devel: . resources xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 17 06:53:58 PDT 2012
Author: kenmoore
Date: 2012-09-17 13:53:58 +0000 (Mon, 17 Sep 2012)
New Revision: 19220
Added:
pbi/modules/audio/audacity-devel/resources/audacity.png
Removed:
pbi/modules/audio/audacity-devel/resources/share/
Modified:
pbi/modules/audio/audacity-devel/pbi.conf
pbi/modules/audio/audacity-devel/xdg-desktop/audacity.desktop
pbi/modules/audio/audacity-devel/xdg-menu/audacity.desktop
Log:
Fix the icons for audio/audacity-devel and rebuild
Modified: pbi/modules/audio/audacity-devel/pbi.conf
===================================================================
--- pbi/modules/audio/audacity-devel/pbi.conf 2012-09-17 13:50:09 UTC (rev 19219)
+++ pbi/modules/audio/audacity-devel/pbi.conf 2012-09-17 13:53:58 UTC (rev 19220)
@@ -16,7 +16,7 @@
PBI_PROGAUTHOR="Audacity Team"
# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
-PBI_PROGICON="share/icons/audacity.png"
+PBI_PROGICON="audacity.png"
# The target port we are building
PBI_MAKEPORT="audio/audacity-devel"
@@ -25,4 +25,6 @@
PBI_MKPORTBEFORE="multimedia/ffmpeg audio/lame"
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
+
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Index: pbi/modules/audio/audacity-devel/resources/audacity.png
===================================================================
--- pbi/modules/audio/audacity-devel/resources/audacity.png 2012-09-17 13:50:09 UTC (rev 19219)
+++ pbi/modules/audio/audacity-devel/resources/audacity.png 2012-09-17 13:53:58 UTC (rev 19220)
Property changes on: pbi/modules/audio/audacity-devel/resources/audacity.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
Modified: pbi/modules/audio/audacity-devel/xdg-desktop/audacity.desktop
===================================================================
--- pbi/modules/audio/audacity-devel/xdg-desktop/audacity.desktop 2012-09-17 13:50:09 UTC (rev 19219)
+++ pbi/modules/audio/audacity-devel/xdg-desktop/audacity.desktop 2012-09-17 13:53:58 UTC (rev 19220)
@@ -6,5 +6,5 @@
GenericName=Audacity
Exec=%%PBI_EXEDIR%%/audacity
Path=%%PBI_APPDIR%%
-Icon=%%PBI_APPDIR%%/share/icons/audacity.png
+Icon=%%PBI_APPDIR%%/audacity.png
StartupNotify=true
Modified: pbi/modules/audio/audacity-devel/xdg-menu/audacity.desktop
===================================================================
--- pbi/modules/audio/audacity-devel/xdg-menu/audacity.desktop 2012-09-17 13:50:09 UTC (rev 19219)
+++ pbi/modules/audio/audacity-devel/xdg-menu/audacity.desktop 2012-09-17 13:53:58 UTC (rev 19220)
@@ -6,6 +6,6 @@
GenericName=Audacity
Exec=%%PBI_EXEDIR%%/audacity
Path=%%PBI_APPDIR%%
-Icon=%%PBI_APPDIR%%/share/icons/audacity.png
+Icon=%%PBI_APPDIR%%/audacity.png
StartupNotify=true
Categories=AudioVideo;
More information about the Commits
mailing list