mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/homer-ui: backport local fonts
This commit is contained in:
parent
01be5b4d0b
commit
c374f87b3b
57
community/homer-ui/0001-css-separate-file-for-fonts.patch
Normal file
57
community/homer-ui/0001-css-separate-file-for-fonts.patch
Normal file
File diff suppressed because one or more lines are too long
157
community/homer-ui/0002-css-fonts-expand.patch
Normal file
157
community/homer-ui/0002-css-fonts-expand.patch
Normal file
File diff suppressed because one or more lines are too long
158
community/homer-ui/0003-use-local-fonts.patch
Normal file
158
community/homer-ui/0003-use-local-fonts.patch
Normal file
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=homer-ui
|
||||
pkgver=5.0.6
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="HOMER User-Interface"
|
||||
url="https://github.com/sipcapture/homer-ui"
|
||||
arch="noarch"
|
||||
@ -13,7 +13,12 @@ makedepends="$depends_dev"
|
||||
install=
|
||||
subpackages=
|
||||
pkggroups="www-data"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/homer-ui/archive/${pkgver}.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/homer-ui/archive/${pkgver}.tar.gz
|
||||
fonts.tar.xz
|
||||
0001-css-separate-file-for-fonts.patch
|
||||
0002-css-fonts-expand.patch
|
||||
0003-use-local-fonts.patch
|
||||
"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
@ -32,6 +37,8 @@ package() {
|
||||
ln -s /etc/homer/dashboard "$pkgdir"/usr/share/webapps/homer/store/dashboard || return 1
|
||||
}
|
||||
|
||||
md5sums="5394aef2d72a8624178d08a048db215f homer-ui-5.0.6.tar.gz"
|
||||
sha256sums="8fe40079b888eb7e485d2faa369329edd217695a451869411034987f5be1deb2 homer-ui-5.0.6.tar.gz"
|
||||
sha512sums="14fe5b7064be94c01fdc1a498b635fca23df03310a5ec0fa28b7c395971286749f3b4b1abda56f1c3ebaf6d6fd9c99db317f00dead07efc999e8aa11645406ec homer-ui-5.0.6.tar.gz"
|
||||
sha512sums="14fe5b7064be94c01fdc1a498b635fca23df03310a5ec0fa28b7c395971286749f3b4b1abda56f1c3ebaf6d6fd9c99db317f00dead07efc999e8aa11645406ec homer-ui-5.0.6.tar.gz
|
||||
27a049a09f5e73a6a8c4c74397c138568e23a0a146866db7a10d07f71c59e12d38c4750de9f3ca94b2a48de0355f4b108e1d32ce62dbb264d86dbd4124eaaa29 fonts.tar.xz
|
||||
52e0412f0d4ecbddc3d8cea89edb9212457d3a6b4f1f4034952f5e5bbccc74158ccb3e457470ea5ace39a5e4561d21104765fea87538bfc0c3c8bf9c6535e537 0001-css-separate-file-for-fonts.patch
|
||||
871cbb5e8efd254910dce6820941104b1a695082cb2ccc23bb4bdac5b6d36bc61b788ca5bd6a363fa73461ff85c75fe9e7e511776fc727b1049710559c23edfd 0002-css-fonts-expand.patch
|
||||
1d06d50899af4b2ca208d41503b46f220343445ff48cda2486afdae33016cb2f60b72f78a1e70df58dd1342bdbd117666fced3784b1156341eae79d7f8dedf84 0003-use-local-fonts.patch"
|
||||
|
BIN
community/homer-ui/fonts.tar.xz
Normal file
BIN
community/homer-ui/fonts.tar.xz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user