[arch-commits] Commit in gnome-boxes/repos/community-testing-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Sun Sep 9 00:35:11 UTC 2018


    Date: Sunday, September 9, 2018 @ 00:35:10
  Author: heftig
Revision: 378840

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-boxes/repos/community-testing-x86_64/PKGBUILD
    (from rev 378839, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-x86_64/rpath.diff
    (from rev 378839, gnome-boxes/trunk/rpath.diff)
Deleted:
  gnome-boxes/repos/community-testing-x86_64/PKGBUILD
  gnome-boxes/repos/community-testing-x86_64/rpath.diff

------------+
 PKGBUILD   |  110 +++++++++++++++++++++++++++++------------------------------
 rpath.diff |   24 ++++++------
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-09 00:31:50 UTC (rev 378839)
+++ PKGBUILD	2018-09-09 00:35:10 UTC (rev 378840)
@@ -1,55 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
-
-pkgname=gnome-boxes
-pkgver=3.30.0
-pkgrel=2
-pkgdesc="Simple GNOME application to access remote or virtual systems"
-arch=('x86_64')
-url="https://wiki.gnome.org/Boxes"
-license=('LGPL')
-groups=('gnome')
-depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret'
-         'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp')
-makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala')
-_commit=1070fca80a43472576b5641935831f8d21d53341  # tags/v3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git"
-        "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git"
-        rpath.diff)
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            '5d8b03dab802794b4f416504434212cfc8e6908f66d0304f45566219e4ae7748')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
-  git config --local submodule.subprojects/libovf-glib.url "$srcdir/libovf-glib"
-  git submodule update
-
-  # disable broken tests
-  git -C subprojects/libovf-glib cherry-pick -n 4bef85e97c636ac4747cb815cf12a0591271b218
-
-  # fix linking
-  git apply -3 ../rpath.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 378839, gnome-boxes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-09 00:35:10 UTC (rev 378840)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+
+pkgname=gnome-boxes
+pkgver=3.30.0
+pkgrel=3
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('x86_64')
+url="https://wiki.gnome.org/Boxes"
+license=('LGPL')
+groups=('gnome')
+depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 'libsecret'
+         'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 'freerdp')
+makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 'vala')
+_commit=1070fca80a43472576b5641935831f8d21d53341  # tags/v3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git"
+        "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git"
+        rpath.diff)
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            '5d8b03dab802794b4f416504434212cfc8e6908f66d0304f45566219e4ae7748')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
+  git config --local submodule.subprojects/libovf-glib.url "$srcdir/libovf-glib"
+  git submodule update
+
+  # disable broken tests
+  git -C subprojects/libovf-glib cherry-pick -n 4bef85e97c636ac4747cb815cf12a0591271b218
+
+  # fix linking
+  git apply -3 ../rpath.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: rpath.diff
===================================================================
--- rpath.diff	2018-09-09 00:31:50 UTC (rev 378839)
+++ rpath.diff	2018-09-09 00:35:10 UTC (rev 378840)
@@ -1,12 +0,0 @@
-diff --git i/src/meson.build w/src/meson.build
-index 000dbf86..787aa2d0 100644
---- i/src/meson.build
-+++ w/src/meson.build
-@@ -202,6 +202,7 @@ executable ('gnome-boxes', vala_sources + resources,
-             c_args : c_args,
-             dependencies: dependencies,
-             link_with: libcommon,
-+            install_rpath: join_paths (get_option ('prefix'), pkglibdir),
-             install: true
- )
- 

Copied: gnome-boxes/repos/community-testing-x86_64/rpath.diff (from rev 378839, gnome-boxes/trunk/rpath.diff)
===================================================================
--- rpath.diff	                        (rev 0)
+++ rpath.diff	2018-09-09 00:35:10 UTC (rev 378840)
@@ -0,0 +1,12 @@
+diff --git i/src/meson.build w/src/meson.build
+index 000dbf86..787aa2d0 100644
+--- i/src/meson.build
++++ w/src/meson.build
+@@ -202,6 +202,7 @@ executable ('gnome-boxes', vala_sources + resources,
+             c_args : c_args,
+             dependencies: dependencies,
+             link_with: libcommon,
++            install_rpath: join_paths (get_option ('prefix'), pkglibdir),
+             install: true
+ )
+ 



More information about the arch-commits mailing list