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

Giovanni Scafora giovanni at archlinux.org
Thu Aug 20 21:33:43 UTC 2009


    Date: Thursday, August 20, 2009 @ 17:33:43
  Author: giovanni
Revision: 50089

upgpkg: k9copy 2.3.3-1
    New version 2.3.3

Added:
  k9copy/trunk/k9copy.install
Modified:
  k9copy/trunk/PKGBUILD
Deleted:
  k9copy/trunk/k9copy-2.3.2-gcc44.patch

--------------------------+
 PKGBUILD                 |   12 +++++-------
 k9copy-2.3.2-gcc44.patch |   20 --------------------
 k9copy.install           |   11 +++++++++++
 3 files changed, 16 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-20 21:18:08 UTC (rev 50088)
+++ PKGBUILD	2009-08-20 21:33:43 UTC (rev 50089)
@@ -3,22 +3,20 @@
 # Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
 
 pkgname=k9copy
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 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')
+depends=('kdebase-runtime' 'libmpeg2' 'xine-lib')
 makedepends=('automoc4' 'cmake')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz
-        k9copy-2.3.2-gcc44.patch)
-md5sums=('bd3eaa33c64d8a2ba28f5385cd85eea2'
-         'aeae6e0ff00234a56c9301912ae83c73')
+install=k9copy.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('8c3f3dc82949f9629cf619cd8aeb8160')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}-Source
-  patch -Np1 -i ${srcdir}/k9copy-2.3.2-gcc44.patch || return 1
   cmake -DCMAKE_INSTALL_PREFIX=/usr || return 1
   make || return 1
   make DESTDIR=${pkgdir}/ install || return 1

Deleted: k9copy-2.3.2-gcc44.patch
===================================================================
--- k9copy-2.3.2-gcc44.patch	2009-08-20 21:18:08 UTC (rev 50088)
+++ k9copy-2.3.2-gcc44.patch	2009-08-20 21:33:43 UTC (rev 50089)
@@ -1,20 +0,0 @@
---- a/src/core/k9tools.cpp	2009-05-27 20:15:20.000000000 -0700
-+++ b/src/core/k9tools.cpp	2009-05-27 20:15:20.000000000 -0700
-@@ -11,6 +11,7 @@
- //
- #include "k9tools.h"
- #include <kstandarddirs.h>
-+#include <stdint.h>
- #include <qdir.h>
- #include <QComboBox>
- #ifdef __FreeBSD__
---- a/src/core/k9dvdbackupinterface.h	2009-05-27 20:51:26.000000000 -0700
-+++ b/src/core/k9dvdbackupinterface.h	2009-05-27 20:51:26.000000000 -0700
-@@ -19,6 +19,7 @@
-  ***************************************************************************/
- #ifndef K9DVDBACKUPINTERFACE_H
- #define K9DVDBACKUPINTERFACE_H
-+#include <stdint.h>
- 
- #include <QObject>
- class k9DVDBackupInterface : public QObject

Added: k9copy.install
===================================================================
--- k9copy.install	                        (rev 0)
+++ k9copy.install	2009-08-20 21:33:43 UTC (rev 50089)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list