[arch-commits] Commit in plasma5-applets-active-window-control/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Jun 2 21:56:27 UTC 2017


    Date: Friday, June 2, 2017 @ 21:56:26
  Author: arojas
Revision: 233555

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

Added:
  plasma5-applets-active-window-control/repos/community-i686/PKGBUILD
    (from rev 233554, plasma5-applets-active-window-control/trunk/PKGBUILD)
  plasma5-applets-active-window-control/repos/community-x86_64/PKGBUILD
    (from rev 233554, plasma5-applets-active-window-control/trunk/PKGBUILD)
Deleted:
  plasma5-applets-active-window-control/repos/community-i686/PKGBUILD
  plasma5-applets-active-window-control/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-02 21:55:52 UTC (rev 233554)
+++ community-i686/PKGBUILD	2017-06-02 21:56:26 UTC (rev 233555)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
-# Contributor: Martin Kostolný <clearmartin at zoho dot com>
-
-pkgname=plasma5-applets-active-window-control
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Plasma applet for controlling the currently active window"
-arch=(i686 x86_64)
-url="https://github.com/kotelnik/plasma-applet-active-window-control"
-license=(GPL2)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz")
-sha256sums=('83f9f2d255b679f425c7c9fd73b014807cac3235b13e8273c593fbd312c4bd01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-active-window-control-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-active-window-control/repos/community-i686/PKGBUILD (from rev 233554, plasma5-applets-active-window-control/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-02 21:56:26 UTC (rev 233555)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Martin Kostolný <clearmartin at zoho dot com>
+
+pkgname=plasma5-applets-active-window-control
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Plasma applet for controlling the currently active window"
+arch=(i686 x86_64)
+url="https://github.com/kotelnik/plasma-applet-active-window-control"
+license=(GPL2)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz")
+sha256sums=('5deae9fe7203f7b8ca08c596cdcfb6d2a9bcf0d354459cdc61de005a4bfdd271')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-active-window-control-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-02 21:55:52 UTC (rev 233554)
+++ community-x86_64/PKGBUILD	2017-06-02 21:56:26 UTC (rev 233555)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
-# Contributor: Martin Kostolný <clearmartin at zoho dot com>
-
-pkgname=plasma5-applets-active-window-control
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Plasma applet for controlling the currently active window"
-arch=(i686 x86_64)
-url="https://github.com/kotelnik/plasma-applet-active-window-control"
-license=(GPL2)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz")
-sha256sums=('83f9f2d255b679f425c7c9fd73b014807cac3235b13e8273c593fbd312c4bd01')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-active-window-control-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-active-window-control/repos/community-x86_64/PKGBUILD (from rev 233554, plasma5-applets-active-window-control/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-02 21:56:26 UTC (rev 233555)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Martin Kostolný <clearmartin at zoho dot com>
+
+pkgname=plasma5-applets-active-window-control
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Plasma applet for controlling the currently active window"
+arch=(i686 x86_64)
+url="https://github.com/kotelnik/plasma-applet-active-window-control"
+license=(GPL2)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz")
+sha256sums=('5deae9fe7203f7b8ca08c596cdcfb6d2a9bcf0d354459cdc61de005a4bfdd271')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-active-window-control-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list