summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Kumar2018-02-28 00:06:53 -0500
committerPrasad Kumar2018-02-28 00:06:53 -0500
commitef363941ee900863891e8b55a555a46712ccaae2 (patch)
tree44f217074f602f919d0855c228ebc0a23aac85ee
downloadaur-ef363941ee900863891e8b55a555a46712ccaae2.tar.gz
Initial Commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5c4777f1a461
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = arrongin.left.button-gtk-theme
+ pkgdesc = Arrongin GTK theme with window-control-buttons on the left-side.
+ pkgver = 1.4
+ pkgrel = 1
+ url = https://www.opendesktop.org/p/1215199/
+ arch = any
+ license = CC BY-NC-SA
+ depends = bash
+ provides = arrongin.left.button-gtk-theme
+ source = arrongin.left.button-gtk-theme::https://dl.opendesktop.org/api/files/downloadfile/id/1519777332/s/a9ad8c01a5b923afaff0d41785bf56fe/t/1519795001/u//Arrongin-W-buttons-left-1.4.tar.xz
+ sha512sums = 4c6cddb3851346eccac9fe395d9ae17b9dfe392914c9802005568db256ab4a66598b7c0a945a84e2738e0fc93b7d510505bc417b8373da47d5bd15a91ce86ce9
+
+pkgname = arrongin.left.button-gtk-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b2df4cfeaec3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Prasad Kumar
+pkgname=arrongin.left.button-gtk-theme
+pkgver=1.4
+pkgrel=1
+pkgdesc="Arrongin GTK theme with window-control-buttons on the left-side."
+arch=('any')
+url="https://www.opendesktop.org/p/1215199/"
+license=("CC BY-NC-SA")
+depends=('bash')
+provides=('arrongin.left.button-gtk-theme')
+source=("${pkgname}::https://dl.opendesktop.org/api/files/downloadfile/id/1519777332/s/a9ad8c01a5b923afaff0d41785bf56fe/t/1519795001/u//Arrongin-W-buttons-left-$pkgver.tar.xz")
+sha512sums=('4c6cddb3851346eccac9fe395d9ae17b9dfe392914c9802005568db256ab4a66598b7c0a945a84e2738e0fc93b7d510505bc417b8373da47d5bd15a91ce86ce9')
+package() {
+ cd ${srcdir}/Arrongin-W-buttons-left-${pkgver}
+ install -d "$pkgdir"/usr/share/themes/${pkgname}
+ cp -rf * "$pkgdir"/usr/share/themes/${pkgname}
+}