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

Jan Steffens heftig at archlinux.org
Wed Mar 29 20:39:14 UTC 2017


    Date: Wednesday, March 29, 2017 @ 20:39:13
  Author: heftig
Revision: 291831

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgusb/repos/gnome-unstable-i686/
  libgusb/repos/gnome-unstable-i686/PKGBUILD
    (from rev 291830, libgusb/trunk/PKGBUILD)
  libgusb/repos/gnome-unstable-x86_64/
  libgusb/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 291830, libgusb/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   42 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   42 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: libgusb/repos/gnome-unstable-i686/PKGBUILD (from rev 291830, libgusb/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-03-29 20:39:13 UTC (rev 291831)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=2
+pkgdesc="GObject wrapper for libusb1"
+url="https://github.com/hughsie/libgusb"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2 glibc libusb)
+makedepends=(gobject-introspection python2 vala gtk-doc git)
+_commit=1a9ae96944de71ca0898d820f2ff325e864c5162  # tags/gusb_0_2_9^0
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --enable-gtk-doc \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: libgusb/repos/gnome-unstable-x86_64/PKGBUILD (from rev 291830, libgusb/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-03-29 20:39:13 UTC (rev 291831)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=2
+pkgdesc="GObject wrapper for libusb1"
+url="https://github.com/hughsie/libgusb"
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2 glibc libusb)
+makedepends=(gobject-introspection python2 vala gtk-doc git)
+_commit=1a9ae96944de71ca0898d820f2ff325e864c5162  # tags/gusb_0_2_9^0
+source=("git+https://github.com/hughsie/libgusb#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gusb_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --enable-gtk-doc \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list