[arch-commits] Commit in mate-themes/repos (3 files)

2015-11-05 Thread Martin Wimpress
Date: Friday, November 6, 2015 @ 00:46:40
  Author: flexiondotorg
Revision: 146101

archrelease: copy trunk to community-staging-any

Added:
  mate-themes/repos/community-staging-any/
  mate-themes/repos/community-staging-any/PKGBUILD
(from rev 146100, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-staging-any/mate-themes.install
(from rev 146100, mate-themes/trunk/mate-themes.install)

-+
 PKGBUILD|   32 
 mate-themes.install |   12 
 2 files changed, 44 insertions(+)

Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 146100, 
mate-themes/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-05 23:46:40 UTC (rev 146101)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_gtkver=3.18
+pkgname=mate-themes
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('0503e3d3423dcc4d0772014b5923fafae41000ec')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 
146100, mate-themes/trunk/mate-themes.install)
===
--- community-staging-any/mate-themes.install   (rev 0)
+++ community-staging-any/mate-themes.install   2015-11-05 23:46:40 UTC (rev 
146101)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in mate-themes/repos (3 files)

2015-06-09 Thread Martin Wimpress
Date: Tuesday, June 9, 2015 @ 11:53:22
  Author: flexiondotorg
Revision: 135074

archrelease: copy trunk to community-staging-any

Added:
  mate-themes/repos/community-staging-any/
  mate-themes/repos/community-staging-any/PKGBUILD
(from rev 135073, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-staging-any/mate-themes.install
(from rev 135073, mate-themes/trunk/mate-themes.install)

-+
 PKGBUILD|   33 +
 mate-themes.install |   16 
 2 files changed, 49 insertions(+)

Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 135073, 
mate-themes/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-06-09 09:53:22 UTC (rev 135074)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.16
+pkgname=mate-themes
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 
135073, mate-themes/trunk/mate-themes.install)
===
--- community-staging-any/mate-themes.install   (rev 0)
+++ community-staging-any/mate-themes.install   2015-06-09 09:53:22 UTC (rev 
135074)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in mate-themes/repos (3 files)

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 13:50:20
  Author: flexiondotorg
Revision: 133049

archrelease: copy trunk to community-staging-any

Added:
  mate-themes/repos/community-staging-any/
  mate-themes/repos/community-staging-any/PKGBUILD
(from rev 133048, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-staging-any/mate-themes.install
(from rev 133048, mate-themes/trunk/mate-themes.install)

-+
 PKGBUILD|   33 +
 mate-themes.install |   16 
 2 files changed, 49 insertions(+)

Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 133048, 
mate-themes/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-09 11:50:20 UTC (rev 133049)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_gtkver=3.16
+pkgname=mate-themes
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz";)
+sha1sums=('2543b7ede9a29f4dc55a8004c929cfdf8450e62b')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 
133048, mate-themes/trunk/mate-themes.install)
===
--- community-staging-any/mate-themes.install   (rev 0)
+++ community-staging-any/mate-themes.install   2015-05-09 11:50:20 UTC (rev 
133049)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in mate-themes/repos (3 files)

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 23:31:05
  Author: flexiondotorg
Revision: 106594

archrelease: copy trunk to community-staging-any

Added:
  mate-themes/repos/community-staging-any/
  mate-themes/repos/community-staging-any/PKGBUILD
(from rev 106593, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-staging-any/mate-themes.install
(from rev 106593, mate-themes/trunk/mate-themes.install)

-+
 PKGBUILD|   32 
 mate-themes.install |   16 
 2 files changed, 48 insertions(+)

Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 106593, 
mate-themes/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-05 22:31:05 UTC (rev 106594)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress 
+
+pkgname=mate-themes
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('1a02c95b8fc94b47c29399ae952e25e954dd4284')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 
106593, mate-themes/trunk/mate-themes.install)
===
--- community-staging-any/mate-themes.install   (rev 0)
+++ community-staging-any/mate-themes.install   2014-03-05 22:31:05 UTC (rev 
106594)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in mate-themes/repos (3 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 17:43:23
  Author: flexiondotorg
Revision: 104201

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/
  mate-themes/repos/community-any/PKGBUILD
(from rev 104200, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 104200, mate-themes/trunk/mate-themes.install)

-+
 PKGBUILD|   33 +
 mate-themes.install |   16 
 2 files changed, 49 insertions(+)

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 104200, 
mate-themes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 16:43:23 UTC (rev 104201)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Piotr Gorski 
+
+pkgname=mate-themes
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org";
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('d30744009b3090d1ce7e8cfba8293c58994a5a85')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 104200, 
mate-themes/trunk/mate-themes.install)
===
--- community-any/mate-themes.install   (rev 0)
+++ community-any/mate-themes.install   2014-01-16 16:43:23 UTC (rev 104201)
@@ -0,0 +1,16 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+gtk-update-icon-cache -q -t -f 
/usr/share/icons/ContrastHighLargePrintInverse
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}