[arch-commits] Commit in xfce4-settings/repos (12 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Sep 15 11:50:58 UTC 2016


    Date: Thursday, September 15, 2016 @ 11:50:57
  Author: foutrelis
Revision: 276443

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-settings/repos/extra-i686/PKGBUILD
    (from rev 276442, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-i686/default-xsettings-xml.patch
    (from rev 276442, xfce4-settings/trunk/default-xsettings-xml.patch)
  xfce4-settings/repos/extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch
    (from rev 276442, xfce4-settings/trunk/xfce4-settings-enable-crtc-after-powercycle.patch)
  xfce4-settings/repos/extra-x86_64/PKGBUILD
    (from rev 276442, xfce4-settings/trunk/PKGBUILD)
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
    (from rev 276442, xfce4-settings/trunk/default-xsettings-xml.patch)
  xfce4-settings/repos/extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch
    (from rev 276442, xfce4-settings/trunk/xfce4-settings-enable-crtc-after-powercycle.patch)
Deleted:
  xfce4-settings/repos/extra-i686/PKGBUILD
  xfce4-settings/repos/extra-i686/default-xsettings-xml.patch
  xfce4-settings/repos/extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch
  xfce4-settings/repos/extra-x86_64/PKGBUILD
  xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch
  xfce4-settings/repos/extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch

----------------------------------------------------------------+
 /PKGBUILD                                                      |  106 ++++++++++
 /default-xsettings-xml.patch                                   |   52 ++++
 /xfce4-settings-enable-crtc-after-powercycle.patch             |  100 +++++++++
 extra-i686/PKGBUILD                                            |   58 -----
 extra-i686/default-xsettings-xml.patch                         |   26 --
 extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch   |   50 ----
 extra-x86_64/PKGBUILD                                          |   58 -----
 extra-x86_64/default-xsettings-xml.patch                       |   26 --
 extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch |   50 ----
 9 files changed, 258 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-i686/PKGBUILD	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-
-pkgname=xfce4-settings
-pkgver=4.12.0
-pkgrel=5
-pkgdesc="Settings manager for xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
-         'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('libcanberra: for sound control')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-        xfce4-settings-enable-crtc-after-powercycle.patch
-        default-xsettings-xml.patch)
-sha256sums=('04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81'
-            'e6adaa6fe558b4b999db2efe5be32ff5128f03030fdf6888de4012d4b2ea94b7'
-            '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=11107#c54
-  patch -Np1 -i ../xfce4-settings-enable-crtc-after-powercycle.patch
-
-  # Enable GNOME icon theme, Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-static \
-    --enable-xrandr \
-    --enable-xcursor \
-    --enable-libnotify \
-    --enable-libxklavier \
-    --enable-pluggable-dialogs \
-    --enable-sound-settings \
-    --disable-upower-glib \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-i686/PKGBUILD (from rev 276442, xfce4-settings/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+
+pkgname=xfce4-settings
+pkgver=4.12.1
+pkgrel=1
+pkgdesc="Settings manager for xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
+         'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('libcanberra: for sound control')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        default-xsettings-xml.patch)
+sha256sums=('f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574'
+            '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Enable GNOME icon theme, Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-xrandr \
+    --enable-xcursor \
+    --enable-libnotify \
+    --enable-libxklavier \
+    --enable-pluggable-dialogs \
+    --enable-sound-settings \
+    --disable-upower-glib \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/default-xsettings-xml.patch
===================================================================
--- extra-i686/default-xsettings-xml.patch	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-i686/default-xsettings-xml.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,26 +0,0 @@
-diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
---- xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml	2015-02-24 03:33:11.000000000 +0200
-+++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml	2015-03-01 09:52:24.376869688 +0200
-@@ -6,8 +6,8 @@
- <?xml version="1.0" encoding="UTF-8"?>
- <channel name="xsettings" version="1.0">
-   <property name="Net" type="empty">
--    <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="DoubleClickTime" type="int" value="400"/>
-     <property name="DoubleClickDistance" type="int" value="5"/>
-     <property name="DndDragThreshold" type="int" value="8"/>
-@@ -19,9 +19,9 @@
-   </property>
-   <property name="Xft" type="empty">
-     <property name="DPI" type="empty"/>
--    <property name="Antialias" type="int" value="-1"/>
-+    <property name="Antialias" type="int" value="1"/>
-     <property name="Hinting" type="int" value="-1"/>
--    <property name="HintStyle" type="string" value="hintnone"/>
-+    <property name="HintStyle" type="string" value="hintfull"/>
-     <property name="RGBA" type="string" value="none"/>
-     <!-- <property name="Lcdfilter" type="string" value="none"/> -->
-   </property>

Copied: xfce4-settings/repos/extra-i686/default-xsettings-xml.patch (from rev 276442, xfce4-settings/trunk/default-xsettings-xml.patch)
===================================================================
--- extra-i686/default-xsettings-xml.patch	                        (rev 0)
+++ extra-i686/default-xsettings-xml.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,26 @@
+diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
+--- xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml	2015-02-24 03:33:11.000000000 +0200
++++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml	2015-03-01 09:52:24.376869688 +0200
+@@ -6,8 +6,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <channel name="xsettings" version="1.0">
+   <property name="Net" type="empty">
+-    <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="DoubleClickTime" type="int" value="400"/>
+     <property name="DoubleClickDistance" type="int" value="5"/>
+     <property name="DndDragThreshold" type="int" value="8"/>
+@@ -19,9 +19,9 @@
+   </property>
+   <property name="Xft" type="empty">
+     <property name="DPI" type="empty"/>
+-    <property name="Antialias" type="int" value="-1"/>
++    <property name="Antialias" type="int" value="1"/>
+     <property name="Hinting" type="int" value="-1"/>
+-    <property name="HintStyle" type="string" value="hintnone"/>
++    <property name="HintStyle" type="string" value="hintfull"/>
+     <property name="RGBA" type="string" value="none"/>
+     <!-- <property name="Lcdfilter" type="string" value="none"/> -->
+   </property>

Deleted: extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch
===================================================================
--- extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,50 +0,0 @@
-diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
-index 095e323..af70256 100644
---- a/xfsettingsd/displays.c
-+++ b/xfsettingsd/displays.c
-@@ -415,6 +415,7 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
-     XfceRROutput       *output, *o;
-     XEvent             *e = xevent;
-     gint                event_num;
-+    gint                j;
-     guint               n, m, nactive = 0;
-     gboolean            found = FALSE, changed = FALSE;
- 
-@@ -496,9 +497,37 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
-                 {
-                     xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "New output connected: %s",
-                                     output->info->name);
-+                    /* need to enable crtc for output ? */
-+                    if (output->info->crtc == None)
-+                    {
-+                        xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "enabling crtc for %s", output->info->name);
-+                        crtc = xfce_displays_helper_find_usable_crtc (helper, output);
-+                        if (crtc)
-+                        {
-+                            crtc->mode = output->preferred_mode;
-+                            crtc->rotation = RR_Rotate_0;
-+                            crtc->x = crtc->y = 0;
-+                            /* set width and height */
-+                            for (j = 0; j < helper->resources->nmode; ++j)
-+                            {
-+                                if (helper->resources->modes[j].id == output->preferred_mode)
-+                                {
-+                                    crtc->width = helper->resources->modes[j].width;
-+                                    crtc->height = helper->resources->modes[j].height;
-+                                    break;
-+                                }
-+                            }
-+                            xfce_displays_helper_set_outputs (crtc, output);
-+                            crtc->changed = TRUE;
-+                        }
-+                    }
-+
-                     changed = TRUE;
-                 }
-             }
-+            if (changed)
-+                xfce_displays_helper_apply_all (helper);
-+
-             /* Start the minimal dialog according to the user preferences */
-             if (changed && xfconf_channel_get_bool (helper->channel, NOTIFY_PROP, FALSE))
-                 xfce_spawn_command_line_on_screen (NULL, "xfce4-display-settings -m", FALSE,

Copied: xfce4-settings/repos/extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch (from rev 276442, xfce4-settings/trunk/xfce4-settings-enable-crtc-after-powercycle.patch)
===================================================================
--- extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch	                        (rev 0)
+++ extra-i686/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,50 @@
+diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
+index 095e323..af70256 100644
+--- a/xfsettingsd/displays.c
++++ b/xfsettingsd/displays.c
+@@ -415,6 +415,7 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
+     XfceRROutput       *output, *o;
+     XEvent             *e = xevent;
+     gint                event_num;
++    gint                j;
+     guint               n, m, nactive = 0;
+     gboolean            found = FALSE, changed = FALSE;
+ 
+@@ -496,9 +497,37 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
+                 {
+                     xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "New output connected: %s",
+                                     output->info->name);
++                    /* need to enable crtc for output ? */
++                    if (output->info->crtc == None)
++                    {
++                        xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "enabling crtc for %s", output->info->name);
++                        crtc = xfce_displays_helper_find_usable_crtc (helper, output);
++                        if (crtc)
++                        {
++                            crtc->mode = output->preferred_mode;
++                            crtc->rotation = RR_Rotate_0;
++                            crtc->x = crtc->y = 0;
++                            /* set width and height */
++                            for (j = 0; j < helper->resources->nmode; ++j)
++                            {
++                                if (helper->resources->modes[j].id == output->preferred_mode)
++                                {
++                                    crtc->width = helper->resources->modes[j].width;
++                                    crtc->height = helper->resources->modes[j].height;
++                                    break;
++                                }
++                            }
++                            xfce_displays_helper_set_outputs (crtc, output);
++                            crtc->changed = TRUE;
++                        }
++                    }
++
+                     changed = TRUE;
+                 }
+             }
++            if (changed)
++                xfce_displays_helper_apply_all (helper);
++
+             /* Start the minimal dialog according to the user preferences */
+             if (changed && xfconf_channel_get_bool (helper->channel, NOTIFY_PROP, FALSE))
+                 xfce_spawn_command_line_on_screen (NULL, "xfce4-display-settings -m", FALSE,

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-x86_64/PKGBUILD	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-
-pkgname=xfce4-settings
-pkgver=4.12.0
-pkgrel=5
-pkgdesc="Settings manager for xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
-         'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('intltool' 'xf86-input-libinput')
-optdepends=('libcanberra: for sound control')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-        xfce4-settings-enable-crtc-after-powercycle.patch
-        default-xsettings-xml.patch)
-sha256sums=('04becef105c19d0266cfe8dbf42619e7233c3b9fa99b43dbfc9c6a5959501f81'
-            'e6adaa6fe558b4b999db2efe5be32ff5128f03030fdf6888de4012d4b2ea94b7'
-            '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=11107#c54
-  patch -Np1 -i ../xfce4-settings-enable-crtc-after-powercycle.patch
-
-  # Enable GNOME icon theme, Adwaita theme and font hinting by default
-  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-static \
-    --enable-xrandr \
-    --enable-xcursor \
-    --enable-libnotify \
-    --enable-libxklavier \
-    --enable-pluggable-dialogs \
-    --enable-sound-settings \
-    --disable-upower-glib \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-settings/repos/extra-x86_64/PKGBUILD (from rev 276442, xfce4-settings/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+
+pkgname=xfce4-settings
+pkgver=4.12.1
+pkgrel=1
+pkgdesc="Settings manager for xfce"
+arch=('i686' 'x86_64')
+url="http://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
+         'gnome-icon-theme' 'gnome-themes-standard')
+makedepends=('intltool' 'xf86-input-libinput')
+optdepends=('libcanberra: for sound control')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        default-xsettings-xml.patch)
+sha256sums=('f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574'
+            '1c4110fd5ce0f17564cda892b72d59a87b515fdb4580c7154bbb4c1979f5ade7')
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Enable GNOME icon theme, Adwaita theme and font hinting by default
+  patch -Np1 -i "$srcdir/default-xsettings-xml.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-xrandr \
+    --enable-xcursor \
+    --enable-libnotify \
+    --enable-libxklavier \
+    --enable-pluggable-dialogs \
+    --enable-sound-settings \
+    --disable-upower-glib \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/default-xsettings-xml.patch
===================================================================
--- extra-x86_64/default-xsettings-xml.patch	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-x86_64/default-xsettings-xml.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,26 +0,0 @@
-diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
---- xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml	2015-02-24 03:33:11.000000000 +0200
-+++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml	2015-03-01 09:52:24.376869688 +0200
-@@ -6,8 +6,8 @@
- <?xml version="1.0" encoding="UTF-8"?>
- <channel name="xsettings" version="1.0">
-   <property name="Net" type="empty">
--    <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="DoubleClickTime" type="int" value="400"/>
-     <property name="DoubleClickDistance" type="int" value="5"/>
-     <property name="DndDragThreshold" type="int" value="8"/>
-@@ -19,9 +19,9 @@
-   </property>
-   <property name="Xft" type="empty">
-     <property name="DPI" type="empty"/>
--    <property name="Antialias" type="int" value="-1"/>
-+    <property name="Antialias" type="int" value="1"/>
-     <property name="Hinting" type="int" value="-1"/>
--    <property name="HintStyle" type="string" value="hintnone"/>
-+    <property name="HintStyle" type="string" value="hintfull"/>
-     <property name="RGBA" type="string" value="none"/>
-     <!-- <property name="Lcdfilter" type="string" value="none"/> -->
-   </property>

