[arch-commits] Commit in xfce4-settings/trunk (PKGBUILD default-xsettings-xml.patch)
Evangelos Foutras
foutrelis at archlinux.org
Sun May 26 22:31:31 UTC 2019
Date: Sunday, May 26, 2019 @ 22:31:31
Author: foutrelis
Revision: 354363
upgpkg: xfce4-settings 4.12.4-2
Change default icon theme to Adwaita (FS#45033).
Modified:
xfce4-settings/trunk/PKGBUILD
xfce4-settings/trunk/default-xsettings-xml.patch
-----------------------------+
PKGBUILD | 6 +++---
default-xsettings-xml.patch | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 21:20:44 UTC (rev 354362)
+++ PKGBUILD 2019-05-26 22:31:31 UTC (rev 354363)
@@ -4,7 +4,7 @@
pkgname=xfce4-settings
pkgver=4.12.4
-pkgrel=1
+pkgrel=2
pkgdesc="Settings manager for xfce"
arch=('x86_64')
url="https://www.xfce.org/"
@@ -11,13 +11,13 @@
license=('GPL2')
groups=('xfce4')
depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
- 'gnome-icon-theme' 'gnome-themes-standard')
+ 'adwaita-icon-theme' 'gnome-themes-standard')
makedepends=('intltool' 'xf86-input-libinput')
optdepends=('libcanberra: for sound control')
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
default-xsettings-xml.patch)
sha256sums=('e2a04cad48bf9e951409d0c841829fa3b4ce632cd799082ef82d0506618b6f9b'
- '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
+ '8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
Modified: default-xsettings-xml.patch
===================================================================
--- default-xsettings-xml.patch 2019-05-26 21:20:44 UTC (rev 354362)
+++ default-xsettings-xml.patch 2019-05-26 22:31:31 UTC (rev 354363)
@@ -8,7 +8,7 @@
- <property name="ThemeName" type="empty"/>
- <property name="IconThemeName" type="empty"/>
+ <property name="ThemeName" type="string" value="Adwaita"/>
-+ <property name="IconThemeName" type="string" value="gnome"/>
++ <property name="IconThemeName" type="string" value="Adwaita"/>
<property name="DoubleClickTime" type="int" value="400"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
More information about the arch-commits
mailing list