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

Giovanni Scafora giovanni at archlinux.org
Tue Dec 1 12:32:29 UTC 2009


    Date: Tuesday, December 1, 2009 @ 07:32:28
  Author: giovanni
Revision: 60159

upgpkg: k9copy 2.3.3-2
    Fixed FS17335

Modified:
  k9copy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-01 11:18:08 UTC (rev 60158)
+++ PKGBUILD	2009-12-01 12:32:28 UTC (rev 60159)
@@ -4,12 +4,12 @@
 
 pkgname=k9copy
 pkgver=2.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A small utility which allows the copy of DVD under Linux"
 arch=('i686' 'x86_64')
 url="http://k9copy.sourceforge.net"
 license=('GPL2')
-depends=('kdebase-runtime' 'libmpeg2' 'xine-lib')
+depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor')
 makedepends=('automoc4' 'cmake')
 install=k9copy.install
 source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz)
@@ -17,8 +17,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-Source
+  sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop
   cmake -DCMAKE_INSTALL_PREFIX=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1
 }
-




More information about the arch-commits mailing list