[PC-BSD Commits] r12861 - in pbi/modules/multimedia/audacious: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 19 10:34:30 PDT 2011
Author: kenmoore
Date: 2011-09-19 10:34:30 -0700 (Mon, 19 Sep 2011)
New Revision: 12861
Modified:
pbi/modules/multimedia/audacious/pbi.conf
pbi/modules/multimedia/audacious/xdg-desktop/audacious2.desktop
pbi/modules/multimedia/audacious/xdg-menu/audacious2.desktop
pbi/modules/multimedia/audacious/xdg-menu/audtool2.desktop
Log:
Fix the desktop and menu links for audacious and rebuild
Modified: pbi/modules/multimedia/audacious/pbi.conf
===================================================================
--- pbi/modules/multimedia/audacious/pbi.conf 2011-09-19 17:13:45 UTC (rev 12860)
+++ pbi/modules/multimedia/audacious/pbi.conf 2011-09-19 17:34:30 UTC (rev 12861)
@@ -29,6 +29,6 @@
WITH_VORBIS=yes
WITH_AMIDI=yes"
-PBI_BUILDKEY="02"
+PBI_BUILDKEY="03"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_MAKEOPTS
Modified: pbi/modules/multimedia/audacious/xdg-desktop/audacious2.desktop
===================================================================
--- pbi/modules/multimedia/audacious/xdg-desktop/audacious2.desktop 2011-09-19 17:13:45 UTC (rev 12860)
+++ pbi/modules/multimedia/audacious/xdg-desktop/audacious2.desktop 2011-09-19 17:34:30 UTC (rev 12861)
@@ -4,7 +4,7 @@
Type=Application
Name=Audacious
GenericName=Audacious
-Exec=%%PBI_EXEDIR%%/audacious2
+Exec=%%PBI_EXEDIR%%/audacious
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/audacious.png
StartupNotify=true
Modified: pbi/modules/multimedia/audacious/xdg-menu/audacious2.desktop
===================================================================
--- pbi/modules/multimedia/audacious/xdg-menu/audacious2.desktop 2011-09-19 17:13:45 UTC (rev 12860)
+++ pbi/modules/multimedia/audacious/xdg-menu/audacious2.desktop 2011-09-19 17:34:30 UTC (rev 12861)
@@ -4,7 +4,7 @@
Type=Application
Name=Audacious
GenericName=Audacious
-Exec=%%PBI_EXEDIR%%/audacious2
+Exec=%%PBI_EXEDIR%%/audacious
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/audacious.png
StartupNotify=true
Modified: pbi/modules/multimedia/audacious/xdg-menu/audtool2.desktop
===================================================================
--- pbi/modules/multimedia/audacious/xdg-menu/audtool2.desktop 2011-09-19 17:13:45 UTC (rev 12860)
+++ pbi/modules/multimedia/audacious/xdg-menu/audtool2.desktop 2011-09-19 17:34:30 UTC (rev 12861)
@@ -4,7 +4,7 @@
Type=Application
Name=Audtool
GenericName=Audtool
-Exec=%%PBI_EXEDIR%%/audtool2
+Exec=%%PBI_EXEDIR%%/audtool
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/audacious.png
StartupNotify=true
More information about the Commits
mailing list