summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Kostiuchenko2015-07-06 17:01:53 +0200
committerDmytro Kostiuchenko2015-07-06 17:01:53 +0200
commit6b06275567925dad8172d35f5a5b1e5b1d2e7b9d (patch)
tree3b43034280751665f1a88f4587abf31d8c59ad5b
downloadaur-6b06275567925dad8172d35f5a5b1e5b1d2e7b9d.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c82163bcbb03
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = fbsplash-theme-arch-elegant
+ 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-arch-elegant-0.2.5.tar.gz::http://opendesktop.org/CONTENT/content-files/125311-arch-elegant.tar.gz
+ md5sums = eb5e384b19e64e1d7ead978bbd14d43c
+
+pkgname = fbsplash-theme-arch-elegant
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..372590b286f6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Dmytro Kostiuchenko <edio at archlinux.us>
+# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>
+
+_name=arch-elegant
+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://opendesktop.org/CONTENT/content-files/${_id}-${_name}.tar.gz")
+package() {
+ mkdir -p "${pkgdir}"/etc/splash &&
+ cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/
+}
+md5sums=('eb5e384b19e64e1d7ead978bbd14d43c')