summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2015-07-28 19:43:26 -0400
committerTed Alff2015-07-28 19:43:26 -0400
commit8dab2bd8ed47b21bc7dfc177463b1117321af627 (patch)
tree9d64831658450d9a92a0a93b6b294bd95fe0a3c8
downloadaur-8dab2bd8ed47b21bc7dfc177463b1117321af627.tar.gz
Initial AUR4 import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD24
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c58cd09ff60c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = dockbarx-shinybar-theme
+ pkgdesc = Windows 7-like theme for DockBarX
+ pkgver = 1.3.1
+ pkgrel = 2
+ url = http://levviathor.deviantart.com/art/Shinybar1-3-for-DockbarX-135875506
+ arch = any
+ groups = dockbarx-themes
+ license = cc-by-sa
+ depends = dockbarx
+ source = http://fc05.deviantart.net/fs71/f/2010/165/2/9/Shinybar1_3_1_for_DockbarX_by_Levviathor.zip
+ md5sums = 7e462d64034fe68d98ed6fabd181a2ac
+
+pkgname = dockbarx-shinybar-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..183cd6a97264
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Contributor: twa022 <twa022@gmail.com>
+
+pkgname=dockbarx-shinybar-theme
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="Windows 7-like theme for DockBarX"
+arch=('any')
+url="http://levviathor.deviantart.com/art/Shinybar1-3-for-DockbarX-135875506"
+license=('cc-by-sa')
+depends=('dockbarx')
+groups=('dockbarx-themes')
+source=('http://fc05.deviantart.net/fs71/f/2010/165/2/9/Shinybar1_3_1_for_DockbarX_by_Levviathor.zip')
+#DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
+
+package () {
+ cd ${srcdir}/Shinybar${pkgver}_deviantart
+
+ mkdir -p ${pkgdir}/usr/share/dockbarx/themes
+ install -Dm644 shinybar_13_horiz.tar.gz ${pkgdir}/usr/share/dockbarx/themes/
+ install -Dm644 shinybar_13_vert.tar.gz ${pkgdir}/usr/share/dockbarx/themes/
+ install -Dm644 README_shinybar.txt ${pkgdir}/usr/share/dockbarx/
+}
+
+md5sums=('7e462d64034fe68d98ed6fabd181a2ac')