summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-08-29 08:20:45 -0500
committerJeremy MountainJohnson2018-08-29 08:20:45 -0500
commitdca878c10699edc8f7181c61ec0e2618cb650736 (patch)
tree400477758d0c96c3919e5d9a438961ede03071ba
parentaa022cc8919fd8ea9132cd2b9f8a6d1a88ad51ef (diff)
downloadaur-dca878c10699edc8f7181c61ec0e2618cb650736.tar.gz
update to 4.18, fix font pointers to Arch proper
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75eff668cc55..35d25684613f 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 = 4
+ pkgver = 4.18.0
+ pkgrel = 1
url = http://itgroup.ro/xfce-evolution
arch = any
license = GPLv2
@@ -11,8 +11,8 @@ pkgbase = xfce-evolution-themes
optdepends = noto-fonts
optdepends = elementary-xfce-icons
optdepends = nemo
- source = https://downloads.sourceforge.net/project/xfce-evolution/xfce-evolution-4.17.0.zip
- sha512sums = 616bcce9637ed8cecec3cd0272143b5f194733856fd0d8b7a201e4e2e07b98a0ab0e6322f6383a363a96f0d21b8d6caf9aefa1fcac3aa497018bd507bd1b383f
+ source = https://downloads.sourceforge.net/project/xfce-evolution/xfce-evolution-4.18.0.zip
+ sha512sums = 09f7fd64a58a1e3bb751db833bf7e528eb9d58c06a2ceeef61561a4a0457839061faf073b3b5433829b68cb2fa23f98e65776bf4cd937068a4c1948ff29504fc
pkgname = xfce-evolution-themes
diff --git a/PKGBUILD b/PKGBUILD
index ebe3e48591fa..7df44d9a7ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
# Contributor: Jeremy MountainJohnson <jskier@gmail.com>
pkgname=xfce-evolution-themes
-_name=xfce-evolution
-pkgver=4.17.0
-pkgrel=4
+pkgver=4.18.0
+pkgrel=1
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://itgroup.ro/xfce-evolution"
@@ -12,7 +11,7 @@ license=(GPLv2)
depends=(gtk-engine-murrine)
optdepends=(lib32-gtk-engine-murrine qt5-styleplugins noto-fonts elementary-xfce-icons nemo)
source=(https://downloads.sourceforge.net/project/xfce-evolution/xfce-evolution-${pkgver}.zip)
-sha512sums=('616bcce9637ed8cecec3cd0272143b5f194733856fd0d8b7a201e4e2e07b98a0ab0e6322f6383a363a96f0d21b8d6caf9aefa1fcac3aa497018bd507bd1b383f')
+sha512sums=('09f7fd64a58a1e3bb751db833bf7e528eb9d58c06a2ceeef61561a4a0457839061faf073b3b5433829b68cb2fa23f98e65776bf4cd937068a4c1948ff29504fc')
package() {
# Set correct mode on files from zip source extraction
@@ -28,9 +27,9 @@ package() {
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"
-
+ install -dm 755 "$pkgdir/etc/fonts/conf.avail/" "$pkgdir/etc/fonts/conf.d"
+ install -Dm 644 "$srcdir/Xfce Evolution/90-qt5.conf" "$pkgdir/etc/fonts/conf.avail/91-qt5-xfce-evolution-fix.conf"
+ ln -s "../conf.avail/91-qt5-xfce-evolution-fix.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"
}