[arch-commits] Commit in gnome-main-menu/repos (8 files)

2016-02-25 Thread Balló György
Date: Friday, February 26, 2016 @ 05:41:51
  Author: bgyorgy
Revision: 163452

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

Added:
  gnome-main-menu/repos/community-i686/PKGBUILD
(from rev 163451, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
(from rev 163451, gnome-main-menu/trunk/gnome-main-menu.install)
  gnome-main-menu/repos/community-x86_64/PKGBUILD
(from rev 163451, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install
(from rev 163451, gnome-main-menu/trunk/gnome-main-menu.install)
Deleted:
  gnome-main-menu/repos/community-i686/PKGBUILD
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
  gnome-main-menu/repos/community-x86_64/PKGBUILD
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install

--+
 /PKGBUILD|   92 +
 /gnome-main-menu.install |   26 
 community-i686/PKGBUILD  |   46 --
 community-i686/gnome-main-menu.install   |   13 
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/gnome-main-menu.install |   13 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-26 04:41:43 UTC (rev 163451)
+++ community-i686/PKGBUILD 2016-02-26 04:41:51 UTC (rev 163452)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-
-pkgname=gnome-main-menu
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="A mate-panel applet similar to the traditional main-menu, but with a 
few additions."
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading help documents')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
-install=${pkgname}.install
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# Replace libslab with libmate-slab
-sed -i 's|libslab|mate-slab|' configure.ac
-sed -i 's|libslab/slab.h|libmate-slab/slab.h|' */src/*
-
-# Update disable-log-out key location
-sed -i 's|org.mate.panel|org.mate.lockdown|' main-menu/src/main-menu-ui.c
-
-autoreconf -fi
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-caja-extension \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 163451, 
gnome-main-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-26 04:41:51 UTC (rev 163452)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="A mate-panel applet similar to the traditional main-menu, but with a 
few additions."
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel' 
'mate-system-monitor')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading help documents')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
+install=${pkgname}.install
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Replace libslab with libmate-slab
+sed -i 's|libslab|mate-slab|' configure.ac
+sed -i 's|libslab/slab.h|libmate-slab/slab.h|' */src/*
+
+# Update disable-log-out key location
+sed -i 's|org.mate.panel|org.mate.lockdown|' main-menu/src/main-menu-ui.c
+
+autoreconf -fi
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-caja-extension \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/gnome-main-menu.install
===
--- community-i686/gnome-main-menu.install  2016-02-26 04:41:43 UTC (rev 
163451)
+++ community-i686/gnome-main-menu.install  2016-02-26 04:41:51 UTC (rev 
163452)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/

[arch-commits] Commit in gnome-main-menu/repos (8 files)

2015-06-28 Thread Balló György
Date: Monday, June 29, 2015 @ 01:55:29
  Author: bgyorgy
Revision: 136099

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

Added:
  gnome-main-menu/repos/community-i686/PKGBUILD
(from rev 136098, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
(from rev 136098, gnome-main-menu/trunk/gnome-main-menu.install)
  gnome-main-menu/repos/community-x86_64/PKGBUILD
(from rev 136098, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install
(from rev 136098, gnome-main-menu/trunk/gnome-main-menu.install)
Deleted:
  gnome-main-menu/repos/community-i686/PKGBUILD
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
  gnome-main-menu/repos/community-x86_64/PKGBUILD
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install

--+
 /PKGBUILD|   92 +
 /gnome-main-menu.install |   26 
 community-i686/PKGBUILD  |   34 --
 community-i686/gnome-main-menu.install   |   13 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/gnome-main-menu.install |   13 
 6 files changed, 118 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-28 23:55:22 UTC (rev 136098)
+++ community-i686/PKGBUILD 2015-06-28 23:55:29 UTC (rev 136099)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=gnome-main-menu
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading help documents')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-caja-extension \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 136098, 
gnome-main-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-28 23:55:29 UTC (rev 136099)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading help documents')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# Replace libslab with libmate-slab
+sed -i 's|libslab|mate-slab|' configure.ac
+sed -i 's|libslab/slab.h|libmate-slab/slab.h|' */src/*
+
+# Update disable-log-out key location
+sed -i 's|org.mate.panel|org.mate.lockdown|' main-menu/src/main-menu-ui.c
+
+autoreconf -fi
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-caja-extension \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gnome-main-menu.install
===
--- community-i686/gnome-main-menu.install  2015-06-28 23:55:22 UTC (rev 
136098)
+++ community-i686/gnome-main-menu.install  2015-06-28 23:55:29 UTC (rev 
136099)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-#gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-#update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-main-menu/repos/community-i686/gnome-main-menu.install (from rev 
136098, gnome-main-menu/trunk/gnome-main-menu.install)
===
--- 

[arch-commits] Commit in gnome-main-menu/repos (8 files)

2014-03-10 Thread Martin Wimpress
Date: Monday, March 10, 2014 @ 11:24:11
  Author: flexiondotorg
Revision: 106913

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

Added:
  gnome-main-menu/repos/community-i686/PKGBUILD
(from rev 106912, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
(from rev 106912, gnome-main-menu/trunk/gnome-main-menu.install)
  gnome-main-menu/repos/community-x86_64/PKGBUILD
(from rev 106912, gnome-main-menu/trunk/PKGBUILD)
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install
(from rev 106912, gnome-main-menu/trunk/gnome-main-menu.install)
Deleted:
  gnome-main-menu/repos/community-i686/PKGBUILD
  gnome-main-menu/repos/community-i686/gnome-main-menu.install
  gnome-main-menu/repos/community-x86_64/PKGBUILD
  gnome-main-menu/repos/community-x86_64/gnome-main-menu.install

--+
 /PKGBUILD|   68 +
 /gnome-main-menu.install |   26 +++
 community-i686/PKGBUILD  |   34 --
 community-i686/gnome-main-menu.install   |   13 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/gnome-main-menu.install |   13 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 10:23:55 UTC (rev 106912)
+++ community-i686/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=gnome-main-menu
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
-makedepends=('mate-common' 'yelp-tools')
-options=('!emptydirs')
-source=(http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ac6ce5dcd9433d798d9de3c311127a20084fc00c')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-caja-extension \
---without-html-dir \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 106912, 
gnome-main-menu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A mate-panel applet similar to the traditional main-menu, but with a 
few additions.
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading help documents')
+options=('!emptydirs')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-caja-extension \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gnome-main-menu.install
===
--- community-i686/gnome-main-menu.install  2014-03-10 10:23:55 UTC (rev 
106912)
+++ community-i686/gnome-main-menu.install  2014-03-10 10:24:11 UTC (rev 
106913)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-#gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-#update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-main-menu/repos/community-i686/gnome-main-menu.install (from rev 
106912, gnome-main-menu/trunk/gnome-main-menu.install)
===
--- community-i686/gnome-main-menu.install  (rev 0)
+++ community-i686/gnome-main-menu.install  2014-03-10 10:24:11 UTC (rev 
106913)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+#gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+