[arch-commits] Commit in plasma5-applets-active-window-control (5 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 2 11:14:42 UTC 2017


    Date: Thursday, March 2, 2017 @ 11:14:42
  Author: arojas
Revision: 214515

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

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

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

Copied: plasma5-applets-active-window-control/repos/community-i686/PKGBUILD (from rev 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-03-02 11:14:42 UTC (rev 214515)
@@ -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.0
+pkgrel=2
+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=('d31317c6a3a7a4c89b46271194ba3d6abdaf93f8c0627da27f0a0223d8b12b74')
+
+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 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-03-02 11:14:42 UTC (rev 214515)
@@ -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.0
+pkgrel=2
+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=('d31317c6a3a7a4c89b46271194ba3d6abdaf93f8c0627da27f0a0223d8b12b74')
+
+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