[arch-commits] Commit in gnome-main-menu/repos (8 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Mon Mar 10 10:24:11 UTC 2014
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 <code at 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 <code at 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
+ #update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-03-10 10:23:55 UTC (rev 106912)
+++ community-x86_64/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at 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-x86_64/PKGBUILD (from rev 106912, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-10 10:24:11 UTC (rev 106913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at 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-x86_64/gnome-main-menu.install
===================================================================
--- community-x86_64/gnome-main-menu.install 2014-03-10 10:23:55 UTC (rev 106912)
+++ community-x86_64/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-x86_64/gnome-main-menu.install (from rev 106912, gnome-main-menu/trunk/gnome-main-menu.install)
===================================================================
--- community-x86_64/gnome-main-menu.install (rev 0)
+++ community-x86_64/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
+ #update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list