[arch-commits] Commit in plasma5-applets-weather-widget/repos/community-any (2 files)

Antonio Rojas arojas at archlinux.org
Fri Jan 1 20:53:44 UTC 2016


    Date: Friday, January 1, 2016 @ 21:53:44
  Author: arojas
Revision: 155147

archrelease: copy trunk to community-any

Added:
  plasma5-applets-weather-widget/repos/community-any/PKGBUILD
    (from rev 155146, plasma5-applets-weather-widget/trunk/PKGBUILD)
Deleted:
  plasma5-applets-weather-widget/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-01 20:53:07 UTC (rev 155146)
+++ PKGBUILD	2016-01-01 20:53:44 UTC (rev 155147)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Martin Kostolný <clearmartin at zoho dot com>
-
-pkgname=plasma5-applets-weather-widget
-pkgver=1.5.1
-pkgrel=2
-pkgdesc="Plasma 5 applet for displaying weather information from yr.no server"
-arch=(any)
-url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572"
-license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz")
-md5sums=('4f13a6c37297b58c42e23117eec49c84')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-weather-widget-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-any/PKGBUILD (from rev 155146, plasma5-applets-weather-widget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-01 20:53:44 UTC (rev 155147)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Martin Kostolný <clearmartin at zoho dot com>
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Plasma 5 applet for displaying weather information from yr.no server"
+arch=(any)
+url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572"
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz")
+md5sums=('a5f84c12ac50aefd43334b283b1b8844')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-weather-widget-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list