[arch-commits] Commit in girara/trunk (PKGBUILD revert-incorrect-changes.patch)

Johannes Löthberg demize at archlinux.org
Sat Oct 15 22:40:31 UTC 2016


    Date: Saturday, October 15, 2016 @ 22:40:31
  Author: demize
Revision: 192332

upgpkg: girara 0.2.6-4

Added:
  girara/trunk/revert-incorrect-changes.patch
Modified:
  girara/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |    9 ++++++---
 revert-incorrect-changes.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-15 22:13:24 UTC (rev 192331)
+++ PKGBUILD	2016-10-15 22:40:31 UTC (rev 192332)
@@ -6,7 +6,7 @@
 
 pkgname=girara
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 
 pkgdesc="User interface library focused on simplicity and minimalism"
 url="http://pwmt.org/projects/girara"
@@ -20,13 +20,16 @@
 depends=('gtk3')
 
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
-        fix-font-handling-gtk-3.21.patch)
+        fix-font-handling-gtk-3.21.patch
+        revert-incorrect-changes.patch)
 sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'
-          '609f469dc6ad4570959dea028fd36f8ba8562231')
+          '609f469dc6ad4570959dea028fd36f8ba8562231'
+          '21b31fe5589fa127772cb3cc29a461fd0b24ac08')
 
 prepare() {
   cd girara-$pkgver
   patch -p1 <"$srcdir"/fix-font-handling-gtk-3.21.patch
+  patch -p1 <"$srcdir"/revert-incorrect-changes.patch
 }
 
 build() {

Added: revert-incorrect-changes.patch
===================================================================
--- revert-incorrect-changes.patch	                        (rev 0)
+++ revert-incorrect-changes.patch	2016-10-15 22:40:31 UTC (rev 192332)
@@ -0,0 +1,30 @@
+From 0b5406554e2304e012d975ee746e4ec27896701d Mon Sep 17 00:00:00 2001
+From: Sebastian Ramacher <sebastian+dev at ramacher.at>
+Date: Sat, 3 Sep 2016 12:00:49 +0200
+Subject: [PATCH] Revert unintended changes
+
+Signed-off-by: Sebastian Ramacher <sebastian+dev at ramacher.at>
+---
+ data/girara-post-3.20.css_t | 6 ------
+ 1 file changed, 0 insertions(+), 6 deletions(-)
+
+diff --git a/data/girara-post-3.20.css_t b/data/girara-post-3.20.css_t
+index 29758de..1fdc4d2 100644
+--- a/data/girara-post-3.20.css_t
++++ b/data/girara-post-3.20.css_t
+@@ -5,12 +5,6 @@
+   font-family: @font-family@;
+   font-size: @font-size@;
+   font-weight: @font-weight@;
+-  box-shadow: none;
+-  border-style: none;
+-  margin: 0px;
+-  padding: @bottombox-padding1 at px @bottombox-padding2 at px @bottombox-padding3 at px
+-    @bottombox-padding4 at px;
+-
+ }
+ 
+ /* Scrollbar */
+--
+libgit2 0.24.0
+



More information about the arch-commits mailing list