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

2015-11-05 Thread Martin Wimpress
Date: Friday, November 6, 2015 @ 00:18:53
  Author: flexiondotorg
Revision: 146072

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 146071, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-staging-any/mate-icon-theme.install
(from rev 146071, mate-icon-theme/trunk/mate-icon-theme.install)

-+
 PKGBUILD|   30 ++
 mate-icon-theme.install |   12 
 2 files changed, 42 insertions(+)

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 146071, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-11-05 23:18:53 UTC (rev 146072)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+pkgname=mate-icon-theme
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('26c5da07f617bcfedcc1920cc873c1cea6ee9488')
+install=${pkgname}.install
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache"
+}

Copied: mate-icon-theme/repos/community-staging-any/mate-icon-theme.install 
(from rev 146071, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-staging-any/mate-icon-theme.install   
(rev 0)
+++ community-staging-any/mate-icon-theme.install   2015-11-05 23:18:53 UTC 
(rev 146072)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-06-09 Thread Martin Wimpress
Date: Tuesday, June 9, 2015 @ 11:48:57
  Author: flexiondotorg
Revision: 135072

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 135071, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-staging-any/mate-icon-theme.install
(from rev 135071, mate-icon-theme/trunk/mate-icon-theme.install)

-+
 PKGBUILD|   30 ++
 mate-icon-theme.install |   12 
 2 files changed, 42 insertions(+)

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 135071, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-06-09 09:48:57 UTC (rev 135072)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgname=mate-icon-theme
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0dbf797182147d5a6915714eb4b172f4e4dec28f')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}

Copied: mate-icon-theme/repos/community-staging-any/mate-icon-theme.install 
(from rev 135071, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-staging-any/mate-icon-theme.install   
(rev 0)
+++ community-staging-any/mate-icon-theme.install   2015-06-09 09:48:57 UTC 
(rev 135072)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-05-07 Thread Martin Wimpress
Date: Thursday, May 7, 2015 @ 23:52:16
  Author: flexiondotorg
Revision: 132904

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 132903, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-staging-any/mate-icon-theme.install
(from rev 132903, mate-icon-theme/trunk/mate-icon-theme.install)

-+
 PKGBUILD|   30 ++
 mate-icon-theme.install |   12 
 2 files changed, 42 insertions(+)

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 132903, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-05-07 21:52:16 UTC (rev 132904)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+pkgname=mate-icon-theme
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('755d8738d38a422ea4bf48a6b4b16b7339ee')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}

Copied: mate-icon-theme/repos/community-staging-any/mate-icon-theme.install 
(from rev 132903, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-staging-any/mate-icon-theme.install   
(rev 0)
+++ community-staging-any/mate-icon-theme.install   2015-05-07 21:52:16 UTC 
(rev 132904)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 22:42:35
  Author: flexiondotorg
Revision: 106570

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 106569, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-staging-any/mate-icon-theme.install
(from rev 106569, mate-icon-theme/trunk/mate-icon-theme.install)

-+
 PKGBUILD|   29 +
 mate-icon-theme.install |   12 
 2 files changed, 41 insertions(+)

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 106569, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-05 21:42:35 UTC (rev 106570)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-icon-theme
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6bc8ec63fed8e85390364626cd06d6fb130f0071')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}

Copied: mate-icon-theme/repos/community-staging-any/mate-icon-theme.install 
(from rev 106569, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-staging-any/mate-icon-theme.install   
(rev 0)
+++ community-staging-any/mate-icon-theme.install   2014-03-05 21:42:35 UTC 
(rev 106570)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 16:30:46
  Author: flexiondotorg
Revision: 104176

archrelease: copy trunk to community-any

Added:
  mate-icon-theme/repos/community-any/
  mate-icon-theme/repos/community-any/PKGBUILD
(from rev 104175, mate-icon-theme/trunk/PKGBUILD)
  mate-icon-theme/repos/community-any/mate-icon-theme.install
(from rev 104175, mate-icon-theme/trunk/mate-icon-theme.install)

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

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 104175, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-01-16 15:30:46 UTC (rev 104176)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-icon-theme
+pkgver=1.6.3
+pkgrel=1
+pkgdesc=MATE icon theme
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
+options=(!emptydirs !strip)
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+rm -f ${pkgdir}/usr/share/icons/mate/icon-theme.cache
+}

Copied: mate-icon-theme/repos/community-any/mate-icon-theme.install (from rev 
104175, mate-icon-theme/trunk/mate-icon-theme.install)
===
--- community-any/mate-icon-theme.install   (rev 0)
+++ community-any/mate-icon-theme.install   2014-01-16 15:30:46 UTC (rev 
104176)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+gtk-update-icon-cache -q -t -f /usr/share/icons/menta
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}