[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-08-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 4, 2020 @ 13:38:21
  Author: alucryd
Revision: 393131

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-04 13:38:16 UTC (rev 393130)
+++ PKGBUILD2020-08-04 13:38:21 UTC (rev 393131)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.4
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb.git#tag=377917fed85476d615f72279d0c97bc391d0f191)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 393130, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-04 13:38:21 UTC (rev 393131)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.5
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+_tag=1f712812327091c42c62b1ab1148d738d1a22b51
+source=(git+https://github.com/hughsie/libgusb.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-02-24 Thread Maxime Gauduin via arch-commits
Date: Monday, February 24, 2020 @ 08:52:53
  Author: alucryd
Revision: 376118

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 08:52:48 UTC (rev 376117)
+++ PKGBUILD2020-02-24 08:52:53 UTC (rev 376118)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb.git#tag=1281d6ff0789ea8e4a825d0c379d175254e269ee)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 376117, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 08:52:53 UTC (rev 376118)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb.git#tag=377917fed85476d615f72279d0c97bc391d0f191)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-31 Thread Maxime Gauduin via arch-commits
Date: Friday, January 31, 2020 @ 18:18:36
  Author: alucryd
Revision: 374424

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   87 -
 1 file changed, 40 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-31 18:18:31 UTC (rev 374423)
+++ PKGBUILD2020-01-31 18:18:36 UTC (rev 374424)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb#tag=bda40aca1f11f841524ad6ed16c352329b8a8d41)
-sha256sums=(SKIP)
-
-prepare() {
-  cd libgusb
-
-  # https://github.com/hughsie/libgusb/issues/24
-  git cherry-pick -n 3813921b7248a5f8a340f3395ff0ddf304bcf64e
-}
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 374423, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-31 18:18:36 UTC (rev 374424)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.3
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb.git#tag=1281d6ff0789ea8e4a825d0c379d175254e269ee)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-20 Thread Jan Steffens via arch-commits
Date: Monday, January 20, 2020 @ 11:12:45
  Author: heftig
Revision: 373730

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   87 -
 1 file changed, 47 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-20 11:10:21 UTC (rev 373729)
+++ PKGBUILD2020-01-20 11:12:45 UTC (rev 373730)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.2
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb#tag=bda40aca1f11f841524ad6ed16c352329b8a8d41)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 373729, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-20 11:12:45 UTC (rev 373730)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=bda40aca1f11f841524ad6ed16c352329b8a8d41)
+sha256sums=(SKIP)
+
+prepare() {
+  cd libgusb
+
+  # https://github.com/hughsie/libgusb/issues/24
+  git cherry-pick -n 3813921b7248a5f8a340f3395ff0ddf304bcf64e
+}
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 13:30:33
  Author: alucryd
Revision: 373668

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 13:30:25 UTC (rev 373667)
+++ PKGBUILD2020-01-18 13:30:33 UTC (rev 373668)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.1
-pkgrel=2
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 373667, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 13:30:33 UTC (rev 373668)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=bda40aca1f11f841524ad6ed16c352329b8a8d41)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-01-06 Thread Jelle van der Waa via arch-commits
Date: Monday, January 6, 2020 @ 13:20:54
  Author: jelle
Revision: 372654

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   81 ++---
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-06 13:20:46 UTC (rev 372653)
+++ PKGBUILD2020-01-06 13:20:54 UTC (rev 372654)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url=https://github.com/hughsie/libgusb
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(
-  glib2
-  libusb
-)
-makedepends=(
-  git
-  gobject-introspection
-  gtk-doc
-  meson
-  python2
-  vala
-)
-source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags
-}
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 372653, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-06 13:20:54 UTC (rev 372654)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, November 24, 2019 @ 21:51:51
  Author: alucryd
Revision: 369725

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   68 -
 1 file changed, 41 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 21:51:45 UTC (rev 369724)
+++ PKGBUILD2019-11-24 21:51:51 UTC (rev 369725)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  arch-meson libgusb build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 369724, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 21:51:51 UTC (rev 369725)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url=https://github.com/hughsie/libgusb
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(
+  glib2
+  libusb
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  python2
+  vala
+)
+source=(git+https://github.com/hughsie/libgusb#tag=7f2afe5dc3bcb6ce0d702856c9c0973efdf6ad1d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libgusb
+
+  git describe --tags
+}
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-06-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 26, 2018 @ 17:46:48
  Author: alucryd
Revision: 327621

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   73 ++---
 1 file changed, 27 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 17:46:38 UTC (rev 327620)
+++ PKGBUILD2018-06-26 17:46:48 UTC (rev 327621)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.11
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-url='https://github.com/hughsie/libgusb'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('git' 'gobject-introspection' 'gtk-doc' 'python2' 'vala')
-_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
-source=("git+https://github.com/hughsie/libgusb#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libgusb
-
-  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd libgusb
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libgusb
-
-  ./configure \
---prefix='/usr' \
---enable-gtk-doc \
---disable-static
-  make
-}
-
-package() {
-  cd libgusb
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 327620, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 17:46:48 UTC (rev 327621)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+url='https://github.com/hughsie/libgusb'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glib2' 'libusb')
+makedepends=('git' 'gobject-introspection' 'gtk-doc' 'meson' 'python2' 'vala')
+_commit='732b49b528cc69bf4c8999e088835ecab9d5c05c'
+source=("git+https://github.com/hughsie/libgusb#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  arch-meson libgusb build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2016-11-02 Thread Maxime Gauduin
Date: Wednesday, November 2, 2016 @ 14:34:26
  Author: alucryd
Revision: 279751

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-02 14:34:15 UTC (rev 279750)
+++ PKGBUILD2016-11-02 14:34:26 UTC (rev 279751)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ionut Biru 
-
-pkgname=libgusb
-pkgver=0.2.9
-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=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 279750, 
libgusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-02 14:34:26 UTC (rev 279751)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+
+pkgname=libgusb
+pkgver=0.2.9
+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=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz;)
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e2314403779af9772fedde14')
+
+build() {
+  cd libgusb-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et: