summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy MountainJohnson2018-10-29 08:49:48 -0500
committerJeremy MountainJohnson2018-10-29 08:49:48 -0500
commitcae6254901f116f7df00bcba714aa227fd2ef69a (patch)
treec2fdef3602a1efbab4466477bc9cc5093ec62893
parent8d6ef6fa611fd5ed8cee867ac4747dc2944c8c2d (diff)
downloadaur-cae6254901f116f7df00bcba714aa227fd2ef69a.tar.gz
update to 4.22; commented out font config file no longer present
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d8dd6d5aefa..8a037beae330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.21.0
+ pkgver = 4.22.0
pkgrel = 1
url = http://itgroup.ro/xfce-evolution
arch = any
@@ -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.21.0.zip
- sha512sums = ff03fd07cd68750f250cf6b0db8be8b2feac1636cf8b92022c074c5e5dd01d1c1a6426a5375d7f13323f593fa27d9997ab1a5246d6401f7dc8b372570c636ffc
+ source = https://downloads.sourceforge.net/project/xfce-evolution/xfce-evolution-4.22.0.zip
+ sha512sums = 9d5d8ec90a65b62bd268681f37671924b0d3c410474ea0b220b24fc929a0bd1707d27ab8b5e5bb7d211ee1ce3011f027e8f80092472247f00f0367fae340d265
pkgname = xfce-evolution-themes
diff --git a/PKGBUILD b/PKGBUILD
index b389f0239b54..1a8f9c233f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jeremy MountainJohnson <jskier@gmail.com>
pkgname=xfce-evolution-themes
-pkgver=4.21.0
+pkgver=4.22.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')
@@ -11,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=('ff03fd07cd68750f250cf6b0db8be8b2feac1636cf8b92022c074c5e5dd01d1c1a6426a5375d7f13323f593fa27d9997ab1a5246d6401f7dc8b372570c636ffc')
+sha512sums=('9d5d8ec90a65b62bd268681f37671924b0d3c410474ea0b220b24fc929a0bd1707d27ab8b5e5bb7d211ee1ce3011f027e8f80092472247f00f0367fae340d265')
package() {
# Set correct mode on files from zip source extraction
@@ -28,8 +28,11 @@ package() {
# Copy QT font fix over to global font conf
install -dm 755 "$pkgdir/etc/fonts/conf.avail/" "$pkgdir/etc/fonts/conf.d"
- install -Dm 644 "$srcdir/Xfce Evolution/90-xfce-evolution_qt5fontfix.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"
+
+ # Removed in 4.22
+ #install -Dm 644 "$srcdir/Xfce Evolution/90-xfce-evolution_qt5fontfix.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"
}