summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCan Celasun2015-05-31 21:46:22 +0300
committerCan Celasun2015-05-31 21:46:22 +0300
commitf0b1bc658c50816eb4f1ed3f35b07eb1aa256a95 (patch)
tree1707d41428cd8960e9e2290abe896a0599e2b629
downloadaur-f0b1bc658c50816eb4f1ed3f35b07eb1aa256a95.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..cced176db27f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = wicd-mono-icons
+ pkgdesc = Mono icons for Wicd Network Manager
+ pkgver = 2
+ pkgrel = 3
+ url = http://gnome-look.org/content/show.php/wicd+icons+mixup?content=113544
+ arch = any
+ license = GPL
+ depends = wicd-gtk
+ conflicts = wicd-pale-icons
+ conflicts = wicd-dark-icons
+ source = http://gnome-look.org/CONTENT/content-files/113544-wicd-icons-mixup-06012010.tar.bz2
+ md5sums = e1db447eeacef8758736951ddb4727bc
+
+pkgname = wicd-mono-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6f089f5ef998
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: D. Can Celasun <dcelasun[at]gmail[dot]com>
+
+pkgname=wicd-mono-icons
+pkgver=2
+pkgrel=3
+arch=('any')
+pkgdesc="Mono icons for Wicd Network Manager"
+url="http://gnome-look.org/content/show.php/wicd+icons+mixup?content=113544"
+license=('GPL')
+depends=('wicd-gtk')
+conflicts=('wicd-pale-icons' 'wicd-dark-icons')
+source=(http://gnome-look.org/CONTENT/content-files/113544-wicd-icons-mixup-06012010.tar.bz2)
+md5sums=('e1db447eeacef8758736951ddb4727bc')
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/pixmaps/wicd
+ cp "${srcdir}"/* "${pkgdir}"/usr/share/pixmaps/wicd -R
+}