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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 21:39:17 UTC 2014


    Date: Wednesday, March 5, 2014 @ 22:39:17
  Author: flexiondotorg
Revision: 106569

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

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

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

Copied: libmateweather/repos/community-staging-i686/PKGBUILD (from rev 106568, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 21:39:17 UTC (rev 106569)
@@ -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
+}

Copied: libmateweather/repos/community-staging-i686/libmateweather.install (from rev 106568, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-staging-i686/libmateweather.install	                        (rev 0)
+++ community-staging-i686/libmateweather.install	2014-03-05 21:39:17 UTC (rev 106569)
@@ -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
+}

Copied: libmateweather/repos/community-staging-x86_64/PKGBUILD (from rev 106568, libmateweather/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 21:39:17 UTC (rev 106569)
@@ -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
+}

Copied: libmateweather/repos/community-staging-x86_64/libmateweather.install (from rev 106568, libmateweather/trunk/libmateweather.install)
===================================================================
--- community-staging-x86_64/libmateweather.install	                        (rev 0)
+++ community-staging-x86_64/libmateweather.install	2014-03-05 21:39:17 UTC (rev 106569)
@@ -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