summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSte742015-10-01 22:22:15 +0200
committerSte742015-10-01 22:22:15 +0200
commitfece48162655145f6278a57a299efa5b5c89d062 (patch)
treeb126e49fcc81ee6783a34b5f7c347a7cff8bab8a
downloadaur-plymouth-theme-manjaro-elegant-new.tar.gz
Initial import
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD25
-rw-r--r--manjaro-elegant-new.install12
3 files changed, 55 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c0c890381dc0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v7
+# Thu Oct 1 20:22:00 UTC 2015
+pkgbase = plymouth-theme-manjaro-elegant-new
+ pkgdesc = Manjaro Elegant Plymouth theme modified new.
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://www.istitutomajorana.it/forum2/Thread-Tema-Plymouth-Manjaro
+ install = manjaro-elegant-new.install
+ arch = any
+ license = GPL
+ depends = plymouth
+ source = https://github.com/Ste74/Aur-binary-repo/releases/download/v1.0/manjaro-elegant-new.zip
+ source = manjaro-elegant-new.install
+ md5sums = 4cde5d85f557dce2b5a4e8125915d104
+ md5sums = 6d109a6a5e8430542efe0f6b19a447ff
+
+pkgname = plymouth-theme-manjaro-elegant-new
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..99ef0ac2190d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+#
+# Maintainier: Ste74 <capitani74atgmaildotcom>
+# Author of theme: tuxino <http://www.istitutomajorana.it/forum2/>
+
+pkgname=plymouth-theme-manjaro-elegant-new
+basename=manjaro-elegant-new
+pkgver=1.0
+pkgrel=1
+pkgdesc="Manjaro Elegant Plymouth theme modified new."
+arch=('any')
+license=('GPL')
+url="http://www.istitutomajorana.it/forum2/Thread-Tema-Plymouth-Manjaro"
+depends=('plymouth')
+install=$basename.install
+source=('https://github.com/Ste74/Aur-binary-repo/releases/download/v1.0/manjaro-elegant-new.zip'
+ 'manjaro-elegant-new.install'
+ )
+md5sums=('4cde5d85f557dce2b5a4e8125915d104'
+ '6d109a6a5e8430542efe0f6b19a447ff')
+
+package() {
+ cd $srcdir/manjaro-elegant-new
+ mkdir -p $pkgdir/usr/share/plymouth/themes/manjaro-elegant-new
+ install -Dm644 * $pkgdir/usr/share/plymouth/themes/manjaro-elegant-new
+}
diff --git a/manjaro-elegant-new.install b/manjaro-elegant-new.install
new file mode 100644
index 000000000000..7342de47dd84
--- /dev/null
+++ b/manjaro-elegant-new.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << _EOF
+
+==> To activate run:
+==> sudo plymouth-set-default-theme -R manjaro-elegant-new
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}