[arch-commits] Commit in k9copy/repos (4 files)

Eric Bélanger eric at archlinux.org
Sat Jan 7 05:13:20 UTC 2012


    Date: Saturday, January 7, 2012 @ 00:13:20
  Author: eric
Revision: 146245

db-move: moved k9copy from [staging] to [testing] (x86_64)

Added:
  k9copy/repos/testing-x86_64/
  k9copy/repos/testing-x86_64/PKGBUILD
    (from rev 146243, k9copy/repos/staging-x86_64/PKGBUILD)
  k9copy/repos/testing-x86_64/k9copy.install
    (from rev 146243, k9copy/repos/staging-x86_64/k9copy.install)
Deleted:
  k9copy/repos/staging-x86_64/

----------------+
 PKGBUILD       |   31 +++++++++++++++++++++++++++++++
 k9copy.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: k9copy/repos/testing-x86_64/PKGBUILD (from rev 146243, k9copy/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-07 05:13:20 UTC (rev 146245)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
+
+pkgname=k9copy
+pkgver=2.3.8
+pkgrel=2
+pkgdesc="A small utility which allows the copy of DVD under Linux"
+arch=('i686' 'x86_64')
+url="http://k9copy.sourceforge.net"
+license=('GPL')
+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")
+md5sums=('584f6cc50f28befbeb0d5c1ec9476456')
+
+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
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: k9copy/repos/testing-x86_64/k9copy.install (from rev 146243, k9copy/repos/staging-x86_64/k9copy.install)
===================================================================
--- testing-x86_64/k9copy.install	                        (rev 0)
+++ testing-x86_64/k9copy.install	2012-01-07 05:13:20 UTC (rev 146245)
@@ -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