summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
-rw-r--r--modal-padding.patch23
3 files changed, 9 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c23d3ff3ff29..55a3fb5a3c06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 08:30:26 UTC 2017
+# Wed Jan 11 16:00:31 UTC 2017
pkgbase = metacity-themes
pkgdesc = The standard Metacity themes
- pkgver = 3.18.4
- pkgrel = 3
+ pkgver = 3.18.5
+ pkgrel = 1
url = https://github.com/charlesbos/metacity-themes
arch = any
license = GPL2
conflicts = gnome-themes-standard<3.16.0
conflicts = metacity<3.20.0
- source = https://github.com/charlesbos/metacity-themes/archive/3.18.4.tar.gz
- source = modal-padding.patch
- sha256sums = ecbb6e5b7ccdc0c7ad25dc240392e150578347f2dd69861d1c194e413b22ed90
- sha256sums = 6f9dac1cad4ec07f0c9382cf7df0e62c199492530e3aa6bee0d103e72400dc39
+ source = https://github.com/charlesbos/metacity-themes/archive/3.18.5.tar.gz
+ sha256sums = f8a96459b9cbaf8965eb85d8323b84de7f5188f3010ff10b24e5354aa8d8c9d1
pkgname = metacity-themes
diff --git a/PKGBUILD b/PKGBUILD
index 6089b079d398..b9eb1b793b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,15 @@
# Maintainer: Charles Bos <charlesbos1 AT gmail>
pkgname=metacity-themes
-pkgver=3.18.4
-pkgrel=3
+pkgver=3.18.5
+pkgrel=1
pkgdesc="The standard Metacity themes"
arch=('any')
url="https://github.com/charlesbos/metacity-themes"
license=('GPL2')
conflicts=('gnome-themes-standard<3.16.0' 'metacity<3.20.0')
-source=("https://github.com/charlesbos/${pkgname}/archive/${pkgver}.tar.gz"
- "modal-padding.patch")
-sha256sums=('ecbb6e5b7ccdc0c7ad25dc240392e150578347f2dd69861d1c194e413b22ed90'
- '6f9dac1cad4ec07f0c9382cf7df0e62c199492530e3aa6bee0d103e72400dc39')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/modal-padding.patch"
-}
+source=("https://github.com/charlesbos/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('f8a96459b9cbaf8965eb85d8323b84de7f5188f3010ff10b24e5354aa8d8c9d1')
package() {
mkdir -p "${pkgdir}/usr/share/themes"
diff --git a/modal-padding.patch b/modal-padding.patch
deleted file mode 100644
index 4b357b52f135..000000000000
--- a/modal-padding.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 6fb91f2f2cc5cc2253cb5e7dfe875a94bd691a62 Mon Sep 17 00:00:00 2001
-From: Charles Bos <charlesbos1@gmail.com>
-Date: Mon, 9 Jan 2017 21:17:08 +0000
-Subject: [PATCH] increase vertical padding on modal dialogs - Adwaita
- (Metacity 2)
-
----
- Adwaita/metacity-1/metacity-theme-2.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Adwaita/metacity-1/metacity-theme-2.xml b/Adwaita/metacity-1/metacity-theme-2.xml
-index a5b9b7f..9bebff1 100644
---- a/Adwaita/metacity-1/metacity-theme-2.xml
-+++ b/Adwaita/metacity-1/metacity-theme-2.xml
-@@ -91,7 +91,7 @@
- </frame_geometry>
-
- <frame_geometry name="modal" title_scale="small" hide_buttons="true" parent="normal">
-- <distance name="title_vertical_pad" value="0"/>
-+ <distance name="title_vertical_pad" value="9"/>
- </frame_geometry>
-
- <!-- drawing operations -->