summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurat Çileli2019-05-05 05:02:08 +0300
committerMurat Çileli2019-05-05 05:02:08 +0300
commit9684c4c6e2bf6410835981428f2abb769fdcb0cd (patch)
tree78380937e64090f34bb08ecda4ac45cf259b32e0
downloadaur-9684c4c6e2bf6410835981428f2abb769fdcb0cd.tar.gz
Update 2019-05-05 05:02
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dc0ba7c2ce52
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = adwaita-creamy-gtk-theme
+ pkgdesc = Refreshed new Adwaita theme with creamy colors and minor changes.
+ pkgver = 3.24.8
+ pkgrel = 1
+ url = https://github.com/murat-cileli/adwaita-creamy
+ arch = x86_64
+ license = MIT
+ provides = adwaita-creamy-gtk-theme
+ source = adwaita-creamy-gtk-theme-3.24.8::https://github.com/murat-cileli/adwaita-creamy/archive/3.24.8.tar.gz
+ sha256sums = SKIP
+
+pkgname = adwaita-creamy-gtk-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2aaa62c47e6e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Murat Çileli <murat.cileli@gmail.com>
+
+pkgname="adwaita-creamy-gtk-theme"
+pkgver="3.24.8"
+pkgrel="1"
+pkgdesc="Refreshed new Adwaita theme with creamy colors and minor changes."
+arch=("x86_64")
+license=("MIT")
+url="https://github.com/murat-cileli/adwaita-creamy"
+makedepends=()
+provides=("adwaita-creamy-gtk-theme")
+source=("$pkgname-$pkgver::https://github.com/murat-cileli/adwaita-creamy/archive/$pkgver.tar.gz")
+sha256sums=("SKIP")
+
+package() {
+ # Create directory
+ mkdir -p $pkgdir/usr/share/themes/$pkgname
+
+ # Copy contents
+ cp -r "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/share/themes/$pkgname"
+}