summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Brunel2018-08-21 17:25:54 +0200
committerOlivier Brunel2018-08-26 18:39:38 +0200
commite58e2b45904433d76fd8e3a53da82e09a5132633 (patch)
treee08eba51bd47898d0ad5c147884b42a5b170aa18
parent7bf65464977cf10f9cd934a5f684970b5e4d34a4 (diff)
downloadaur-xfwm4-hover-inactive.tar.gz
xfwm4-hover-inactive: upgrade to 4.12.5
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch12
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5308e857bf1..b15fc2526600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 20 15:14:53 UTC 2017
+# Sun Aug 26 16:39:38 UTC 2018
pkgbase = xfwm4-hover-inactive
pkgdesc = Xfce window manager w/ hover effect for inactive windows
- pkgver = 4.12.4
+ pkgver = 4.12.5
pkgrel = 1
url = http://www.xfce.org/
arch = i686
@@ -17,10 +17,10 @@ pkgbase = xfwm4-hover-inactive
provides = xfwm4
conflicts = xfwm4
options = !libtool
- source = http://archive.xfce.org/src/xfce/xfwm4/4.12/xfwm4-4.12.4.tar.bz2
+ source = https://archive.xfce.org/src/xfce/xfwm4/4.12/xfwm4-4.12.5.tar.bz2
source = 0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
- sha1sums = d1019cce2a2f7978e36cb30fdc0f27cf9f626244
- sha1sums = bbb13e8616a560775f48e2f0a4ccc1467a8eb152
+ sha1sums = c41e435d07d8b782e534bbdde45e429bc59b3fa2
+ sha1sums = d018ab82df264c0d222ac95704e86a840534e324
pkgname = xfwm4-hover-inactive
diff --git a/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch b/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
index 3b4aedfc1a1d..6a33c838d6e8 100644
--- a/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
+++ b/0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
@@ -1,4 +1,4 @@
-From eeafe3c5de257827139b61dd1d5d5baaf1fab86b Mon Sep 17 00:00:00 2001
+From 6c44a7b5c5a9c400b00ff06541d2cb4f3b874978 Mon Sep 17 00:00:00 2001
From: jjacky <i.am.jack.mail@gmail.com>
Date: Thu, 4 Apr 2013 16:58:07 +0200
Subject: [PATCH] Add hover effects for (titlebar's) buttons of inactive
@@ -14,10 +14,10 @@ Signed-off-by: Olivier Brunel <jjk@jjacky.com>
2 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/src/client.c b/src/client.c
-index 0d946de6..46a4b3c7 100644
+index 4071e67f..09744cf0 100644
--- a/src/client.c
+++ b/src/client.c
-@@ -3986,6 +3986,12 @@ clientGetButtonPixmap (Client *c, int button, int state)
+@@ -4004,6 +4004,12 @@ clientGetButtonPixmap (Client *c, int button, int state)
int
clientGetButtonState (Client *c, int button, int state)
{
@@ -30,7 +30,7 @@ index 0d946de6..46a4b3c7 100644
if (state == INACTIVE)
{
return (state);
-@@ -3997,12 +4003,6 @@ clientGetButtonState (Client *c, int button, int state)
+@@ -4015,12 +4021,6 @@ clientGetButtonState (Client *c, int button, int state)
return (PRESSED);
}
@@ -44,7 +44,7 @@ index 0d946de6..46a4b3c7 100644
}
diff --git a/src/events.c b/src/events.c
-index 50303b03..efc1db6c 100644
+index ee026aa1..b902f69a 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1421,23 +1421,20 @@ handleEnterNotify (DisplayInfo *display_info, XCrossingEvent * ev)
@@ -81,5 +81,5 @@ index 50303b03..efc1db6c 100644
/* No need to process the event any further */
--
-2.12.0
+2.15.1
diff --git a/PKGBUILD b/PKGBUILD
index d57dc83bea2b..33eed33e25ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=xfwm4
pkgname=$_pkgname-hover-inactive
-pkgver=4.12.4
+pkgver=4.12.5
pkgrel=1
pkgdesc="Xfce window manager w/ hover effect for inactive windows"
arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@ makedepends=('pkgconfig' 'intltool')
options=('!libtool')
provides=($_pkgname)
conflicts=($_pkgname)
-source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2
+source=(https://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2
0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch)
-sha1sums=('d1019cce2a2f7978e36cb30fdc0f27cf9f626244'
- 'bbb13e8616a560775f48e2f0a4ccc1467a8eb152')
+sha1sums=('c41e435d07d8b782e534bbdde45e429bc59b3fa2'
+ 'd018ab82df264c0d222ac95704e86a840534e324')
prepare() {
cd ${srcdir}/${_pkgname}-${pkgver}