[packages/lesspipe] .crx - Google Chrome extensions
glen
glen at pld-linux.org
Tue Oct 13 19:04:34 CEST 2015
commit bf9fdf34d64a3aa3761cfc4ce7c0877beac71cf0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Oct 11 15:14:25 2015 +0300
.crx - Google Chrome extensions
https://developer.chrome.com/extensions/crx
lesspipe.sh | 2 +-
lesspipe.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lesspipe.spec b/lesspipe.spec
index 18314b9..8bcb5df 100644
--- a/lesspipe.spec
+++ b/lesspipe.spec
@@ -6,7 +6,7 @@ Summary: Input preprocessor for less
Summary(pl.UTF-8): Preprocesor wejścia dla narzędzia less
Name: lesspipe
Version: 1.55
-Release: 3
+Release: 4
License: GPL v2
Group: Applications/Text
Source0: %{name}.sh
diff --git a/lesspipe.sh b/lesspipe.sh
index 63e61bd..3e63633 100755
--- a/lesspipe.sh
+++ b/lesspipe.sh
@@ -113,7 +113,7 @@ lesspipe() {
*.rpm) rpm -qpivl --changelog -- "$1" ;;
*.tar|*.ova|*.gem) tar tvvf "$1" ;;
*.sqf) unsquashfs -d . -ll "$1" ;;
- *.zip|*.jar|*.xpi|*.[hj]pi|*.pk3|*.skz|*.gg|*.ipa|*.whl) 7z l "$1" || unzip -l "$1" ;;
+ *.zip|*.jar|*.xpi|*.[hj]pi|*.pk3|*.skz|*.gg|*.ipa|*.whl|*.crx) 7z l "$1" || unzip -l "$1" ;;
# .war could be Zip (limewire) or tar.gz file (konqueror web archives)
*.war) 7z l "$1" || unzip -l "$1" || tar tzvvf "$1" ;;
# other file types not handled via mailcap (no mimetype)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lesspipe.git/commitdiff/bf9fdf34d64a3aa3761cfc4ce7c0877beac71cf0
More information about the pld-cvs-commit
mailing list