summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorguidobelix2015-06-10 20:50:23 +0200
committerguidobelix2015-06-10 20:50:23 +0200
commit298533321c96c7126ea7ec79e0ed9883e4d8c679 (patch)
treed99f2f94eebfd002d51f85f9ffea0aff9d8f7200
downloadaur-298533321c96c7126ea7ec79e0ed9883e4d8c679.tar.gz
First commit to AUR4
new file: .SRCINFO new file: PKGBUILD new file: sddm-theme-archpaint2.install
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
-rw-r--r--sddm-theme-archpaint2.install6
3 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6b5d493df278
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = sddm-theme-archpaint2
+ pkgdesc = Adaptation to SDDM of kdm-theme-archpaint2
+ pkgver = 1.1
+ pkgrel = 1
+ url = http://www.archlinux.org/
+ install = sddm-theme-archpaint2.install
+ arch = any
+ license = CCPL:cc-by-sa
+ depends = sddm
+ depends = wallpaper-archpaint2
+ source = https://github.com/Guidobelix/sddm-theme-archpaint2/releases/download/v1.1/sddm-theme-archpaint2-1.1.tar.bz2
+ md5sums = 9583988ef78a18661114cf7af9f92f17
+
+pkgname = sddm-theme-archpaint2
+
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
+}
diff --git a/sddm-theme-archpaint2.install b/sddm-theme-archpaint2.install
new file mode 100644
index 000000000000..6331c0a43c15
--- /dev/null
+++ b/sddm-theme-archpaint2.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"
+}