summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGötz Christ2016-02-11 21:43:12 -0500
committerGötz Christ2016-02-11 21:43:12 -0500
commit411931571e220d2c64d33357d2768c7b2ee26d59 (patch)
tree3bcc4062f4ac862ca22eadc23b91e2e1e1f18db6
parent09b148120a1b5cf0fc6edaf5cb80ae4fbd258c2a (diff)
downloadaur-411931571e220d2c64d33357d2768c7b2ee26d59.tar.gz
Update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 18 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9daab9696095..031adbac32bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
+# Generated by mksrcinfo v8
+# Fri Feb 12 02:42:31 UTC 2016
pkgbase = xcursor-breeze
- pkgdesc = Breeze standart cursor theme (KDE Plasma 2)
- pkgver = 20150109
+ pkgdesc = Breeze cursor theme (KDE Plasma 5)
+ pkgver = 1.0
pkgrel = 1
- url = https://kver.wordpress.com/2015/01/09/curses-i-mean-cursors/
+ epoch = 1
+ url = http://gnome-look.org/content/show.php/Breeze+Serie?content=169316
arch = any
license = GPL
makedepends = unzip
depends = libxcursor
- source = xcursor-breeze-20150109.zip::https://share.kde.org/public.php?service=files&t=1525897da49fbebacc28e5b6b1836382&download
- md5sums = edbd19776aa3cbc4c0241fa1728c023f
+ source = Breeze-Default-1.0.tgz::https://copy.com/FzUgqqvKfo3mLpeB/Breeze-Default.tgz?download=1
+ md5sums = 5563f9d94c1896d606db260f0e809f76
pkgname = xcursor-breeze
diff --git a/PKGBUILD b/PKGBUILD
index 4ea39a6142d3..79f8be874751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: grimi <grimi at poczta dot fm>
+# Maintainer: goetzc
+# Contributor: grimi
pkgname=xcursor-breeze
-pkgver=20150109
+epoch=1
+pkgver=1.0
pkgrel=1
-pkgdesc="Breeze standart cursor theme (KDE Plasma 2)"
+pkgdesc="Breeze cursor theme (KDE Plasma 5)"
arch=('any')
-url="https://kver.wordpress.com/2015/01/09/curses-i-mean-cursors/"
+url="http://gnome-look.org/content/show.php/Breeze+Serie?content=169316"
license=('GPL')
depends=('libxcursor')
makedepends=('unzip')
-source=("${pkgname}-${pkgver}.zip::https://share.kde.org/public.php?service=files&t=1525897da49fbebacc28e5b6b1836382&download")
-md5sums=('edbd19776aa3cbc4c0241fa1728c023f')
+source=("Breeze-Default-${pkgver}.tgz::https://copy.com/FzUgqqvKfo3mLpeB/Breeze-Default.tgz?download=1")
+md5sums=('5563f9d94c1896d606db260f0e809f76')
package() {
- find Breeze/ -type f -not -name "*~" \
- -exec install -Dm644 "{}" "${pkgdir}/usr/share/icons/{}" \;
- find Breeze/ -type l \
- -exec cp -d "{}" "${pkgdir}/usr/share/icons/{}" \;
+ install -dm755 "$pkgdir"/usr/share/icons/
+ cp -r "$srcdir"/Breeze-Default/ "$pkgdir"/usr/share/icons/Breeze-Default
}