summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-04-14 13:45:00 +0200
committerMichael Straube2017-04-14 13:45:00 +0200
commit0be04abe72e38c0dccf59f72b52cb5f028558e32 (patch)
tree3f0fcc284613266213ab90edcae0e4378b2bb077
parent55850c158881bdbfb48283a08984edfb09af4776 (diff)
downloadaur-0be04abe72e38c0dccf59f72b52cb5f028558e32.tar.gz
Add armv7h
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 501047d681c9..0804e03dfcac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ttf-oxygen
url = https://projects.kde.org/projects/kde/workspace/oxygen-fonts
arch = i686
arch = x86_64
+ arch = armv7h
license = custom:OFL
license = GPL
license = custom:GPL+FE
diff --git a/PKGBUILD b/PKGBUILD
index 06de613a3ee6..77262e1c827c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=5.4.3
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') # CMake files are arch-dependent
+arch=('i686' 'x86_64' 'armv7h') # CMake files are arch-dependent
license=('custom:OFL' 'GPL' 'custom:GPL+FE')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('extra-cmake-modules' 'fontforge')