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

Maxime Gauduin alucryd at archlinux.org
Sun Dec 20 11:14:49 UTC 2015


    Date: Sunday, December 20, 2015 @ 12:14:49
  Author: alucryd
Revision: 257037

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

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

-----------------------+
 /PKGBUILD             |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   27 --------------------
 extra-x86_64/PKGBUILD |   27 --------------------
 3 files changed, 64 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-12-20 11:14:39 UTC (rev 257036)
+++ extra-i686/PKGBUILD	2015-12-20 11:14:49 UTC (rev 257037)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://github.com/hughsie/libgusb"
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-i686/PKGBUILD (from rev 257036, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-12-20 11:14:49 UTC (rev 257037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-12-20 11:14:39 UTC (rev 257036)
+++ extra-x86_64/PKGBUILD	2015-12-20 11:14:49 UTC (rev 257037)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="GLib wrapper around libusb1"
-arch=('i686' 'x86_64')
-url="https://github.com/hughsie/libgusb"
-license=('LGPL2.1')
-depends=('udev' 'libusbx' 'glib2')
-makedepends=('gobject-introspection' 'python2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('0be9578f7875cecb6c163ad47eb39bc6bf497e501b08986c0d384748a054c3ee')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 257036, libgusb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-12-20 11:14:49 UTC (rev 257037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('a9c269ef21145b228e59fdcb533ef9c4ae214a6f4748d17ecd2e022f79389eed')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list