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

Antonio Rojas arojas at archlinux.org
Tue Dec 11 00:59:40 UTC 2018


    Date: Tuesday, December 11, 2018 @ 00:59:40
  Author: arojas
Revision: 414523

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-11 00:59:04 UTC (rev 414522)
+++ PKGBUILD	2018-12-11 00:59:40 UTC (rev 414523)
@@ -1,34 +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.6.10
-pkgrel=1
-pkgdesc="Plasma 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=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz")
-sha256sums=('9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2')
-
-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 \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD (from rev 414522, plasma5-applets-weather-widget/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-11 00:59:40 UTC (rev 414523)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Martin Kostolný <clearmartin at zoho dot com>
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.10
+pkgrel=2
+pkgdesc="Plasma applet for displaying weather information from yr.no server"
+arch=(x86_64)
+url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572"
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects qt5-xmlpatterns)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz")
+sha256sums=('9557441285121be52bfe27fa2bb214e865132b8581953faf88f1fae4ae1e87f2')
+
+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 \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list