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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Apr 29 13:01:28 UTC 2014


    Date: Tuesday, April 29, 2014 @ 15:01:27
  Author: flexiondotorg
Revision: 110425

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
    (from rev 110424, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
    (from rev 110424, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
    (from rev 110424, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
    (from rev 110424, mate-sensors-applet/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install

----------------------------------------------+
 /PKGBUILD                                    |   60 +++++++++++++++++++++++++
 /mate-sensors-applet.install                 |   24 ++++++++++
 community-i686/PKGBUILD                      |   31 ------------
 community-i686/mate-sensors-applet.install   |   12 -----
 community-x86_64/PKGBUILD                    |   31 ------------
 community-x86_64/mate-sensors-applet.install |   12 -----
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-29 13:01:11 UTC (rev 110424)
+++ community-i686/PKGBUILD	2014-04-29 13:01:27 UTC (rev 110425)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-sensors-applet
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --disable-static
-  make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 110424, mate-sensors-applet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-29 13:01:27 UTC (rev 110425)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-sensors-applet
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+  make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-sensors-applet.install
===================================================================
--- community-i686/mate-sensors-applet.install	2014-04-29 13:01:11 UTC (rev 110424)
+++ community-i686/mate-sensors-applet.install	2014-04-29 13:01:27 UTC (rev 110425)
@@ -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-sensors-applet/repos/community-i686/mate-sensors-applet.install (from rev 110424, mate-sensors-applet/trunk/mate-sensors-applet.install)
===================================================================
--- community-i686/mate-sensors-applet.install	                        (rev 0)
+++ community-i686/mate-sensors-applet.install	2014-04-29 13:01:27 UTC (rev 110425)
@@ -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-04-29 13:01:11 UTC (rev 110424)
+++ community-x86_64/PKGBUILD	2014-04-29 13:01:27 UTC (rev 110425)
@@ -1,31 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-sensors-applet
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --disable-static
-  make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 110424, mate-sensors-applet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-29 13:01:27 UTC (rev 110425)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-sensors-applet
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0526400ad88b306fc74b2e219ce4aea34476577f')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --disable-static
+  make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-sensors-applet.install
===================================================================
--- community-x86_64/mate-sensors-applet.install	2014-04-29 13:01:11 UTC (rev 110424)
+++ community-x86_64/mate-sensors-applet.install	2014-04-29 13:01:27 UTC (rev 110425)
@@ -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-sensors-applet/repos/community-x86_64/mate-sensors-applet.install (from rev 110424, mate-sensors-applet/trunk/mate-sensors-applet.install)
===================================================================
--- community-x86_64/mate-sensors-applet.install	                        (rev 0)
+++ community-x86_64/mate-sensors-applet.install	2014-04-29 13:01:27 UTC (rev 110425)
@@ -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