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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Feb 17 21:44:19 UTC 2013


    Date: Sunday, February 17, 2013 @ 22:44:19
  Author: andrea
Revision: 84393

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kio-mtp/repos/community-i686/
  kio-mtp/repos/community-i686/PKGBUILD
    (from rev 84392, kio-mtp/trunk/PKGBUILD)
  kio-mtp/repos/community-x86_64/
  kio-mtp/repos/community-x86_64/PKGBUILD
    (from rev 84392, kio-mtp/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: kio-mtp/repos/community-i686/PKGBUILD (from rev 84392, kio-mtp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-17 21:44:19 UTC (rev 84393)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=("ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kio-mtp/repos/community-x86_64/PKGBUILD (from rev 84392, kio-mtp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-17 21:44:19 UTC (rev 84393)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+
+pkgname=kio-mtp
+pkgver=0.70
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol"
+url='https://projects.kde.org/projects/playground/base/kio-mtp'
+license=('GPL')
+depends=('kdebase-runtime' 'libmtp')
+makedepends=('cmake' 'automoc4')
+source=("ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1b4670e938acedcf565ef23cea66890e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list