[arch-commits] Commit in gnome-flashback/repos (10 files)

Balló György bgyorgy at archlinux.org
Sun Apr 10 21:52:13 UTC 2016


    Date: Sunday, April 10, 2016 @ 23:52:12
  Author: bgyorgy
Revision: 170186

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

Added:
  gnome-flashback/repos/community-i686/PKGBUILD
    (from rev 170185, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-i686/fix-theme.patch
    (from rev 170185, gnome-flashback/trunk/fix-theme.patch)
  gnome-flashback/repos/community-i686/gnome-flashback.install
    (from rev 170185, gnome-flashback/trunk/gnome-flashback.install)
  gnome-flashback/repos/community-x86_64/PKGBUILD
    (from rev 170185, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-x86_64/fix-theme.patch
    (from rev 170185, gnome-flashback/trunk/fix-theme.patch)
  gnome-flashback/repos/community-x86_64/gnome-flashback.install
    (from rev 170185, gnome-flashback/trunk/gnome-flashback.install)
Deleted:
  gnome-flashback/repos/community-i686/PKGBUILD
  gnome-flashback/repos/community-i686/gnome-flashback.install
  gnome-flashback/repos/community-x86_64/PKGBUILD
  gnome-flashback/repos/community-x86_64/gnome-flashback.install

------------------------------------------+
 /PKGBUILD                                |   82 +++++++++++++++++++++++++++++
 /gnome-flashback.install                 |   22 +++++++
 community-i686/PKGBUILD                  |   31 ----------
 community-i686/fix-theme.patch           |   68 ++++++++++++++++++++++++
 community-i686/gnome-flashback.install   |   11 ---
 community-x86_64/PKGBUILD                |   31 ----------
 community-x86_64/fix-theme.patch         |   68 ++++++++++++++++++++++++
 community-x86_64/gnome-flashback.install |   11 ---
 8 files changed, 240 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-10 21:52:04 UTC (rev 170185)
+++ community-i686/PKGBUILD	2016-04-10 21:52:12 UTC (rev 170186)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-flashback
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME Flashback session"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomeFlashback"
-license=('GPL')
-depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
-makedepends=('intltool')
-optdepends=('gnome-backgrounds: Default background'
-            'gnome-control-center: System settings'
-            'gnome-screensaver: Lock screen'
-            'network-manager-applet: Network management')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-flashback/repos/community-i686/PKGBUILD (from rev 170185, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="GNOME Flashback session"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback"
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
+makedepends=('intltool')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        fix-theme.patch)
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9'
+            '5fc12caeb38f4bbeffd2679397d62aa0e300464cbf88726d4b04d279742fa481')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Small theme improvements
+  # https://bugzilla.gnome.org/show_bug.cgi?id=764857
+  patch -Np1 -i ../fix-theme.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-flashback/repos/community-i686/fix-theme.patch (from rev 170185, gnome-flashback/trunk/fix-theme.patch)
===================================================================
--- community-i686/fix-theme.patch	                        (rev 0)
+++ community-i686/fix-theme.patch	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,68 @@
+From b0982dce61cfe3b448d1b22445f78316e63a0c72 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Sun, 10 Apr 2016 20:24:08 +0200
+Subject: [PATCH 1/2] theme/Adwaita: Improve contrast of the notification
+ bubbles
+
+This makes the text more readable.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764857
+---
+ data/theme/Adwaita/gnome-flashback-dark.css | 4 ++++
+ data/theme/Adwaita/gnome-flashback.css      | 4 ++++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/data/theme/Adwaita/gnome-flashback-dark.css b/data/theme/Adwaita/gnome-flashback-dark.css
+index 0488183..1388641 100644
+--- a/data/theme/Adwaita/gnome-flashback-dark.css
++++ b/data/theme/Adwaita/gnome-flashback-dark.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++#gf-bubble label {
++  color: #ffffff;
++}
+diff --git a/data/theme/Adwaita/gnome-flashback.css b/data/theme/Adwaita/gnome-flashback.css
+index 6eda9ee..418c5c5 100644
+--- a/data/theme/Adwaita/gnome-flashback.css
++++ b/data/theme/Adwaita/gnome-flashback.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++#gf-bubble label {
++  color: #000000;
++}
+-- 
+2.8.0
+
+From 3debf219f2ddc9805f2594eb9d251910f11d625b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Sun, 10 Apr 2016 20:48:53 +0200
+Subject: [PATCH 2/2] theme/HighContrast: use regular icons
+
+HighContrast theme uses symbolic icons by default, but tray icons are invisible for some reason. Use regular icons instead.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764857
+---
+ data/theme/HighContrast/gnome-flashback.css | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/data/theme/HighContrast/gnome-flashback.css b/data/theme/HighContrast/gnome-flashback.css
+index e32fb7b..3e5ba79 100644
+--- a/data/theme/HighContrast/gnome-flashback.css
++++ b/data/theme/HighContrast/gnome-flashback.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++image {
++  -gtk-icon-style: regular;
++}
+-- 
+2.8.0
+

