summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Anhuth2018-04-27 11:49:01 +0200
committerOliver Anhuth2018-04-27 11:49:01 +0200
commit72bfe5184d8da8bff3c23646aadd0ff49c4f3db4 (patch)
tree10feb4a56e900809bcc360f19876d6ca2c256f6d /PKGBUILD
parent0a77bc84cb23d1376526989bb92e8745c859f2f8 (diff)
downloadaur-xfce-theme-numix-hdpi.tar.gz
Add classic Numix theme also.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fec4fe6054cb..1f704be75245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=xfce-theme-numix-hdpi
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="An Xfce Numix theme with taller window title bars suitable for HDPI resolutions"
arch=('any')
@@ -8,10 +8,17 @@ license=('GPL')
depends=()
makedepends=()
provides=('xfce-theme-numix-hdpi')
-source=("https://github.com/elmodos/numix-taller/archive/master.tar.gz")
-md5sums=('5da1b72f63d43dc02805ce072ceabe19')
+source=(
+ "https://github.com/elmodos/numix-taller/archive/master.tar.gz"
+ "https://github.com/elmodos/numix-taller/archive/master-numix-legacy.tar.gz"
+)
+md5sums=(
+ "5da1b72f63d43dc02805ce072ceabe19"
+ "60bdf3853af50ef66b1bc9741cede209"
+)
package() {
mkdir --parents ../pkg/xfce-theme-numix-hdpi/usr/share/themes
cp --recursive numix-taller-master/Numix-Taller ../pkg/xfce-theme-numix-hdpi/usr/share/themes/Numix-hdpi
+ cp --recursive numix-taller-master-numix-legacy/Numix-Taller ../pkg/xfce-theme-numix-hdpi/usr/share/themes/Numix-Classic-hdpi
}