From 9235e5946e700ed47450ec3d87c5b4b16250f87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Sat, 25 May 2019 12:04:38 +0200 Subject: community/xvfb-run: move from testing xvfb-run is needed for tests for some packages in community --- community/xvfb-run/APKBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/xvfb-run/APKBUILD (limited to 'community') diff --git a/community/xvfb-run/APKBUILD b/community/xvfb-run/APKBUILD new file mode 100644 index 0000000000..bdbd2e3d2c --- /dev/null +++ b/community/xvfb-run/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: TBK +# Maintainer: TBK +pkgname=xvfb-run +pkgver=1.20.4 +pkgrel=0 +pkgdesc="A wrapper for the Xvfb command which simplifies the task of running commands." +url="https://salsa.debian.org/xorg-team/xserver/xorg-server/tree/debian-unstable/debian/local" +arch="noarch" +license="GPL-2.0-or-later" +options="!check" # No test suite +depends="xvfb" +subpackages="$pkgname-doc" +source="https://salsa.debian.org/xorg-team/xserver/xorg-server/raw/xorg-server-2_$pkgver-1/debian/local/xvfb-run + https://salsa.debian.org/xorg-team/xserver/xorg-server/raw/xorg-server-2_$pkgver-1/debian/local/xvfb-run.1 + " +builddir="$srcdir/" + +package() { + install -Dm755 xvfb-run "$pkgdir"/usr/bin/xvfb-run + install -D xvfb-run.1 "$pkgdir"/usr/share/man/man1/xvfb-run.1 +} + +sha512sums="d6a5f916c9f36d8f7259867a32c358a943a5e2f4d8cfde7866904fb0cb3b3042adf24b409e582dd36c601ba4e1d7c4af1d958a71bfebf029f615e67e055c443f xvfb-run +03bdd2ed6dc54fb0b82cc71a1088b7e3f1b5d958b695a3f1dc221f5529ce49d638bc39c7dc3f6b8e435bc482ad630938c5d98fb44b3fcfd1a1f6d95a2a8e0bdf xvfb-run.1" -- cgit v1.2.3