[arch-commits] Commit in mate-panel-gtk3/repos (8 files)

2016-03-14 Thread Balló György
Date: Monday, March 14, 2016 @ 22:39:18
  Author: bgyorgy
Revision: 166770

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
(from rev 166769, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-i686/mate-panel.install
(from rev 166769, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
(from rev 166769, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install
(from rev 166769, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
  mate-panel-gtk3/repos/community-i686/mate-panel.install
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 21:39:11 UTC (rev 166769)
+++ community-i686/PKGBUILD 2016-03-14 21:39:18 UTC (rev 166770)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
- 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 166769, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 21:39:18 UTC (rev 166770)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+ 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('1ae95690a76359d356e3bf2581452904036dc523')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2016-03-14 21:39:11 UTC (rev 166769)
+++ community-i686/mate-panel.install   2016-03-14 21:39:18 UTC (rev 166770)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel-gtk3/repos/community-i686/mate-panel.install (from rev 
166769, mate-panel-gtk3/trunk/mate-panel.install)
===
--- 

[arch-commits] Commit in mate-panel-gtk3/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 12:43:54
  Author: flexiondotorg
Revision: 148368

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
(from rev 148367, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-i686/mate-panel.install
(from rev 148367, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
(from rev 148367, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install
(from rev 148367, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
  mate-panel-gtk3/repos/community-i686/mate-panel.install
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 11:43:47 UTC (rev 148367)
+++ community-i686/PKGBUILD 2015-12-04 11:43:54 UTC (rev 148368)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
- 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
- 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-gtk3')
-conflicts=("${_pkgbase}")
-sha1sums=('2b69056df49d2516172ffb6907181d40f75cb375')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 148367, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 11:43:54 UTC (rev 148368)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+ 'libmateweather-gtk3>=1.12' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus>=1.12' 'mate-desktop-gtk3>=1.12')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-gtk3')
+conflicts=("${_pkgbase}")
+sha1sums=('117ff969c76d32c84928f327c8537f0948859aa7')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2015-12-04 11:43:47 UTC (rev 148367)
+++ community-i686/mate-panel.install   2015-12-04 11:43:54 UTC (rev 148368)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel-gtk3/repos/community-i686/mate-panel.install (from rev 
148367, mate-panel-gtk3/trunk/mate-panel.install)
===
--- 

[arch-commits] Commit in mate-panel-gtk3/repos (8 files)

2015-06-28 Thread Balló György
Date: Sunday, June 28, 2015 @ 22:30:16
  Author: bgyorgy
Revision: 136067

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
(from rev 136066, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-i686/mate-panel.install
(from rev 136066, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
(from rev 136066, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install
(from rev 136066, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-i686/PKGBUILD
  mate-panel-gtk3/repos/community-i686/mate-panel.install
  mate-panel-gtk3/repos/community-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 ++
 community-i686/PKGBUILD |   39 -
 community-i686/mate-panel.install   |   12 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/mate-panel.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-28 20:30:08 UTC (rev 136066)
+++ community-i686/PKGBUILD 2015-06-28 20:30:16 UTC (rev 136067)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-panel
-pkgname=${_pkgbase}-gtk3
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja-gtk3=1.10' 'dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 
'libice'
- 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau' 
'marco-gtk3=1.10'
- 'mate-menus=1.10' 'mate-desktop-gtk3=1.10' 
'mate-session-manager-gtk3=1.10')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-panel-gtk3/repos/community-i686/PKGBUILD (from rev 136066, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-28 20:30:16 UTC (rev 136067)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=3
+pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+ 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau'
+ 'mate-menus=1.10' 'mate-desktop-gtk3=1.10')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-panel.install
===
--- community-i686/mate-panel.install   2015-06-28 20:30:08 UTC (rev 136066)
+++ community-i686/mate-panel.install   2015-06-28 20:30:16 UTC (rev 136067)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-panel-gtk3/repos/community-i686/mate-panel.install (from rev 
136066, mate-panel-gtk3/trunk/mate-panel.install)

[arch-commits] Commit in mate-panel-gtk3/repos (8 files)

2015-05-12 Thread Martin Wimpress
Date: Tuesday, May 12, 2015 @ 16:07:31
  Author: flexiondotorg
Revision: 11

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-panel-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 10, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-staging-i686/mate-panel.install
(from rev 10, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 10, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-staging-x86_64/mate-panel.install
(from rev 10, mate-panel-gtk3/trunk/mate-panel.install)
Deleted:
  mate-panel-gtk3/repos/community-staging-i686/PKGBUILD
  mate-panel-gtk3/repos/community-staging-i686/mate-panel.install
  mate-panel-gtk3/repos/community-staging-x86_64/PKGBUILD
  mate-panel-gtk3/repos/community-staging-x86_64/mate-panel.install

-+
 /PKGBUILD   |   78 ++
 /mate-panel.install |   24 
 community-staging-i686/PKGBUILD |   40 -
 community-staging-i686/mate-panel.install   |   12 
 community-staging-x86_64/PKGBUILD   |   40 -
 community-staging-x86_64/mate-panel.install |   12 
 6 files changed, 102 insertions(+), 104 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-05-12 14:07:17 UTC (rev 10)
+++ community-staging-i686/PKGBUILD 2015-05-12 14:07:31 UTC (rev 11)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-panel
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja-gtk3=1.10' 'dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 
'libice'
- 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau' 
'marco-gtk3=1.10'
- 'mate-menus=1.10' 'mate-desktop-gtk3=1.10' 
'mate-session-manager-gtk3=1.10')
-makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-groups=('mate-gtk3')
-conflicts=(${_pkgbase})
-sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
-install=${_pkgbase}.install
-
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---sysconfdir=/etc \
---localstatedir=/var \
---with-gtk=3.0 \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-panel-gtk3/repos/community-staging-i686/PKGBUILD (from rev 10, 
mate-panel-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-12 14:07:31 UTC (rev 11)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-panel
+pkgname=${_pkgbase}-gtk3
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc=The MATE Panel (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja-gtk3=1.10' 'dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 
'libice'
+ 'libmateweather-gtk3=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau' 
'marco-gtk3=1.10'
+ 'mate-menus=1.10' 'mate-desktop-gtk3=1.10' 
'mate-session-manager-gtk3=1.10')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+groups=('mate-gtk3')
+conflicts=(${_pkgbase})
+sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-gtk=3.0 \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-staging-i686/mate-panel.install
===
--- community-staging-i686/mate-panel.install   2015-05-12 14:07:17 UTC (rev 
10)
+++ community-staging-i686/mate-panel.install   2015-05-12 14:07:31 UTC (rev 
11)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f