summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b20917a29a..4f2c3b2afc3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-pkgbase = xcursor-breeze
- pkgdesc = KDE Plasma 5 'Breeze' cursor theme. This package is for usage in non-KDE Plasma desktops.
+pkgbase = xcursor-breeze5
+ pkgdesc = KDE Plasma 5 'Breeze' cursor theme.
pkgver = 5.27.6
pkgrel = 1
epoch = 1
url = https://kde.org/plasma-desktop
arch = any
license = GPL
- depends = libxcursor
- conflicts = breeze
source = http://download.kde.org/stable/plasma/5.27.6/breeze-5.27.6.tar.xz
sha256sums = 5d9a8d7e5b061ce4183c4f842b0e82e6132b6c8e7ebc2c1d579baa066ffa6c6c
-pkgname = xcursor-breeze
+pkgname = xcursor-breeze5
diff --git a/PKGBUILD b/PKGBUILD
index 44aebd42a676..b3afd25fdafa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
-# Maintainer: goetzc
+# Maintainer: mahkoh
+# Contributor: goetzc
# Contributor: Philip Goto <philip.goto@gmail.com>
# Contributor: grimi
-pkgname=xcursor-breeze
+pkgname=xcursor-breeze5
epoch=1
pkgver=5.27.6
pkgrel=1
-pkgdesc="KDE Plasma 5 'Breeze' cursor theme. This package is for usage in non-KDE Plasma desktops."
+pkgdesc="KDE Plasma 5 'Breeze' cursor theme."
arch=('any')
url="https://kde.org/plasma-desktop"
license=('GPL')
-depends=('libxcursor')
-conflicts=('breeze')
source=("http://download.kde.org/stable/plasma/${pkgver}/breeze-${pkgver}.tar.xz")
package() {
install -dm755 "$pkgdir"/usr/share/icons/
- cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze/Breeze/ "$pkgdir"/usr/share/icons/
- cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze_Snow/Breeze_Snow/ "$pkgdir"/usr/share/icons/
+ cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze/Breeze/ "$pkgdir"/usr/share/icons/Breeze5
+ cp -r "$srcdir"/breeze-${pkgver}/cursors/Breeze_Snow/Breeze_Snow/ "$pkgdir"/usr/share/icons/Breeze5_Snow
}
sha256sums=('5d9a8d7e5b061ce4183c4f842b0e82e6132b6c8e7ebc2c1d579baa066ffa6c6c')