summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguidobelix2015-06-10 20:52:02 +0200
committerguidobelix2015-06-10 20:52:02 +0200
commita59fff653f2e8876c6dc493e8b4bda07327650a4 (patch)
tree13a02a8c57d396f061763774bc369799df83200d
downloadaur-a59fff653f2e8876c6dc493e8b4bda07327650a4.tar.gz
First commit to AUR4
new file: .SRCINFO new file: PKGBUILD new file: sddm-theme-archpaint2-breeze.install
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD18
-rw-r--r--sddm-theme-archpaint2-breeze.install6
3 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e6c2b82fbd3b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = sddm-theme-archpaint2-breeze
+ pkgdesc = Adaptation to SDDM of kdm-theme-archpaint2 using breeze components
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://www.archlinux.org/
+ install = sddm-theme-archpaint2-breeze.install
+ arch = any
+ license = CCPL:cc-by-sa
+ depends = sddm
+ depends = wallpaper-archpaint2
+ depends = breeze
+ source = https://github.com/Guidobelix/sddm-theme-archpaint2/releases/download/v1.1/sddm-theme-archpaint2-breeze-1.1.tar.bz2
+ md5sums = 53e1ccff3cd693ebf00f7668b7b1303d
+
+pkgname = sddm-theme-archpaint2-breeze
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..febca8b452cb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Guidobelix <guidobelix at hotmail dot it>
+
+pkgname=sddm-theme-archpaint2-breeze
+pkgver=1.1
+pkgrel=1
+pkgdesc="Adaptation to SDDM of kdm-theme-archpaint2 using breeze components"
+arch=('any')
+url="http://www.archlinux.org/"
+license=('CCPL:cc-by-sa')
+depends=('sddm' 'wallpaper-archpaint2' 'breeze')
+install="$pkgname.install"
+source="https://github.com/Guidobelix/sddm-theme-archpaint2/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+md5sums='53e1ccff3cd693ebf00f7668b7b1303d'
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/sddm/themes
+ cp -r $pkgname-$pkgver "${pkgdir}"/usr/share/sddm/themes/archpaint2-breeze
+}
diff --git a/sddm-theme-archpaint2-breeze.install b/sddm-theme-archpaint2-breeze.install
new file mode 100644
index 000000000000..1519b2f83fbc
--- /dev/null
+++ b/sddm-theme-archpaint2-breeze.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "To use this theme, add the following lines to /etc/sddm.conf:"
+ echo
+ echo "[Theme]"
+ echo "archpaint2-breeze"
+}