summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2017-02-14 15:59:36 +0000
committerCharles Bos2017-02-14 15:59:36 +0000
commit4111185454487dc5c2b1d77ca327230ad0350237 (patch)
tree15c5227c3df148e59789c8459cfe5de2d4e880cd
parentec1b3e9e9a9a43ec95843dc8775b3496b2e9b849 (diff)
downloadaur-metacity-themes.tar.gz
update to 3.18.12 (this adds new themes)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c067dcd84ad..149b27c7777b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 5 22:44:55 UTC 2017
+# Tue Feb 14 15:58:57 UTC 2017
pkgbase = metacity-themes
- pkgdesc = The standard Metacity themes
- pkgver = 3.18.11.1
+ pkgdesc = Themes for the Metacity window manager
+ pkgver = 3.18.12
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.11.1.tar.gz
- sha256sums = a4b39fdc47f9a7764d3d87f0212cf8f28c69c8efeef7a3e17ae466ba73fbb0d3
+ source = https://github.com/charlesbos/metacity-themes/archive/3.18.12.tar.gz
+ sha256sums = 233ac1a77f1637ca8408689f1a2dccaca41d5dfee0ee1c3c71763dcdf25a6221
pkgname = metacity-themes
diff --git a/PKGBUILD b/PKGBUILD
index 99b8dada32c2..7625dc11cd18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,25 @@
# Maintainer: Charles Bos <charlesbos1 AT gmail>
pkgname=metacity-themes
-pkgver=3.18.11.1
+pkgver=3.18.12
pkgrel=1
-pkgdesc="The standard Metacity themes"
+pkgdesc="Themes for the Metacity window manager"
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")
-sha256sums=('a4b39fdc47f9a7764d3d87f0212cf8f28c69c8efeef7a3e17ae466ba73fbb0d3')
+sha256sums=('233ac1a77f1637ca8408689f1a2dccaca41d5dfee0ee1c3c71763dcdf25a6221')
package() {
mkdir -p "${pkgdir}/usr/share/themes"
- themes=('Adwaita' 'AgingGorilla' 'Atlanta' 'Bright' 'Clearlooks' 'ClearlooksClassic'
- 'Crux' 'Esco' 'Glider' 'Glossy' 'Gorilla' 'HighContrast' 'Inverted' 'Metabox'
- 'Mist' 'Simple' 'Unity')
+ themes=('Adwaita' 'AgingGorilla' 'Alloy' 'Atlanta' 'Bright' 'BrushedMetal'
+ 'Clearlooks' 'ClearlooksClassic' 'Crux' 'Esco' 'Glider' 'Glossy'
+ 'Gorilla' 'HeliX-Sweetpill-Crowberry' 'HighContrast' 'Inverted'
+ 'keramik-Gyellow' 'mcblue' 'Metabox' 'Mist' 'Nodoka' 'OutlineAsh'
+ 'OutlineBeach' 'OutlineCoal' 'OutlineCold' 'OutlineFruity'
+ 'OutlineHot' 'OutlineWinter' 'quiet-purple' 'Redmond' 'Simple' 'Unity'
+ 'Urbicande' 'Watercolor')
for x in "${themes[@]}"; do
cp -r "${srcdir}/${pkgname}-${pkgver}/${x}" "${pkgdir}/usr/share/themes"
done