summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorschizo-ri2015-06-29 13:46:56 +0200
committerschizo-ri2015-06-29 13:46:56 +0200
commitc0532b9b6612aefb41460d2954f2fb5b6c716e33 (patch)
tree0eca4e2a5b9573b266137acc1ea5043218ba0ce6
downloadaur-c0532b9b6612aefb41460d2954f2fb5b6c716e33.tar.gz
Initial commit. I am so bad at this
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD20
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..37ff7b4e4370
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by makepkg 4.2.1
+# Sat May 9 07:13:01 UTC 2015
+pkgbase = xfce4-weather-plugin-circle-icons
+ pkgdesc = Flat-circle icons for xfce4-weather-plugin
+ pkgver = 0.2
+ pkgrel = 1
+ url = https://github.com/schizo-ri/circle-icons-for-xfce-weather
+ arch = any
+ license = CC0 1.0 Universal
+ source = https://github.com/schizo-ri/circle-icons-for-xfce-weather/archive/0.2.zip
+ md5sums = 9ff84294c051dc6afc0b71d2896aded7
+ sha256sums = 63c1c3bbfcaab9866372fd52dbfb6854a039b43f913053949c1e15dbc826949f
+
+pkgname = xfce4-weather-plugin-circle-icons
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f904cb08fa2c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+
+# Maintainer: Edin Veskovic <edin.veskovic@openmailbox.org>
+
+pkgname=xfce4-weather-plugin-circle-icons
+pkgver=0.2
+pkgrel=1
+pkgdesc="Flat-circle icons for xfce4-weather-plugin"
+arch=('any')
+url="https://github.com/schizo-ri/circle-icons-for-xfce-weather"
+license=('CC0 1.0 Universal')
+source=('https://github.com/schizo-ri/circle-icons-for-xfce-weather/archive/0.2.zip')
+md5sums=('9ff84294c051dc6afc0b71d2896aded7')
+sha256sums=('63c1c3bbfcaab9866372fd52dbfb6854a039b43f913053949c1e15dbc826949f')
+makedepends=()
+
+package() {
+ mkdir -p "$pkgdir/usr/share/xfce4/weather/icons/flat-circle"
+
+ cp -Rf $srcdir/circle-icons-for-xfce-weather-0.2/icons/* "$pkgdir/usr/share/xfce4/weather/icons/flat-circle/"
+}