summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-09 23:28:48 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-09 23:29:07 +0100
commitd773cbb2bb5206883d296469bc85b914cd08f535 (patch)
tree358f556aac97bd8c101de597086a8030ea5e1a73
parent02cd49a0eec20fff9e0f4fd3403757d1e8c94ba6 (diff)
downloadabslibre-d773cbb2bb5206883d296469bc85b914cd08f535.tar.gz
abslibre-d773cbb2bb5206883d296469bc85b914cd08f535.tar.bz2
abslibre-d773cbb2bb5206883d296469bc85b914cd08f535.zip
pcr/plasma-applet-active-window-control: unused and unbuilt. removed
-rw-r--r--pcr/plasma-applet-active-window-control/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/plasma-applet-active-window-control/PKGBUILD b/pcr/plasma-applet-active-window-control/PKGBUILD
deleted file mode 100644
index 6473d9320..000000000
--- a/pcr/plasma-applet-active-window-control/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: David P. <megver83@parabola.nu>
-
-pkgname=plasma-applet-active-window-control
-pkgver=1.7.3
-pkgrel=1
-pkgdesc="Plasmoid for Plasma 5. Allowes advanced control of active window."
-arch=( 'armv7h' 'i686' 'x86_64')
-url="https://phabricator.kde.org/source/$pkgname"
-license=('GPL')
-depends=('plasma-workspace' 'qt5-graphicaleffects')
-makedepends=( 'extra-cmake-modules')
-conflicts=('plasma-applet-active-window-control-git' 'plasma5-applet-active-window-control-git')
-source=("https://github.com/kotelnik/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('ee6992aa9f1313b79d37b2f75823d3f68443d0de2a5fb428634089cad104652ab6101aa3667d5011da7fc57fbdd8ab168ab3d292190e93ae3412a8fad24bc9fe')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- mkdir -p build
- cd build
- rm -rf *
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
-}
-
-package() {
- cd "${pkgname}-${pkgver}"/build
- make install DESTDIR="${pkgdir}"
-}