[arch-commits] Commit in xine-ui/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Dec 4 21:21:14 UTC 2009


    Date: Friday, December 4, 2009 @ 16:21:14
  Author: eric
Revision: 60425

Updated url

Modified:
  xine-ui/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-04 20:40:44 UTC (rev 60424)
+++ PKGBUILD	2009-12-04 21:21:14 UTC (rev 60425)
@@ -7,7 +7,7 @@
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://xinehq.de/"
+url="http://www.xine-project.org"
 depends=('xine-lib' 'curl>=7.16.2' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm' 'ncurses>=5.6-7' 'readline>=6.0.00')
 makedepends=('lirc' 'libxt')
 optdepends=('lirc')
@@ -25,7 +25,7 @@
     --with-curses --with-x --enable-lirc --without-aalib || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  install -d ${pkgdir}/usr/share/applications
+  install -d "${pkgdir}/usr/share/applications"
   echo "Categories=Application;AudioVideo;" >> "${pkgdir}/usr/share/xine/desktop/xine.desktop" || return 1
   mv "${pkgdir}/usr/share/xine/desktop/xine.desktop" "${pkgdir}/usr/share/applications"
 }




More information about the arch-commits mailing list