summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemesys2020-08-06 17:43:30 -0400
committernemesys2020-08-06 17:43:30 -0400
commit05ddc21b14f0d8f689fb3f54be2119bd41c473c0 (patch)
treefc4af39f15febfafcda40649d3510d4745449026
downloadaur-05ddc21b14f0d8f689fb3f54be2119bd41c473c0.tar.gz
Archax fbsplash theme.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5d93539983c0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = fbsplash-theme-archax
+ pkgdesc = Simple and elegant theme for Fbsplash
+ pkgver = 0.2.5
+ pkgrel = 1
+ url = http://opendesktop.org/content/show.php?content=125311
+ arch = any
+ license = GPL
+ depends = fbsplash
+ source = fbsplash-theme-archax-0.2.5.tar.gz::http://sourceshark.com/sourcecode/khotnewstuff/bootsplashs/downloads/112346-archax.tar.gz
+ md5sums = 8453af978c2dd796050aae15085af9de
+
+pkgname = fbsplash-theme-archax
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f335c8301a0e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: nemesys <nemstar zoho com>
+# Contributor: Dmytro Kostiuchenko <edio at archlinux.us>
+# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
+
+_name=archax
+pkgname=fbsplash-theme-${_name}
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Simple and elegant theme for Fbsplash"
+arch=('any')
+license=('GPL')
+_id=125311
+url="http://opendesktop.org/content/show.php?content=${_id}"
+depends=('fbsplash')
+source=("${pkgname}-${pkgver}.tar.gz::http://sourceshark.com/sourcecode/khotnewstuff/bootsplashs/downloads/112346-archax.tar.gz")
+package() {
+ mkdir -p "${pkgdir}"/etc/splash &&
+ cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/
+}
+md5sums=('8453af978c2dd796050aae15085af9de')