summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-03-27 13:16:04 +0100
committerfrancoism902019-03-27 13:16:04 +0100
commit4d44d3afeb1c922f3c51f68dca6276ee65fe1f5e (patch)
treee25be3d6e0fcac99393b179bd44a6f86f6be0032
parent1a5a09e4b939e52d89b5931b6f97aefbd3e948e9 (diff)
downloadaur-4d44d3afeb1c922f3c51f68dca6276ee65fe1f5e.tar.gz
Update to 9.1.0
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD31
2 files changed, 27 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9372333b1a8..51d29608bd99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = plasma-theme-helium
- pkgdesc = Transparent theme based on air and eleonora. but giving it an extra touch
- pkgver = 6.0.0
+ pkgdesc = Helium is a clear / white theme designed from scratch for Plasma 5
+ pkgver = 9.1.0
pkgrel = 1
- url = http://kde-look.org/content/show.php/Helium?content=125471
- arch = i686
- arch = x86_64
- license = GPL
- depends = kdebase-workspace
- conflicts = plasma-theme-gremix
- source = http://kde-look.org/CONTENT/content-files/125471-Helium.tar.xz
- md5sums = f0a03eaa13b09e19d8f5d75001a8dae1
+ url = https://github.com/mcder3/Helium-Plasma-Theme
+ arch = any
+ license = custom:Creative Commons
+ depends = plasma-workspace
+ provides = plasma-theme-helium
+ conflicts = plasma-theme-helium-git
+ options = !strip
+ source = plasma-theme-helium::git+https://github.com/mcder3/Helium-Plasma-Theme.git#commit=3d8c5dfae5437586af60d44a01d5457378f0bf17
+ md5sums = SKIP
pkgname = plasma-theme-helium
diff --git a/PKGBUILD b/PKGBUILD
index d5d5ca6bd3a8..bbf0895166e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: Adrian Berriel <berriel[at]gmail[dot]com>
+# Maintainer: Francois Menning <f.menning@pm.me>
+# Contributor: Adrian Berriel <berriel[at]gmail[dot]com>
pkgname=plasma-theme-helium
-pkgver=6.0.0
+pkgver=9.1.0
pkgrel=1
-pkgdesc="Transparent theme based on air and eleonora. but giving it an extra touch"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://kde-look.org/content/show.php/Helium?content=125471"
-depends=('kdebase-workspace')
-conflicts=('plasma-theme-gremix')
-source=("http://kde-look.org/CONTENT/content-files/125471-Helium.tar.xz")
-md5sums=('f0a03eaa13b09e19d8f5d75001a8dae1')
+pkgdesc="Helium is a clear / white theme designed from scratch for Plasma 5"
+arch=('any')
+url="https://github.com/mcder3/Helium-Plasma-Theme"
+license=('custom:Creative Commons')
+depends=('plasma-workspace')
+provides=("${pkgname}")
+conflicts=("${pkgname}-git")
+options=('!strip')
+source=("${pkgname}::git+https://github.com/mcder3/Helium-Plasma-Theme.git#commit=3d8c5dfae5437586af60d44a01d5457378f0bf17")
+md5sums=('SKIP')
package() {
+ install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme/"
+ install -Dm644 "${srcdir}/${pkgname}/LICENSE.md/CC BY-SA 4.0 EN.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
- mkdir -p $pkgdir/usr/share/apps/desktoptheme
- cd $srcdir
- cp -r Helium $pkgdir/usr/share/apps/desktoptheme
- chmod -R 755 $pkgdir/usr/share/apps/desktoptheme/Helium
-
+ mv "${srcdir}/${pkgname}/Helium" "${pkgdir}/usr/share/plasma/desktoptheme"
}