From db85b349ee8501669c0f8a61371b233e307a332b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Dec 2018 13:08:44 +0100 Subject: community/exa: patching Ascii deprecation (fixed upstream) --- community/exa/PKGBUILD | 9 +++++++++ community/exa/exa-ascii-deprecated.patch | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 community/exa/PKGBUILD create mode 100644 community/exa/exa-ascii-deprecated.patch (limited to 'community') diff --git a/community/exa/PKGBUILD b/community/exa/PKGBUILD new file mode 100644 index 00000000..1de368f8 --- /dev/null +++ b/community/exa/PKGBUILD @@ -0,0 +1,9 @@ +# fixed in git upstream + +source+=('exa-ascii-deprecated.patch') +md5sums+=('ce36630a183f5d5be9f1a334bdf8a7cc') + +prepare() { + cd "$pkgname" + patch -Np1 -i ../exa-ascii-deprecated.patch +} diff --git a/community/exa/exa-ascii-deprecated.patch b/community/exa/exa-ascii-deprecated.patch new file mode 100644 index 00000000..e4cddd6a --- /dev/null +++ b/community/exa/exa-ascii-deprecated.patch @@ -0,0 +1,12 @@ +diff -rauN exa/src/fs/file.rs exa-ascii-deprecated-patch/src/fs/file.rs +--- exa/src/fs/file.rs 2018-12-09 12:48:21.137587385 +0100 ++++ exa-ascii-deprecated-patch/src/fs/file.rs 2018-12-09 12:59:07.048431583 +0100 +@@ -95,8 +95,6 @@ + /// against a pre-compiled list of extensions which are known to only exist + /// within ASCII, so it’s alright. + fn ext(path: &Path) -> Option { +- use std::ascii::AsciiExt; +- + let name = match path.file_name() { + Some(f) => f.to_string_lossy().to_string(), + None => return None, -- cgit v1.2.3-70-g09d2 From 3c6c45b29d8c026d557844c0c057ffe9072dd142 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 13 Dec 2018 15:34:48 +0100 Subject: community/openscenegraph34: apply same patch as in openscenegraph in package() (move lib->lib64) --- community/openscenegraph34/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/openscenegraph34/PKGBUILD (limited to 'community') diff --git a/community/openscenegraph34/PKGBUILD b/community/openscenegraph34/PKGBUILD new file mode 100644 index 00000000..78dcdca7 --- /dev/null +++ b/community/openscenegraph34/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f package | \ + sed ' + s@mv "${pkgdir}/usr/lib64" "${pkgdir}/usr/lib"@#\0@ + ' +)" -- cgit v1.2.3-70-g09d2