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

Jan Steffens heftig at archlinux.org
Thu Sep 12 22:05:46 UTC 2019


    Date: Thursday, September 12, 2019 @ 22:05:46
  Author: heftig
Revision: 362363

archrelease: copy trunk to extra-x86_64

Added:
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD
    (from rev 362362, gnome-bluetooth/trunk/PKGBUILD)
Deleted:
  gnome-bluetooth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 22:05:03 UTC (rev 362362)
+++ PKGBUILD	2019-09-12 22:05:46 UTC (rev 362363)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-
-pkgname=gnome-bluetooth
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="The GNOME Bluetooth Subsystem"
-url="https://wiki.gnome.org/Projects/GnomeBluetooth"
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libnotify bluez libcanberra systemd-libs pulseaudio-bluetooth)
-makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
-_commit=419537252c5c56a537acf0cd32b81567f7246eeb  # tags/GNOMEBT_V_3_32_1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true -D icon_update=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-bluetooth/repos/extra-x86_64/PKGBUILD (from rev 362362, gnome-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 22:05:46 UTC (rev 362363)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-bluetooth
+pkgver=3.34.0+1+g96295afd
+pkgrel=1
+pkgdesc="The GNOME Bluetooth Subsystem"
+url="https://wiki.gnome.org/Projects/GnomeBluetooth"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libnotify bluez libcanberra systemd-libs pulseaudio-bluetooth)
+makedepends=(gobject-introspection gtk-doc docbook-xsl git systemd meson)
+_commit=96295afdc38c9c8534084d2ef643fc46c4dbe3aa  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-bluetooth.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOMEBT_V_//;s/_fixed//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true -D icon_update=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list