summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2017-02-05 11:25:23 +0000
committerCharles Bos2017-02-05 11:25:23 +0000
commit88920b7c9d821396f9bfefe53c1575c9595a7744 (patch)
tree828855a02ea16550e0d4429d976454aa7eefec4d
parent9e78e833afae38c4370a7a55c7fb0d9969102dc3 (diff)
downloadaur-88920b7c9d821396f9bfefe53c1575c9595a7744.tar.gz
update to 3.18.11 - this adds new themes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97114db93654..0b8abd44b84c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 19:48:47 UTC 2017
+# Sun Feb 5 11:25:04 UTC 2017
pkgbase = metacity-themes
pkgdesc = The standard Metacity themes
- pkgver = 3.18.10
+ pkgver = 3.18.11
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.10.tar.gz
- sha256sums = 0fa4988bc454a0101bef87247269806ab04d8057d247ffaccab069f42a6d93ae
+ source = https://github.com/charlesbos/metacity-themes/archive/3.18.11.tar.gz
+ sha256sums = 117f0a5790ae581d67d5903416d9355383d21712aa1bce03d52daab1ae195ac5
pkgname = metacity-themes
diff --git a/PKGBUILD b/PKGBUILD
index 1f011d084a4d..d0ba19a3d8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Bos <charlesbos1 AT gmail>
pkgname=metacity-themes
-pkgver=3.18.10
+pkgver=3.18.11
pkgrel=1
pkgdesc="The standard Metacity themes"
arch=('any')
@@ -9,11 +9,13 @@ 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")
-sha256sums=('0fa4988bc454a0101bef87247269806ab04d8057d247ffaccab069f42a6d93ae')
+sha256sums=('117f0a5790ae581d67d5903416d9355383d21712aa1bce03d52daab1ae195ac5')
package() {
mkdir -p "${pkgdir}/usr/share/themes"
- themes=('Adwaita' 'AgingGorilla' 'Atlanta' 'Bright' 'Crux' 'Esco' 'HighContrast' 'Metabox' 'Simple')
+ themes=('Adwaita' 'AgingGorilla' 'Atlanta' 'Bright' 'Clearlooks' 'ClearlooksClassic'
+ 'Crux' 'Esco' 'Glider' 'Glossy' 'Gorilla' 'HighContrast' 'Inverted' 'Metabox'
+ 'Mist' 'Simple' 'Unity')
for x in "${themes[@]}"; do
cp -r "${srcdir}/${pkgname}-${pkgver}/${x}" "${pkgdir}/usr/share/themes"
done