summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2015-05-31 21:46:22 +0300
committerCan Celasun2015-05-31 21:46:22 +0300
commit5a55632f9c6d17aa5f29b512473eff6f500c6a8e (patch)
treec8bbbcbbecf77e9f6c3b1e6483596ff6b5e86d38
downloadaur-5a55632f9c6d17aa5f29b512473eff6f500c6a8e.tar.gz
New structure
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..67dab1fe4e83
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wicd-dark-icons
+ pkgdesc = Dark mono icons for Wicd Network Manager
+ pkgver = 1
+ pkgrel = 2
+ url = http://kde-look.org/content/show.php/Alternate+Wicd+Tray+Icons?content=125921
+ arch = any
+ license = GPL
+ depends = wicd-gtk
+ conflicts = wicd-mono-icons
+ conflicts = wicd-pale-icons
+ source = http://kde-look.org/CONTENT/content-files/125921-wicd.tar.gz
+ md5sums = 1ccfb2cd61e4bc30a325211fce2ad8d9
+
+pkgname = wicd-dark-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..049c2ce83b28
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
+
+pkgname=wicd-dark-icons
+pkgver=1
+pkgrel=2
+arch=('any')
+pkgdesc="Dark mono icons for Wicd Network Manager"
+url="http://kde-look.org/content/show.php/Alternate+Wicd+Tray+Icons?content=125921"
+license=('GPL')
+depends=('wicd-gtk')
+conflicts=('wicd-mono-icons' 'wicd-pale-icons')
+source=(http://kde-look.org/CONTENT/content-files/125921-wicd.tar.gz)
+md5sums=('1ccfb2cd61e4bc30a325211fce2ad8d9')
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/pixmaps/wicd
+ cp "${srcdir}"/wicd-dark/* "${pkgdir}"/usr/share/pixmaps/wicd -R
+}