~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH v3] testing/alacritty: upgrade to 0.3.3

Details
Message ID
<20190616180514.15479-1-sir@cmpwn.com>
Sender timestamp
1560708314
DKIM signature
missing
Download raw message
Patch: +7 -33
---
Okay, I think this patch is good. Sorry for the noise.

 testing/alacritty/APKBUILD                    | 14 +++++-----
 .../ignore-x11-tests-clipboard_works.patch    | 26 -------------------
 2 files changed, 7 insertions(+), 33 deletions(-)
 delete mode 100644 testing/alacritty/ignore-x11-tests-clipboard_works.patch

diff --git a/testing/alacritty/APKBUILD b/testing/alacritty/APKBUILD
index c5ce11cae8..e555cd183e 100644
--- a/testing/alacritty/APKBUILD
+++ b/testing/alacritty/APKBUILD
@@ -1,12 +1,14 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=alacritty
pkgver=0.3.2
pkgrel=1
pkgver=0.3.3
pkgrel=0
pkgdesc="A cross-platform, GPU-accelerated terminal emulator"
url="https://github.com/jwilm/alacritty"
arch="x86_64" # via Rust
license="Apache-2.0"
makedepends="rust cargo cmake fontconfig-dev freetype-dev pkgconfig"
makedepends="
	rust cargo cmake fontconfig-dev freetype-dev pkgconfig libxcb-dev python3
"
subpackages="
	$pkgname-doc
	$pkgname-bash-completion:bashcomp:noarch
@@ -15,7 +17,6 @@ subpackages="
	"
source="$pkgname-$pkgver.tar.gz::https://github.com/jwilm/$pkgname/archive/v$pkgver.tar.gz
	ignore-ft-fc-tests-font_mated.patch
	ignore-x11-tests-clipboard_works.patch
	"
export CARGO_HOME="$srcdir"/cargo
export RUSTFLAGS="-C target-feature=-crt-static"
@@ -63,6 +64,5 @@ zshcomp() {
}


sha512sums="a189ea2e04e1dc0e53c23f5bc39bcbddba46fe72a844665a4c508da3a9b72dd878d6ecc6b5e66db13892992fff5b0d0f5593caf5cfd269d60cb7756ac7add5af  alacritty-0.3.2.tar.gz
c6ae0a47abbd3583d0ccc8c98b71fb73995b2f65d04fee63b34572e44e859bb1cac6e56993a6d478fdb6de42f66e50e723eb01175117aeff1e4035f81ecf5473  ignore-ft-fc-tests-font_mated.patch
1a9bef3dc02abd5b764cb5f87742ecdcf99f3fcc43deef3dcfb1eddfd1a233ab7c7dec0072a5d17e285c0aff902a5b7847169cb051bcb89cb90904ace1787325  ignore-x11-tests-clipboard_works.patch"
sha512sums="ddcca2bb776a328882e2137d5dfca9000b04a4c2bbfbd42e38140e0fe3e9262da17d0c3e566afca68ea84bcc476463f7979a2d15ce6fb857afc60df145075adb  alacritty-0.3.3.tar.gz
c6ae0a47abbd3583d0ccc8c98b71fb73995b2f65d04fee63b34572e44e859bb1cac6e56993a6d478fdb6de42f66e50e723eb01175117aeff1e4035f81ecf5473  ignore-ft-fc-tests-font_mated.patch"
diff --git a/testing/alacritty/ignore-x11-tests-clipboard_works.patch b/testing/alacritty/ignore-x11-tests-clipboard_works.patch
deleted file mode 100644
index ed58e41ddc..0000000000
--- a/testing/alacritty/ignore-x11-tests-clipboard_works.patch
@@ -1,26 +0,0 @@
From e444fb149f31df3a87f75632c075575c02141e69 Mon Sep 17 00:00:00 2001
From: Henrik Riomar <henrik.riomar@gmail.com>
Date: Tue, 5 Mar 2019 10:27:33 +0100
Subject: [PATCH] ignore x11::tests::clipboard_works

Due to:
 Error: Can't open display: (null)
---
 copypasta/src/x11.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/copypasta/src/x11.rs b/copypasta/src/x11.rs
index c7d9c69..cd2485e 100644
--- a/copypasta/src/x11.rs
+++ b/copypasta/src/x11.rs
@@ -157,6 +157,7 @@ mod tests {
     use ::{Load, Store};
 
     #[test]
+    #[ignore]
     fn clipboard_works() {
         let mut clipboard = Clipboard::new().expect("create clipboard");
         let arst = "arst";
--- 
2.21.0

-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)