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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Apr 15 10:04:45 UTC 2014


    Date: Tuesday, April 15, 2014 @ 12:04:44
  Author: flexiondotorg
Revision: 109525

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

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

---------------------------------------+
 /PKGBUILD                             |   82 ++++++++++++++++++++++++++++++++
 /mate-applets.install                 |   26 ++++++++++
 community-i686/PKGBUILD               |   41 ----------------
 community-i686/mate-applets.install   |   13 -----
 community-x86_64/PKGBUILD             |   41 ----------------
 community-x86_64/mate-applets.install |   13 -----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-15 10:00:42 UTC (rev 109524)
+++ community-i686/PKGBUILD	2014-04-15 10:04:44 UTC (rev 109525)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Applets for MATE panel"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org"
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
-             'perl-xml-parser' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet'
-            'yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --libexecdir=/usr/lib/${pkgname} \
-        --enable-polkit \
-        --enable-networkmanager \
-        --enable-ipv6 \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 109524, mate-applets/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-15 10:04:44 UTC (rev 109525)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applets
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org"
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
+             'perl-xml-parser' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-polkit \
+        --enable-networkmanager \
+        --enable-ipv6 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-applets.install
===================================================================
--- community-i686/mate-applets.install	2014-04-15 10:00:42 UTC (rev 109524)
+++ community-i686/mate-applets.install	2014-04-15 10:04:44 UTC (rev 109525)
@@ -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/hicolor
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-applets/repos/community-i686/mate-applets.install (from rev 109524, mate-applets/trunk/mate-applets.install)
===================================================================
--- community-i686/mate-applets.install	                        (rev 0)
+++ community-i686/mate-applets.install	2014-04-15 10:04:44 UTC (rev 109525)
@@ -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/hicolor
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-15 10:00:42 UTC (rev 109524)
+++ community-x86_64/PKGBUILD	2014-04-15 10:04:44 UTC (rev 109525)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-applets
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Applets for MATE panel"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org"
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
-             'perl-xml-parser' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 
-            'yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --libexecdir=/usr/lib/${pkgname} \
-        --enable-polkit \
-        --enable-networkmanager \
-        --enable-ipv6 \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 109524, mate-applets/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-15 10:04:44 UTC (rev 109525)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applets
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="http://mate-desktop.org"
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel' 'python2-dbus' 'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'networkmanager'
+             'perl-xml-parser' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('c9e7ac6f9cc6b6ebd77720b056a3a81536b92419')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-polkit \
+        --enable-networkmanager \
+        --enable-ipv6 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-applets.install
===================================================================
--- community-x86_64/mate-applets.install	2014-04-15 10:00:42 UTC (rev 109524)
+++ community-x86_64/mate-applets.install	2014-04-15 10:04:44 UTC (rev 109525)
@@ -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/hicolor
-    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-applets/repos/community-x86_64/mate-applets.install (from rev 109524, mate-applets/trunk/mate-applets.install)
===================================================================
--- community-x86_64/mate-applets.install	                        (rev 0)
+++ community-x86_64/mate-applets.install	2014-04-15 10:04:44 UTC (rev 109525)
@@ -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/hicolor
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list