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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Fri Mar 7 18:24:01 UTC 2014


    Date: Friday, March 7, 2014 @ 19:24:00
  Author: flexiondotorg
Revision: 106799

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

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

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

Copied: gnome-main-menu/repos/community-i686/PKGBUILD (from rev 106798, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-07 18:24:00 UTC (rev 106799)
@@ -0,0 +1,34 @@
+# $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/gnome-main-menu.install (from rev 106798, gnome-main-menu/trunk/gnome-main-menu.install)
===================================================================
--- community-i686/gnome-main-menu.install	                        (rev 0)
+++ community-i686/gnome-main-menu.install	2014-03-07 18:24:00 UTC (rev 106799)
@@ -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
+}

Copied: gnome-main-menu/repos/community-x86_64/PKGBUILD (from rev 106798, gnome-main-menu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-07 18:24:00 UTC (rev 106799)
@@ -0,0 +1,34 @@
+# $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/gnome-main-menu.install (from rev 106798, 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-07 18:24:00 UTC (rev 106799)
@@ -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