Copied: xfce4-settings/repos/extra-x86_64/default-xsettings-xml.patch (from rev 276442, xfce4-settings/trunk/default-xsettings-xml.patch)
===================================================================
--- extra-x86_64/default-xsettings-xml.patch	                        (rev 0)
+++ extra-x86_64/default-xsettings-xml.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,26 @@
+diff -upr xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml xfce4-settings-4.12.0/xfsettingsd/xsettings.xml
+--- xfce4-settings-4.12.0.orig/xfsettingsd/xsettings.xml	2015-02-24 03:33:11.000000000 +0200
++++ xfce4-settings-4.12.0/xfsettingsd/xsettings.xml	2015-03-01 09:52:24.376869688 +0200
+@@ -6,8 +6,8 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <channel name="xsettings" version="1.0">
+   <property name="Net" type="empty">
+-    <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="DoubleClickTime" type="int" value="400"/>
+     <property name="DoubleClickDistance" type="int" value="5"/>
+     <property name="DndDragThreshold" type="int" value="8"/>
+@@ -19,9 +19,9 @@
+   </property>
+   <property name="Xft" type="empty">
+     <property name="DPI" type="empty"/>
+-    <property name="Antialias" type="int" value="-1"/>
++    <property name="Antialias" type="int" value="1"/>
+     <property name="Hinting" type="int" value="-1"/>
+-    <property name="HintStyle" type="string" value="hintnone"/>
++    <property name="HintStyle" type="string" value="hintfull"/>
+     <property name="RGBA" type="string" value="none"/>
+     <!-- <property name="Lcdfilter" type="string" value="none"/> -->
+   </property>

