summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-19 22:33:57 +0200
committerErich Eckner <git@eckner.net>2017-10-19 22:33:57 +0200
commit27855945e691dda4cd3cc894c86777d4fa237195 (patch)
treecb118127f352aa30717362fca215c3eba25b25d6
parent1e50a44bbe6e53d64b6b1533971372917e6dc68a (diff)
downloadarchlinuxewe.git.save-27855945e691dda4cd3cc894c86777d4fa237195.tar.xz
archPackagesUpdate: auf Kommentar " ${teil} ist absichtlich any ohne ELF Dateien" reagieren um ELF-lose any-Pakete zu akzeptieren
-rwxr-xr-xarchPackagesUpdate3
-rw-r--r--argtable/PKGBUILD1
-rw-r--r--ttf-oxygen/PKGBUILD1
3 files changed, 3 insertions, 2 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index a235cb87..a804e893 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -524,8 +524,7 @@ then
{
printf '%s\\|' \
"E: ELF file (.*) found in an ['\"]any['\"] package"
- if [ ! "${paket}" = 'ttf-oxygen' ] &&
- [ ! "${teil}" = 'argtable-docs' ]; then
+ if ! grep -qF " ${teil} ist absichtlich any ohne ELF Dateien" PKGBULD; then
printf '%s\\|' \
"W: No ELF files and not an ['\"]any['\"] package"
fi
diff --git a/argtable/PKGBUILD b/argtable/PKGBUILD
index 9b1e8c36..27fabacc 100644
--- a/argtable/PKGBUILD
+++ b/argtable/PKGBUILD
@@ -8,6 +8,7 @@ pkgver=2.13
pkgrel=1
pkgdesc="An ANSI C command line parser"
arch=('i686' 'x86_64')
+# argtable-docs ist absichtlich any ohne ELF Dateien
url="http://argtable.sourceforge.net/"
license=('GPL')
source=(http://downloads.sourceforge.net/argtable/$pkgname${pkgver/./-}.tar.gz)
diff --git a/ttf-oxygen/PKGBUILD b/ttf-oxygen/PKGBUILD
index 32c34a83..4bd9db6b 100644
--- a/ttf-oxygen/PKGBUILD
+++ b/ttf-oxygen/PKGBUILD
@@ -10,6 +10,7 @@ pkgrel=3
pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
arch=('i686' 'x86_64' 'armv7h') # CMake files are arch-dependent
+# ttf-oxygen ist absichtlich any ohne ELF Dateien
license=('custom:OFL' 'GPL' 'custom:GPL+FE')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('extra-cmake-modules' 'fontforge' 'qt5-base')