[arch-commits] Commit in plasma5-applets-weather-widget/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Jan 7 05:15:41 UTC 2016
Date: Thursday, January 7, 2016 @ 06:15:40
Author: arojas
Revision: 155621
archrelease: copy trunk to community-i686, community-x86_64
Added:
plasma5-applets-weather-widget/repos/community-i686/
plasma5-applets-weather-widget/repos/community-i686/PKGBUILD
(from rev 155620, plasma5-applets-weather-widget/trunk/PKGBUILD)
plasma5-applets-weather-widget/repos/community-x86_64/
plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD
(from rev 155620, plasma5-applets-weather-widget/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: plasma5-applets-weather-widget/repos/community-i686/PKGBUILD (from rev 155620, plasma5-applets-weather-widget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-07 05:15:40 UTC (rev 155621)
@@ -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=2
+pkgdesc="Plasma 5 applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)
+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
+}
Copied: plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD (from rev 155620, plasma5-applets-weather-widget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-07 05:15:40 UTC (rev 155621)
@@ -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=2
+pkgdesc="Plasma 5 applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)
+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