summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguidobelix2015-06-10 20:48:21 +0200
committerguidobelix2015-06-10 20:48:21 +0200
commitf0b1ae668c818c5ca7c9b5dea0bc0929445860d3 (patch)
treec6cf6cf7b2b1a8d63404c8f459e7fcd0c44668d3
downloadaur-f0b1ae668c818c5ca7c9b5dea0bc0929445860d3.tar.gz
First commit to AUR4
new file: .SRCINFO new file: PKGBUILD new file: plasma-theme-archpaint2.install
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
-rw-r--r--plasma-theme-archpaint2.install5
3 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2051cfdbaa42
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = plasma-theme-archpaint2
+ pkgdesc = Plasma 5 theme based on archpaint2 wallpaper
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://www.archlinux.org/
+ install = plasma-theme-archpaint2.install
+ arch = any
+ license = CCPL:cc-by-sa
+ depends = wallpaper-archpaint2
+ depends = plasma-workspace
+ source = https://github.com/Guidobelix/plasma-theme-archpaint2/releases/download/v1.1/plasma-theme-archpaint2-1.1.tar.bz2
+ md5sums = 6808508d7806d6326434ecdf89a2cb7e
+
+pkgname = plasma-theme-archpaint2
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4c95d45b7784
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Guidobelix <guidobelix at hotmail dot it>
+
+pkgname=plasma-theme-archpaint2
+pkgver=1.1
+pkgrel=1
+pkgdesc="Plasma 5 theme based on archpaint2 wallpaper"
+arch=('any')
+url="http://www.archlinux.org/"
+license=('CCPL:cc-by-sa')
+depends=('wallpaper-archpaint2' 'plasma-workspace')
+install="$pkgname.install"
+source="https://github.com/Guidobelix/plasma-theme-archpaint2/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+md5sums='6808508d7806d6326434ecdf89a2cb7e'
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/plasma/look-and-feel
+ cp -r "$pkgname-$pkgver"/org.archlinux.archpaint2 "${pkgdir}"/usr/share/plasma/look-and-feel/org.archlinux.archpaint2
+ mkdir -p "${pkgdir}"/usr/share/wallpapers
+ cp -r "$pkgname-$pkgver"/Archpaint2 "${pkgdir}"/usr/share/wallpapers/Archpaint2
+}
diff --git a/plasma-theme-archpaint2.install b/plasma-theme-archpaint2.install
new file mode 100644
index 000000000000..e8b43a4e2be7
--- /dev/null
+++ b/plasma-theme-archpaint2.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "To use this theme, select and apply the theme an the wallpaper:"
+ echo " System Settings > Workspace Appearance > Desktop Theme > Archpaint2"
+ echo " Desktop Settings > Background > Archpaint2"
+}