Deleted: extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch
===================================================================
--- extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:49:42 UTC (rev 276442)
+++ extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -1,50 +0,0 @@
-diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
-index 095e323..af70256 100644
---- a/xfsettingsd/displays.c
-+++ b/xfsettingsd/displays.c
-@@ -415,6 +415,7 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
-     XfceRROutput       *output, *o;
-     XEvent             *e = xevent;
-     gint                event_num;
-+    gint                j;
-     guint               n, m, nactive = 0;
-     gboolean            found = FALSE, changed = FALSE;
- 
-@@ -496,9 +497,37 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
-                 {
-                     xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "New output connected: %s",
-                                     output->info->name);
-+                    /* need to enable crtc for output ? */
-+                    if (output->info->crtc == None)
-+                    {
-+                        xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "enabling crtc for %s", output->info->name);
-+                        crtc = xfce_displays_helper_find_usable_crtc (helper, output);
-+                        if (crtc)
-+                        {
-+                            crtc->mode = output->preferred_mode;
-+                            crtc->rotation = RR_Rotate_0;
-+                            crtc->x = crtc->y = 0;
-+                            /* set width and height */
-+                            for (j = 0; j < helper->resources->nmode; ++j)
-+                            {
-+                                if (helper->resources->modes[j].id == output->preferred_mode)
-+                                {
-+                                    crtc->width = helper->resources->modes[j].width;
-+                                    crtc->height = helper->resources->modes[j].height;
-+                                    break;
-+                                }
-+                            }
-+                            xfce_displays_helper_set_outputs (crtc, output);
-+                            crtc->changed = TRUE;
-+                        }
-+                    }
-+
-                     changed = TRUE;
-                 }
-             }
-+            if (changed)
-+                xfce_displays_helper_apply_all (helper);
-+
-             /* Start the minimal dialog according to the user preferences */
-             if (changed && xfconf_channel_get_bool (helper->channel, NOTIFY_PROP, FALSE))
-                 xfce_spawn_command_line_on_screen (NULL, "xfce4-display-settings -m", FALSE,

Copied: xfce4-settings/repos/extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch (from rev 276442, xfce4-settings/trunk/xfce4-settings-enable-crtc-after-powercycle.patch)
===================================================================
--- extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch	                        (rev 0)
+++ extra-x86_64/xfce4-settings-enable-crtc-after-powercycle.patch	2016-09-15 11:50:57 UTC (rev 276443)
@@ -0,0 +1,50 @@
+diff --git a/xfsettingsd/displays.c b/xfsettingsd/displays.c
+index 095e323..af70256 100644
+--- a/xfsettingsd/displays.c
++++ b/xfsettingsd/displays.c
+@@ -415,6 +415,7 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
+     XfceRROutput       *output, *o;
+     XEvent             *e = xevent;
+     gint                event_num;
++    gint                j;
+     guint               n, m, nactive = 0;
+     gboolean            found = FALSE, changed = FALSE;
+ 
+@@ -496,9 +497,37 @@ xfce_displays_helper_screen_on_event (GdkXEvent *xevent,
+                 {
+                     xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "New output connected: %s",
+                                     output->info->name);
++                    /* need to enable crtc for output ? */
++                    if (output->info->crtc == None)
++                    {
++                        xfsettings_dbg (XFSD_DEBUG_DISPLAYS, "enabling crtc for %s", output->info->name);
++                        crtc = xfce_displays_helper_find_usable_crtc (helper, output);
++                        if (crtc)
++                        {
++                            crtc->mode = output->preferred_mode;
++                            crtc->rotation = RR_Rotate_0;
++                            crtc->x = crtc->y = 0;
++                            /* set width and height */
++                            for (j = 0; j < helper->resources->nmode; ++j)
++                            {
++                                if (helper->resources->modes[j].id == output->preferred_mode)
++                                {
++                                    crtc->width = helper->resources->modes[j].width;
++                                    crtc->height = helper->resources->modes[j].height;
++                                    break;
++                                }
++                            }
++                            xfce_displays_helper_set_outputs (crtc, output);
++                            crtc->changed = TRUE;
++                        }
++                    }
++
+                     changed = TRUE;
+                 }
+             }
++            if (changed)
++                xfce_displays_helper_apply_all (helper);
++
+             /* Start the minimal dialog according to the user preferences */
+             if (changed && xfconf_channel_get_bool (helper->channel, NOTIFY_PROP, FALSE))
+                 xfce_spawn_command_line_on_screen (NULL, "xfce4-display-settings -m", FALSE,



More information about the arch-commits mailing list