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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Jan 29 10:04:40 UTC 2014


    Date: Wednesday, January 29, 2014 @ 11:04:40
  Author: flexiondotorg
Revision: 104984

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

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

-------------------------------------+
 /PKGBUILD                           |   76 ++++++++++++++++++++++++++++++++++
 /mate-panel.install                 |   24 ++++++++++
 community-i686/PKGBUILD             |   41 ------------------
 community-i686/mate-panel.install   |   12 -----
 community-x86_64/PKGBUILD           |   41 ------------------
 community-x86_64/mate-panel.install |   12 -----
 6 files changed, 100 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-29 09:42:19 UTC (rev 104983)
+++ community-i686/PKGBUILD	2014-01-29 10:04:40 UTC (rev 104984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-panel
-pkgver=1.6.1
-pkgrel=4
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
-         'libmateweather' 'librsvg' 'libsm'
-         'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
-         'mate-menus' 'mate-session-manager' 'mate-window-manager')
-makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
-             'networkmanager' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('ccd8d01e14d12d09a9c807b98990c02868323c71')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --enable-introspection \
-        --disable-static \
-        --disable-scrollkeeper
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-i686/PKGBUILD (from rev 104983, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-29 10:04:40 UTC (rev 104984)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
+         'libmateweather' 'librsvg' 'libsm'
+         'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
+         'mate-menus' 'mate-session-manager' 'mate-window-manager')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
+             'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a02d8a678b9235f231002feb4ecef7171939161e')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-introspection \
+        --disable-static \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-panel.install
===================================================================
--- community-i686/mate-panel.install	2014-01-29 09:42:19 UTC (rev 104983)
+++ community-i686/mate-panel.install	2014-01-29 10:04:40 UTC (rev 104984)
@@ -1,12 +0,0 @@
-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-i686/mate-panel.install (from rev 104983, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-i686/mate-panel.install	                        (rev 0)
+++ community-i686/mate-panel.install	2014-01-29 10:04:40 UTC (rev 104984)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-29 09:42:19 UTC (rev 104983)
+++ community-x86_64/PKGBUILD	2014-01-29 10:04:40 UTC (rev 104984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-panel
-pkgver=1.6.1
-pkgrel=4
-pkgdesc="The MATE Panel"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
-         'libmateweather' 'librsvg' 'libsm'
-         'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
-         'mate-menus' 'mate-session-manager' 'mate-window-manager')
-makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
-             'networkmanager' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('ccd8d01e14d12d09a9c807b98990c02868323c71')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --enable-introspection \
-        --disable-static \
-        --disable-scrollkeeper
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 104983, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-29 10:04:40 UTC (rev 104984)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'gtk2' 'libmatewnck' 'libcanberra' 'libice'
+         'libmateweather' 'librsvg' 'libsm'
+         'libsoup' 'libxau' 'mate-desktop' 'mate-file-manager'
+         'mate-menus' 'mate-session-manager' 'mate-window-manager')
+makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils'
+             'networkmanager' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a02d8a678b9235f231002feb4ecef7171939161e')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-introspection \
+        --disable-static \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-panel.install
===================================================================
--- community-x86_64/mate-panel.install	2014-01-29 09:42:19 UTC (rev 104983)
+++ community-x86_64/mate-panel.install	2014-01-29 10:04:40 UTC (rev 104984)
@@ -1,12 +0,0 @@
-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-x86_64/mate-panel.install (from rev 104983, mate-panel/trunk/mate-panel.install)
===================================================================
--- community-x86_64/mate-panel.install	                        (rev 0)
+++ community-x86_64/mate-panel.install	2014-01-29 10:04:40 UTC (rev 104984)
@@ -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