summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingye Wang2018-02-28 18:07:52 -0500
committerMingye Wang2018-02-28 19:03:09 -0500
commit5ddf57ec95c6eac4094f39471a802750c193806f (patch)
treee769538586d905c4f2ec29a8808ae22f30647f13
parentbfa474c73ceb98a998abc4e4c3d6d0a37685eebe (diff)
downloadaur-5ddf57ec95c6eac4094f39471a802750c193806f.tar.gz
fc-srb: make it the srb variant
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 18 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 715466e23a02..f139940dd4cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = fontconfig
- pkgdesc = A library for configuring and customizing font access
- pkgver = 2.12.6+5+g665584a
+pkgbase = fontconfig-srb
+ pkgdesc = A library for configuring and customizing font access (michalsrb performance patch, AOSC variant)
+ pkgver = 2.12.93
pkgrel = 1
- url = https://www.freedesktop.org/wiki/Software/fontconfig/
+ url = https://github.com/AOSC-Dev/fontconfig
install = fontconfig.install
arch = x86_64
license = custom
@@ -18,10 +18,12 @@ pkgbase = fontconfig
makedepends = lynx
depends = expat
depends = freetype2
- source = git+https://anongit.freedesktop.org/git/fontconfig#commit=665584a19b0ec227c93643ffb0540d11ac8ecf7f
+ provides = fontconfig
+ conflicts = fontconfig
+ source = git+https://github.com/AOSC-Dev/fontconfig#commit=a4e6fc6ae509da8194b79006e747467bf672c1ed
source = fontconfig.hook
sha256sums = SKIP
sha256sums = 672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274
-pkgname = fontconfig
+pkgname = fontconfig-srb
diff --git a/PKGBUILD b/PKGBUILD
index 09e853f2e4ec..f2f19a7d9171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
# $Id$
-# Maintainer: Jan de Groot <jgc@archlinux.org>
+# Maintainer: Mingye Wang <arthur2e5@aosc.io>
+# Contributor: Jan de Groot <jgc@archlinux.org>
-pkgname=fontconfig
-pkgver=2.12.6+5+g665584a
+pkgname=fontconfig-srb
+pkgver=2.12.93
pkgrel=1
-pkgdesc="A library for configuring and customizing font access"
+pkgdesc="A library for configuring and customizing font access (michalsrb performance patch, AOSC variant)"
arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fontconfig/"
+url="https://github.com/AOSC-Dev/fontconfig"
license=(custom)
depends=(expat freetype2)
makedepends=(git autoconf-archive gperf python-lxml python-six docbook-utils docbook-sgml
perl-sgmls 'texlive-formatsextra>=2017' lynx)
+provides=(fontconfig)
+conflicts=(fontconfig)
install=fontconfig.install
-_commit=665584a19b0ec227c93643ffb0540d11ac8ecf7f # fc-2-12
-source=("git+https://anongit.freedesktop.org/git/fontconfig#commit=$_commit"
+_commit=a4e6fc6ae509da8194b79006e747467bf672c1ed # 2.12.93+srb, latest fixes
+source=("git+https://github.com/AOSC-Dev/fontconfig#commit=$_commit"
fontconfig.hook)
sha256sums=('SKIP'
'672f6a1c5e164671955ce807e670306194142a1794ce88df653aa717a972e274')