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

Antonio Rojas arojas at archlinux.org
Tue Nov 1 20:21:48 UTC 2016


    Date: Tuesday, November 1, 2016 @ 20:21:48
  Author: arojas
Revision: 279635

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

Added:
  libmtp/repos/extra-i686/PKGBUILD
    (from rev 279634, libmtp/trunk/PKGBUILD)
  libmtp/repos/extra-x86_64/PKGBUILD
    (from rev 279634, libmtp/trunk/PKGBUILD)
Deleted:
  libmtp/repos/extra-i686/PKGBUILD
  libmtp/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 ----------------------
 extra-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 72 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-01 20:21:36 UTC (rev 279634)
+++ extra-i686/PKGBUILD	2016-11-01 20:21:48 UTC (rev 279635)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.12
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net"
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0c59559ea253d02170511ecf6b05d577')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 279634, libmtp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-01 20:21:48 UTC (rev 279635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net"
+license=('LGPL')
+depends=('libusb')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('0c59559ea253d02170511ecf6b05d577'
+         'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # fix broken udev rule
+  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-01 20:21:36 UTC (rev 279634)
+++ extra-x86_64/PKGBUILD	2016-11-01 20:21:48 UTC (rev 279635)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.12
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net"
-license=('LGPL')
-depends=('libusb')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0c59559ea253d02170511ecf6b05d577')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # fix broken udev rule
-  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 279634, libmtp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-01 20:21:48 UTC (rev 279635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.12
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net"
+license=('LGPL')
+depends=('libusb')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('0c59559ea253d02170511ecf6b05d577'
+         'SKIP')
+validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner at suse.de>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # fix broken udev rule
+  sed -i "/^Unable to open/d" ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}



More information about the arch-commits mailing list