Deleted: community-i686/gnome-flashback.install
===================================================================
--- community-i686/gnome-flashback.install	2016-04-10 21:52:04 UTC (rev 170185)
+++ community-i686/gnome-flashback.install	2016-04-10 21:52:12 UTC (rev 170186)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-flashback/repos/community-i686/gnome-flashback.install (from rev 170185, gnome-flashback/trunk/gnome-flashback.install)
===================================================================
--- community-i686/gnome-flashback.install	                        (rev 0)
+++ community-i686/gnome-flashback.install	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-10 21:52:04 UTC (rev 170185)
+++ community-x86_64/PKGBUILD	2016-04-10 21:52:12 UTC (rev 170186)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-flashback
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="GNOME Flashback session"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Projects/GnomeFlashback"
-license=('GPL')
-depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
-makedepends=('intltool')
-optdepends=('gnome-backgrounds: Default background'
-            'gnome-control-center: System settings'
-            'gnome-screensaver: Lock screen'
-            'network-manager-applet: Network management')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-              --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-flashback/repos/community-x86_64/PKGBUILD (from rev 170185, gnome-flashback/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-flashback
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="GNOME Flashback session"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback"
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 'gnome-settings-daemon' 'gnome-themes-standard' 'libibus' 'metacity' 'nautilus')
+makedepends=('intltool')
+optdepends=('gnome-backgrounds: Default background'
+            'gnome-control-center: System settings'
+            'gnome-screensaver: Lock screen'
+            'network-manager-applet: Network management')
+install=$pkgname.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        fix-theme.patch)
+sha256sums=('0f065d8eb7ad8939734bab551cde39ddf327ada54ff38c32737f2f29dd7111c9'
+            '5fc12caeb38f4bbeffd2679397d62aa0e300464cbf88726d4b04d279742fa481')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Small theme improvements
+  # https://bugzilla.gnome.org/show_bug.cgi?id=764857
+  patch -Np1 -i ../fix-theme.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-flashback/repos/community-x86_64/fix-theme.patch (from rev 170185, gnome-flashback/trunk/fix-theme.patch)
===================================================================
--- community-x86_64/fix-theme.patch	                        (rev 0)
+++ community-x86_64/fix-theme.patch	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,68 @@
+From b0982dce61cfe3b448d1b22445f78316e63a0c72 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Sun, 10 Apr 2016 20:24:08 +0200
+Subject: [PATCH 1/2] theme/Adwaita: Improve contrast of the notification
+ bubbles
+
+This makes the text more readable.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764857
+---
+ data/theme/Adwaita/gnome-flashback-dark.css | 4 ++++
+ data/theme/Adwaita/gnome-flashback.css      | 4 ++++
+ 2 files changed, 8 insertions(+)
+
+diff --git a/data/theme/Adwaita/gnome-flashback-dark.css b/data/theme/Adwaita/gnome-flashback-dark.css
+index 0488183..1388641 100644
+--- a/data/theme/Adwaita/gnome-flashback-dark.css
++++ b/data/theme/Adwaita/gnome-flashback-dark.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++#gf-bubble label {
++  color: #ffffff;
++}
+diff --git a/data/theme/Adwaita/gnome-flashback.css b/data/theme/Adwaita/gnome-flashback.css
+index 6eda9ee..418c5c5 100644
+--- a/data/theme/Adwaita/gnome-flashback.css
++++ b/data/theme/Adwaita/gnome-flashback.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++#gf-bubble label {
++  color: #000000;
++}
+-- 
+2.8.0
+
+From 3debf219f2ddc9805f2594eb9d251910f11d625b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
+Date: Sun, 10 Apr 2016 20:48:53 +0200
+Subject: [PATCH 2/2] theme/HighContrast: use regular icons
+
+HighContrast theme uses symbolic icons by default, but tray icons are invisible for some reason. Use regular icons instead.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764857
+---
+ data/theme/HighContrast/gnome-flashback.css | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/data/theme/HighContrast/gnome-flashback.css b/data/theme/HighContrast/gnome-flashback.css
+index e32fb7b..3e5ba79 100644
+--- a/data/theme/HighContrast/gnome-flashback.css
++++ b/data/theme/HighContrast/gnome-flashback.css
+@@ -57,3 +57,7 @@ gf-popup-window.solid {
+ 
+ #gf-bubble {
+ }
++
++image {
++  -gtk-icon-style: regular;
++}
+-- 
+2.8.0
+

Deleted: community-x86_64/gnome-flashback.install
===================================================================
--- community-x86_64/gnome-flashback.install	2016-04-10 21:52:04 UTC (rev 170185)
+++ community-x86_64/gnome-flashback.install	2016-04-10 21:52:12 UTC (rev 170186)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-flashback/repos/community-x86_64/gnome-flashback.install (from rev 170185, gnome-flashback/trunk/gnome-flashback.install)
===================================================================
--- community-x86_64/gnome-flashback.install	                        (rev 0)
+++ community-x86_64/gnome-flashback.install	2016-04-10 21:52:12 UTC (rev 170186)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list