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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:18:13 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:18:13
  Author: flexiondotorg
Revision: 106582

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

Added:
  libmateweather/repos/community-staging-i686/PKGBUILD
    (from rev 106581, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-staging-i686/libmateweather.install
    (from rev 106581, libmateweather/trunk/libmateweather.install)
  libmateweather/repos/community-staging-x86_64/PKGBUILD
    (from rev 106581, libmateweather/trunk/PKGBUILD)
  libmateweather/repos/community-staging-x86_64/libmateweather.install
    (from rev 106581, libmateweather/trunk/libmateweather.install)
Deleted:
  libmateweather/repos/community-staging-i686/PKGBUILD
  libmateweather/repos/community-staging-i686/libmateweather.install
  libmateweather/repos/community-staging-x86_64/PKGBUILD
  libmateweather/repos/community-staging-x86_64/libmateweather.install

-------------------------------------------------+
 /PKGBUILD                                       |   66 ++++++++++++++++++++++
 /libmateweather.install                         |   24 ++++++++
 community-staging-i686/PKGBUILD                 |   33 -----------
 community-staging-i686/libmateweather.install   |   12 ----
 community-staging-x86_64/PKGBUILD               |   33 -----------
 community-staging-x86_64/libmateweather.install |   12 ----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:18:13 UTC (rev 106582)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=libmateweather
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --with-gtk=2.0 \
-        --disable-static \
-        --enable-python \
-        --enable-locations-compression
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 106581, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:18:13 UTC (rev 106582)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmateweather
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --disable-static \
+        --enable-python \
+        --enable-locations-compression
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/libmateweather.install
===================================================================
--- community-staging-i686/libmateweather.install	2014-03-05 22:17:59 UTC (rev 106581)
+++ community-staging-i686/libmateweather.install	2014-03-05 22:18:13 UTC (rev 106582)
@@ -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/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: libmateweather/repos/community-staging-i686/libmateweather.install (from rev 106581, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-staging-i686/libmateweather.install	                        (rev 0)
+++ community-staging-i686/libmateweather.install	2014-03-05 22:18:13 UTC (rev 106582)
@@ -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/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:18:13 UTC (rev 106582)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=libmateweather
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Provides access to weather information from the Internet."
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
-makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --with-gtk=2.0 \
-        --disable-static \
-        --enable-python \
-        --enable-locations-compression
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: libmateweather/repos/community-staging-x86_64/PKGBUILD (from rev 106581, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:18:13 UTC (rev 106582)
@@ -0,0 +1,33 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmateweather
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Provides access to weather information from the Internet."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'libsoup' 'pygtk' 'python2-gobject2')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('80ca08ff1b8d55313a32f9fe4ffbc4907609b6cd')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=2.0 \
+        --disable-static \
+        --enable-python \
+        --enable-locations-compression
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/libmateweather.install
===================================================================
--- community-staging-x86_64/libmateweather.install	2014-03-05 22:17:59 UTC (rev 106581)
+++ community-staging-x86_64/libmateweather.install	2014-03-05 22:18:13 UTC (rev 106582)
@@ -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/mate
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: libmateweather/repos/community-staging-x86_64/libmateweather.install (from rev 106581, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-staging-x86_64/libmateweather.install	                        (rev 0)
+++ community-staging-x86_64/libmateweather.install	2014-03-05 22:18:13 UTC (rev 106582)
@@ -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/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list