Date: Thursday, November 5, 2015 @ 17:59:00
  Author: arojas
Revision: 146044

archrelease: copy trunk to community-any

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

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

Copied: plasma5-applets-weather-widget/repos/community-any/PKGBUILD (from rev 
146043, plasma5-applets-weather-widget/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2015-11-05 16:59:00 UTC (rev 146044)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# 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
+}

Reply via email to