diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/xbmc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra/xbmc/xbmc_lib.conf | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra/xbmc/PKGBUILD b/abs/extra/xbmc/PKGBUILD index e496886..6134074 100644 --- a/abs/extra/xbmc/PKGBUILD +++ b/abs/extra/xbmc/PKGBUILD @@ -9,7 +9,7 @@ _prefix=/usr pkgname=xbmc pkgver=12.2 -pkgrel=6 +pkgrel=7 pkgdesc="A software media player and entertainment hub for digital media" arch=('i686' 'x86_64') url="http://xbmc.org" @@ -115,4 +115,4 @@ package() { md5sums=('489f3877decae4e265ece54f9eaef0ba' '76fae229ebc3bcfaab7e7f27e4fb51f5' 'e48a3d87984669ef206e902bc8290ff9' - '8c5cd1b5e7660a49ccd2f99967180a82') + '71176cb0e5aaa230d7c9634c37245bfb') diff --git a/abs/extra/xbmc/xbmc_lib.conf b/abs/extra/xbmc/xbmc_lib.conf index 2dbb10f..e3f4243 100644 --- a/abs/extra/xbmc/xbmc_lib.conf +++ b/abs/extra/xbmc/xbmc_lib.conf @@ -2,6 +2,7 @@ <button> <type>MENU_XBMC</type> <text>Launch XBMC</text> + <description>Open XBMC Media Center</description> <action>EXEC /usr/LH/bin/xbmc.sh</action> </button> <!--#XBMC--> |