summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-12-18 08:40:42 +0100
committermdomlop2019-12-18 08:40:42 +0100
commit16abac4bd5d47c1ae3bc61ffff43c0668b026479 (patch)
treef258af185ef936b0a4c53c0b80d1dbc1d2d9b114
downloadaur-16abac4bd5d47c1ae3bc61ffff43c0668b026479.tar.gz
Version 1.0
-rw-r--r--.SRCINFO18
-rw-r--r--ChangeLog2
-rw-r--r--PKGBUILD29
3 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ba463532084b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = retrosmart-kdeplasma-welcomescreen
+ pkgdesc = A retrosmart look welcome screen for KDE Plasma.
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/mdomlop/retrosmart-kdeplasma-welcomescreen
+ changelog = ChangeLog
+ arch = any
+ license = GPL3
+ optdepends = xcursor-retrosmart: The corresponding X11 cursor theme
+ optdepends = retrosmart-aurorae-themes: The corresponding Aurorae themes
+ optdepends = retrosmart-icon-theme: The corresponding icon theme
+ optdepends = retrosmart-xfwm4-themes: The corresponding themes for XFwm4
+ optdepends = retrosmart-openbox-themes: The corresponding themes for Openbox
+ source = retrosmart-kdeplasma-welcomescreen-1.0.tar.gz::https://github.com/mdomlop/retrosmart-kdeplasma-welcomescreen/archive/1.0.tar.gz
+ md5sums = 1cd0e685b5cc73be643ae4ecdb71b063
+
+pkgname = retrosmart-kdeplasma-welcomescreen
+
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000000..b1b656d1032c
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+2019.12.18, Version 1:
+ - Frist version.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f0233ba9ee19
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: Manuel Domínguez López
+# <mdomlop at gmail dot com>
+# @mdomlop at telegram
+
+_pkgver_year=2019
+_pkgver_month=12
+_pkgver_day=18
+
+pkgname=retrosmart-kdeplasma-welcomescreen
+pkgver=1.0
+pkgrel=1
+pkgdesc='A retrosmart look welcome screen for KDE Plasma.'
+url=https://github.com/mdomlop/$pkgname
+source=("https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
+license=('GPL3')
+optdepends=('xcursor-retrosmart: The corresponding X11 cursor theme'
+ 'retrosmart-aurorae-themes: The corresponding Aurorae themes'
+ 'retrosmart-icon-theme: The corresponding icon theme'
+ 'retrosmart-xfwm4-themes: The corresponding themes for XFwm4'
+ 'retrosmart-openbox-themes: The corresponding themes for Openbox')
+arch=('any')
+group=('retrosmart')
+changelog=ChangeLog
+
+package() {
+ cd "$pkgname-$pkgver"
+ make install DESTDIR=$pkgdir
+}
+md5sums=('1cd0e685b5cc73be643ae4ecdb71b063')