[arch-commits] Commit in xfce4-weather-plugin/repos (8 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 9 18:10:30 UTC 2011


    Date: Wednesday, November 9, 2011 @ 13:10:30
  Author: foutrelis
Revision: 142430

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

Added:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
    (from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
    (from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
    (from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
    (from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

-------------------------------------------+
 extra-i686/PKGBUILD                       |   78 +++++++++++++++-------------
 extra-i686/xfce4-weather-plugin.install   |   26 ++++-----
 extra-x86_64/PKGBUILD                     |   78 +++++++++++++++-------------
 extra-x86_64/xfce4-weather-plugin.install |   26 ++++-----
 4 files changed, 114 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-09 18:10:08 UTC (rev 142429)
+++ extra-i686/PKGBUILD	2011-11-09 18:10:30 UTC (rev 142430)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
-
-pkgname=xfce4-weather-plugin
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.8.0' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('03c972d13eba5cd226432ff66e3ff282')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-weather-plugin/repos/extra-i686/PKGBUILD (from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-09 18:10:30 UTC (rev 142430)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-weather-plugin
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Switch to a working license key
+  # https://bugs.archlinux.org/task/26815
+  sed -i \
+    -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \
+    -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \
+    panel-plugin/weather.h
+
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-weather-plugin.install
===================================================================
--- extra-i686/xfce4-weather-plugin.install	2011-11-09 18:10:08 UTC (rev 142429)
+++ extra-i686/xfce4-weather-plugin.install	2011-11-09 18:10:30 UTC (rev 142430)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install (from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===================================================================
--- extra-i686/xfce4-weather-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-weather-plugin.install	2011-11-09 18:10:30 UTC (rev 142430)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-11-09 18:10:08 UTC (rev 142429)
+++ extra-x86_64/PKGBUILD	2011-11-09 18:10:30 UTC (rev 142430)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
-
-pkgname=xfce4-weather-plugin
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="A weather plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.8.0' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('03c972d13eba5cd226432ff66e3ff282')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--libexecdir=/usr/lib \
-	--localstatedir=/var \
-	--disable-static \
-	--disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD (from rev 142429, xfce4-weather-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-09 18:10:30 UTC (rev 142430)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
+
+pkgname=xfce4-weather-plugin
+pkgver=0.7.4
+pkgrel=2
+pkgdesc="A weather plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4' 'libxml2' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.7/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Switch to a working license key
+  # https://bugs.archlinux.org/task/26815
+  sed -i \
+    -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \
+    -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \
+    panel-plugin/weather.h
+
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/xfce4-weather-plugin.install
===================================================================
--- extra-x86_64/xfce4-weather-plugin.install	2011-11-09 18:10:08 UTC (rev 142429)
+++ extra-x86_64/xfce4-weather-plugin.install	2011-11-09 18:10:30 UTC (rev 142430)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install (from rev 142429, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
===================================================================
--- extra-x86_64/xfce4-weather-plugin.install	                        (rev 0)
+++ extra-x86_64/xfce4-weather-plugin.install	2011-11-09 18:10:30 UTC (rev 142430)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list