summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorguidobelix2015-06-10 20:50:23 +0200
committerguidobelix2015-06-10 20:50:23 +0200
commit298533321c96c7126ea7ec79e0ed9883e4d8c679 (patch)
treed99f2f94eebfd002d51f85f9ffea0aff9d8f7200 /PKGBUILD
downloadaur-298533321c96c7126ea7ec79e0ed9883e4d8c679.tar.gz
First commit to AUR4
new file: .SRCINFO new file: PKGBUILD new file: sddm-theme-archpaint2.install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1afb520c4857
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Guidobelix <guidobelix at hotmail dot it>
+
+pkgname=sddm-theme-archpaint2
+pkgver=1.1
+pkgrel=1
+pkgdesc="Adaptation to SDDM of kdm-theme-archpaint2"
+arch=('any')
+url="http://www.archlinux.org/"
+license=('CCPL:cc-by-sa')
+depends=('sddm' 'wallpaper-archpaint2')
+install="$pkgname.install"
+source="https://github.com/Guidobelix/sddm-theme-archpaint2/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+md5sums='9583988ef78a18661114cf7af9f92f17'
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/sddm/themes
+ cp -r $pkgname-$pkgver "${pkgdir}"/usr/share/sddm/themes/archpaint2
+}