summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2016-08-09 12:55:59 +0200
committerkikadf2016-08-09 12:55:59 +0200
commited1b340c89fdfcccc8f4b121d3bfa479f56030d4 (patch)
tree0faf13dd00d96ca23c92c25be0930c5cacd0ae83
parent9c74476c26ba959c97c0de3911fa241ac087b901 (diff)
downloadaur-ed1b340c89fdfcccc8f4b121d3bfa479f56030d4.tar.gz
Disable systray support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82172645424..0974187c17a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-volumewin7mixer
pkgdesc = A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)
pkgver = 11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zren/plasma-applets/tree/master/org.kde.plasma.volumewin7mixer
arch = any
license = GPL
@@ -10,10 +10,8 @@ pkgbase = plasma5-applets-volumewin7mixer
depends = qt5-declarative
source = https://github.com/Zren/plasma-applets/archive/volumewin7mixer-11.tar.gz
source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch
- source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Enable_systray.patch
md5sums = 522d616869ae20e4f6df955a85b23e2a
md5sums = 78e377c969441382dd6d931688f43cbe
- md5sums = e4d0ebac050727af6a4c2885585d5234
pkgname = plasma5-applets-volumewin7mixer
diff --git a/PKGBUILD b/PKGBUILD
index ed4bb8b99cb0..e65a4cdb7929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plasma5-applets-volumewin7mixer
pkgver=11
-pkgrel=1
+pkgrel=2
pkgdesc="A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)"
arch=('any')
url="https://github.com/Zren/plasma-applets/tree/master/org.kde.plasma.volumewin7mixer"
@@ -10,16 +10,13 @@ license=(GPL)
depends=('plasma-workspace' 'qt5-declarative')
makedepends=('extra-cmake-modules')
source=(https://github.com/Zren/plasma-applets/archive/volumewin7mixer-$pkgver.tar.gz
- https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch
- https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Enable_systray.patch)
+ https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch)
md5sums=('522d616869ae20e4f6df955a85b23e2a'
- '78e377c969441382dd6d931688f43cbe'
- 'e4d0ebac050727af6a4c2885585d5234')
+ '78e377c969441382dd6d931688f43cbe')
prepare() {
cd plasma-applets-volumewin7mixer-$pkgver/org.kde.plasma.volumewin7mixer
patch -p2 -i "${srcdir}"/Add_CMakeLists.patch
- patch -p2 -i "${srcdir}"/Enable_systray.patch
rm -f build
mkdir -p build
}