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

Balló György bgyorgy at archlinux.org
Fri Feb 26 04:41:51 UTC 2016


    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 <code at 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
-}

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 <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
+}

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/
-    #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 163451, gnome-main-menu/trunk/gnome-main-menu.install)
===================================================================
--- community-i686/gnome-main-menu.install	                        (rev 0)
+++ community-i686/gnome-main-menu.install	2016-02-26 04:41:51 UTC (rev 163452)
@@ -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	2016-02-26 04:41:43 UTC (rev 163451)
+++ community-x86_64/PKGBUILD	2016-02-26 04:41:51 UTC (rev 163452)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at 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
-}

Copied: gnome-main-menu/repos/community-x86_64/PKGBUILD (from rev 163451, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-26 04:41:51 UTC (rev 163452)
@@ -0,0 +1,46 @@
+# $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
+}

Deleted: community-x86_64/gnome-main-menu.install
===================================================================
--- community-x86_64/gnome-main-menu.install	2016-02-26 04:41:43 UTC (rev 163451)
+++ community-x86_64/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/
-    #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 163451, gnome-main-menu/trunk/gnome-main-menu.install)
===================================================================
--- community-x86_64/gnome-main-menu.install	                        (rev 0)
+++ community-x86_64/gnome-main-menu.install	2016-02-26 04:41:51 UTC (rev 163452)
@@ -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