summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-08-25 11:09:34 -0500
committerJeremy MountainJohnson2018-08-25 11:09:34 -0500
commitfb68aaad67954f003de96ede1a389d35818a7519 (patch)
tree111832876efa754bedc0b6bd66db9dccf98138d3
parent98da78ab5a8d7bf2fbf001cf085737d44106e1d2 (diff)
downloadaur-fb68aaad67954f003de96ede1a389d35818a7519.tar.gz
added global font fix config file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18bfb4c0a6a1..4a79c3e194ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce-evolution-themes
pkgdesc = The Xfce Evolution theme attempts to rid the Xfce desktop of visual distractions by providing a more consistent look (buttons, scrollbars, menus, etc) across older and newer applications.
pkgver = 4.17.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/linux/xfce-evolution.html
arch = any
license = GPLv2
diff --git a/PKGBUILD b/PKGBUILD
index b63d05aef1e2..87322a099798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xfce-evolution-themes
_name=xfce-evolution
pkgver=4.17.0
-pkgrel=2
+pkgrel=3
pkgdesc="The Xfce Evolution theme attempts to rid the Xfce desktop of visual distractions by providing a more consistent look (buttons, scrollbars, menus, etc) across older and newer applications."
arch=('any')
url="http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/linux/xfce-evolution.html"
@@ -27,6 +27,10 @@ package() {
fi
done
+ # Copy QT font fix over to global font conf
+ install -dm 755 "$pkgdir/etc/fonts/conf.d/"
+ cp "$srcdir/Xfce Evolution/90-qt5.conf" "$pkgdir/etc/fonts/conf.d/91-qt5-xfce-evolution-fix.conf"
+
# Remove unnecessary TOOLS folder
rm -rf "$pkgdir/usr/share/themes/Xfce Evolution/TOOLS"
}