[arch-commits] Commit in mate-panel/repos (6 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:12:34 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:12:34
  Author: flexiondotorg
Revision: 106578

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

Added:
  mate-panel/repos/community-staging-i686/
  mate-panel/repos/community-staging-i686/PKGBUILD
    (from rev 106577, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-staging-i686/mate-panel.install
    (from rev 106577, mate-panel/trunk/mate-panel.install)
  mate-panel/repos/community-staging-x86_64/
  mate-panel/repos/community-staging-x86_64/PKGBUILD
    (from rev 106577, mate-panel/trunk/PKGBUILD)
  mate-panel/repos/community-staging-x86_64/mate-panel.install
    (from rev 106577, mate-panel/trunk/mate-panel.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   38 ++++++++++++++++++++++++++
 community-staging-i686/mate-panel.install   |   12 ++++++++
 community-staging-x86_64/PKGBUILD           |   38 ++++++++++++++++++++++++++
 community-staging-x86_64/mate-panel.install |   12 ++++++++
 4 files changed, 100 insertions(+)

Copied: mate-panel/repos/community-staging-i686/PKGBUILD (from rev 106577, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:12:34 UTC (rev 106578)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+         'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+         'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+             'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --enable-introspection \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel/repos/community-staging-i686/mate-panel.install (from rev 106577, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-staging-i686/mate-panel.install	                        (rev 0)
+++ community-staging-i686/mate-panel.install	2014-03-05 22:12:34 UTC (rev 106578)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mate-panel/repos/community-staging-x86_64/PKGBUILD (from rev 106577, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:12:34 UTC (rev 106578)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja' 'dbus-glib' 'dconf' 'gtk2' 'libwnck' 'libcanberra' 'libice'
+         'libmateweather' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco'
+         'mate-menus' 'mate-desktop' 'mate-session-manager')
+makedepends=('gobject-introspection' 'mate-common' 'networkmanager'
+             'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --enable-introspection \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel/repos/community-staging-x86_64/mate-panel.install (from rev 106577, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-staging-x86_64/mate-panel.install	                        (rev 0)
+++ community-staging-x86_64/mate-panel.install	2014-03-05 22:12:34 UTC (rev 106578)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list