summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-10-24 07:39:27 +0200
committermdomlop2019-10-24 07:39:27 +0200
commit2641c9a5edacdf43ba90df1d2a7a5633f8debdaa (patch)
tree36840817b7566c7ce798c16b95c56992ed4074ba
parent529a2010e37aa3f46650e6e5ea335e76da0dbeb1 (diff)
downloadaur-2641c9a5edacdf43ba90df1d2a7a5633f8debdaa.tar.gz
Version 1.4b. Help button now works. Preliminary shape.
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog29
-rw-r--r--PKGBUILD6
3 files changed, 31 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de300d1b4ffd..3ea6171aaf5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = retrosmart-aurorae-themes
pkgdesc = A retrosmart look collection of themes for KDE Aurorae.
- pkgver = 1.3a
+ pkgver = 1.4b
pkgrel = 1
url = https://github.com/mdomlop/retrosmart-aurorae-themes
changelog = ChangeLog
@@ -10,8 +10,8 @@ pkgbase = retrosmart-aurorae-themes
optdepends = retrosmart-icon-theme: The corresponding icon theme
optdepends = retrosmart-kvantum-theme: The corresponding theme for Kvantum
optdepends = retrosmart-qtcurve-theme: The corresponding theme for QtCurve
- source = retrosmart-aurorae-themes-1.3a.tar.gz::https://github.com/mdomlop/retrosmart-aurorae-themes/archive/1.3a.tar.gz
- md5sums = e2791b9a0a0a7ef90347c274b6df5092
+ source = retrosmart-aurorae-themes-1.4b.tar.gz::https://github.com/mdomlop/retrosmart-aurorae-themes/archive/1.4b.tar.gz
+ md5sums = 95b3a6a891b7c5257792f9b7fe18f5fa
pkgname = retrosmart-aurorae-themes
diff --git a/ChangeLog b/ChangeLog
index b4322141d7a6..e1ab68d1594a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,36 @@
+retrosmart-aurorae-themes (1.4b) unstable; urgency=medium
+
+ * 1.4b.
+ - Help button now works. Preliminary shape.
+
+ -- Manuel Domínguez López <mdomlop@gmail.com> Thu, 24 Oct 2019 07:18:18 +0200
+
+retrosmart-aurorae-themes (1.3a) unstable; urgency=medium
+
+ * 1.3a.
+ - Fixed in button shapes position.
+ - Theme added: Moonlight.
+
+ -- Manuel Domínguez López <mdomlop@gmail.com> Sun, 19 Oct 2019 08:32:22 +0200
+
+retrosmart-aurorae-themes (1.2a) unstable; urgency=medium
+
+ * 1.2a.
+ - Themes added: Babe, Lemon, Lime, and Breeze.
+
+ -- Manuel Domínguez López <mdomlop@gmail.com> Sun, 18 Nov 2018 08:13:22 +0100
+
retrosmart-aurorae-themes (1.1a) unstable; urgency=medium
* 1.1a.
- Fix Ghost, Milk and Sky themes.
- Butane, Shadow, Heaven, Caelum, Forest and Laurum themes added.
- Windows9x theme renamed to 9x.
- - Some build fixes.
- -- Manuel Domínguez López <mdomlop@gmail.com> Sat, 17 Nov 2018 06:59:16 +0100
+ -- Manuel Domínguez López <mdomlop@gmail.com> Sat, 17 Nov 2018 08:13:22 +0100
- retrosmart-aurorae-themes (0.1a) unstable; urgency=medium
+retrosmart-aurorae-themes (0.1a) unstable; urgency=medium
- * Version 0.1a.
+ * 0.1a.
-- Manuel Domínguez López <mdomlop@gmail.com> Fri, 24 Nov 2017 07:06:07 +0100
diff --git a/PKGBUILD b/PKGBUILD
index df2bfb38e290..ed801061c4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgver_year=2019
_pkgver_month=10
-_pkgver_day=20
+_pkgver_day=24
pkgname=retrosmart-aurorae-themes
-pkgver=1.3a
+pkgver=1.4b
pkgrel=1
pkgdesc='A retrosmart look collection of themes for KDE Aurorae.'
url=https://github.com/mdomlop/$pkgname
@@ -29,4 +29,4 @@ package() {
cd $srcdir/$pkgname-$pkgver
make install DESTDIR=$pkgdir
}
-md5sums=('e2791b9a0a0a7ef90347c274b6df5092')
+md5sums=('95b3a6a891b7c5257792f9b7fe18f5fa')