[arch-commits] Commit in gnome-main-menu/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri May 13 18:54:11 UTC 2016
Date: Friday, May 13, 2016 @ 20:54:11
Author: arojas
Revision: 175224
archrelease: copy trunk to community-i686, community-x86_64
Added:
gnome-main-menu/repos/community-i686/PKGBUILD
(from rev 175223, gnome-main-menu/trunk/PKGBUILD)
gnome-main-menu/repos/community-x86_64/PKGBUILD
(from rev 175223, gnome-main-menu/trunk/PKGBUILD)
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 | 90 +++++++++++++++++++++++++++++
community-i686/PKGBUILD | 46 --------------
community-i686/gnome-main-menu.install | 13 ----
community-x86_64/PKGBUILD | 46 --------------
community-x86_64/gnome-main-menu.install | 13 ----
5 files changed, 90 insertions(+), 118 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-13 18:53:35 UTC (rev 175223)
+++ community-i686/PKGBUILD 2016-05-13 18:54:11 UTC (rev 175224)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-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
-}
Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 175223, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-13 18:54:11 UTC (rev 175224)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=4
+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')
+
+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-05-13 18:53:35 UTC (rev 175223)
+++ community-i686/gnome-main-menu.install 2016-05-13 18:54:11 UTC (rev 175224)
@@ -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
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-13 18:53:35 UTC (rev 175223)
+++ community-x86_64/PKGBUILD 2016-05-13 18:54:11 UTC (rev 175224)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-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
-}
Copied: gnome-main-menu/repos/community-x86_64/PKGBUILD (from rev 175223, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-13 18:54:11 UTC (rev 175224)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=gnome-main-menu
+pkgver=1.8.0
+pkgrel=4
+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')
+
+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-x86_64/gnome-main-menu.install
===================================================================
--- community-x86_64/gnome-main-menu.install 2016-05-13 18:53:35 UTC (rev 175223)
+++ community-x86_64/gnome-main-menu.install 2016-05-13 18:54:11 UTC (rev 175224)
@@ -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
-}
More information about the arch-commits
mailing list