[arch-commits] Commit in libguestfs/repos/community-testing-x86_64 (4 files)
Robin Broda
coderobe at archlinux.org
Tue Oct 15 00:44:20 UTC 2019
Date: Tuesday, October 15, 2019 @ 00:44:18
Author: coderobe
Revision: 515953
archrelease: copy trunk to community-testing-x86_64
Added:
libguestfs/repos/community-testing-x86_64/PKGBUILD
(from rev 515952, libguestfs/trunk/PKGBUILD)
libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
(from rev 515952, libguestfs/trunk/appliance-packagelist.patch)
Deleted:
libguestfs/repos/community-testing-x86_64/PKGBUILD
libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch
-----------------------------+
PKGBUILD | 210 +++++++++++++++++++++---------------------
appliance-packagelist.patch | 50 +++++-----
2 files changed, 134 insertions(+), 126 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-15 00:43:27 UTC (rev 515952)
+++ PKGBUILD 2019-10-15 00:44:18 UTC (rev 515953)
@@ -1,101 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-# Contributor: Peter Wu <peter at lekensteyn.nl>
-# Contributor: Evaggelos Balaskas <eblaskas _AT_ ebalaskas _DOT_ gr>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-# Contributor: Nikos Skalkotos <skalkoto (at) Gmail.com>
-
-pkgname=libguestfs
-pkgver=1.40.2
-_pkgver_short=${pkgver%.*}
-pkgrel=8
-pkgdesc="Access and modify virtual machine disk image"
-arch=("x86_64")
-url="http://libguestfs.org"
-license=("GPL2" "LGPL2.1")
-backup=("etc/libguestfs-tools.conf"
- "etc/xdg/virt-builder/repos.d/libguestfs.conf"
- "etc/xdg/virt-builder/repos.d/libguestfs.gpg"
- "etc/php.d/guestfs_php.ini")
-_pythonver=2
-depends=("qemu-headless"
- "augeas"
- "hivex>=1.3.2"
- "libconfig"
- "libvirt"
- "fuse"
- "file"
- "cpio"
- "wget"
- "perl"
- "perl-string-shellquote"
- "perl-libintl-perl"
- "perl-sys-virt"
- "jansson"
- "supermin"
- "sleuthkit"
- "sqlite"
- "yara")
-makedepends=("pcre"
- "cdrkit"
- "libxml2"
- "gperf"
- "python${_pythonver}"
- "lua"
-# "ghc"
-# "ruby"
- "erlang"
- "gjs"
- "php"
- "perl-module-build"
- "gobject-introspection"
- "ocaml-findlib"
- "ocaml"
- "go-pie"
- "bash-completion"
- "jdk8-openjdk")
-optdepends=("python${_pythonver}: Python bindings"
-# "ruby: Ruby Bindings"
- "gjs: Javascript Bindings for GNOME"
- "php: PHP bindings"
- "erlang: Erlang Bindings"
-# "ghc: Haskell Bindings"
- "lua: Lua Bindings"
- "ocaml: Ocaml libs")
-provides=("guestfish=${pkgver}")
-source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
- "appliance-packagelist.patch")
-sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
- 'SKIP'
- '1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
-
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- ./configure \
- PYTHON=python$_pythonver \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- --disable-static \
- --disable-haskell \
- --disable-ruby
- # ^ haskell & ruby bindings do not build
-
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" install
-}
Copied: libguestfs/repos/community-testing-x86_64/PKGBUILD (from rev 515952, libguestfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-15 00:44:18 UTC (rev 515953)
@@ -0,0 +1,109 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+# Contributor: Peter Wu <peter at lekensteyn.nl>
+# Contributor: Evaggelos Balaskas <eblaskas _AT_ ebalaskas _DOT_ gr>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+# Contributor: Nikos Skalkotos <skalkoto (at) Gmail.com>
+
+pkgname=libguestfs
+pkgver=1.40.2
+_pkgver_short=${pkgver%.*}
+pkgrel=9
+pkgdesc="Access and modify virtual machine disk image"
+arch=("x86_64")
+url="http://libguestfs.org"
+license=("GPL2" "LGPL2.1")
+backup=("etc/libguestfs-tools.conf"
+ "etc/xdg/virt-builder/repos.d/libguestfs.conf"
+ "etc/xdg/virt-builder/repos.d/libguestfs.gpg"
+ "etc/php.d/guestfs_php.ini")
+_pythonver=2
+depends=("qemu-headless"
+ "augeas"
+ "hivex>=1.3.2"
+ "libconfig"
+ "libvirt"
+ "fuse"
+ "file"
+ "cpio"
+ "wget"
+ "perl"
+ "perl-string-shellquote"
+ "perl-libintl-perl"
+ "perl-sys-virt"
+ "jansson"
+ "supermin"
+ "sleuthkit"
+ "yara")
+makedepends=("pcre"
+ "cdrkit"
+ "libxml2"
+ "gperf"
+ "python${_pythonver}"
+ "lua"
+# "ghc"
+# "ruby"
+ "erlang"
+ "gjs"
+ "php"
+ "perl-module-build"
+ "gobject-introspection"
+ "ocaml-findlib"
+ "ocaml"
+ "go-pie"
+ "bash-completion"
+ "jdk8-openjdk")
+optdepends=("python${_pythonver}: Python bindings"
+# "ruby: Ruby Bindings"
+ "gjs: Javascript Bindings for GNOME"
+ "php: PHP bindings"
+ "erlang: Erlang Bindings"
+# "ghc: Haskell Bindings"
+ "lua: Lua Bindings"
+ "ocaml: Ocaml libs")
+provides=("guestfish=${pkgver}")
+source=("http://libguestfs.org/download/${_pkgver_short}-stable/${pkgname}-${pkgver}.tar.gz"{,.sig}
+ "appliance-packagelist.patch")
+sha512sums=('d288f15d5a70b4b87a4271ea2eb7dc0ec4f48fdb136b8f62003352a069f75573de873e1063763889f410fb1b99951252e9a48dd73bf0233047f21aae43ac6de2'
+ 'SKIP'
+ '1c2fce1eb1b5afae89f56be0502a20790824712656fea362dced4dbc9438ccfe509311296631230ebe321f580e97d4783067ec5636a10b8f5102f9179fe39c74')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones <rjones at redhat.com>
+
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+
+ patch appliance/packagelist.in "${srcdir}/appliance-packagelist.patch"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure \
+ PYTHON=python$_pythonver \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --libdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ --disable-static \
+ --disable-haskell \
+ --disable-ruby
+ # ^ haskell & ruby bindings do not build
+
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+
+ # fix supermin package list
+ cat >> "${pkgdir}/usr/lib/guestfs/supermin.d/packages" <<-EOF
+ libldm
+ lvm2
+ mdadm
+ sqlite
+ systemd-sysvcompat
+EOF
+}
Deleted: appliance-packagelist.patch
===================================================================
--- appliance-packagelist.patch 2019-10-15 00:43:27 UTC (rev 515952)
+++ appliance-packagelist.patch 2019-10-15 00:44:18 UTC (rev 515953)
@@ -1,25 +0,0 @@
---- appliance/packagelist.in 2019-10-14 22:47:20.974379583 +0000
-+++ appliance/packagelist.in 2019-10-14 22:51:28.587897142 +0000
-@@ -118,11 +118,14 @@
- iputils
- jansson
- libcap
-+ libldm
- libtirpc
- linux
- lrzip
-+ lvm2
- dnl syslinux has mtools as optional dependency, but in reality it's
- dnl a hard one:
-+ mdadm
- mtools
- multipath-tools dnl for kpartx
- nilfs-utils
-@@ -130,6 +133,7 @@
- pcre
- reiserfsprogs
- systemd
-+ systemd-sysvcompat
- vim
- xz
- yara
Copied: libguestfs/repos/community-testing-x86_64/appliance-packagelist.patch (from rev 515952, libguestfs/trunk/appliance-packagelist.patch)
===================================================================
--- appliance-packagelist.patch (rev 0)
+++ appliance-packagelist.patch 2019-10-15 00:44:18 UTC (rev 515953)
@@ -0,0 +1,25 @@
+--- appliance/packagelist.in 2019-10-14 22:47:20.974379583 +0000
++++ appliance/packagelist.in 2019-10-14 22:51:28.587897142 +0000
+@@ -118,11 +118,14 @@
+ iputils
+ jansson
+ libcap
++ libldm
+ libtirpc
+ linux
+ lrzip
++ lvm2
+ dnl syslinux has mtools as optional dependency, but in reality it's
+ dnl a hard one:
++ mdadm
+ mtools
+ multipath-tools dnl for kpartx
+ nilfs-utils
+@@ -130,6 +133,7 @@
+ pcre
+ reiserfsprogs
+ systemd
++ systemd-sysvcompat
+ vim
+ xz
+ yara
More information about the arch-commits
mailing list