diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-16 14:02:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-09-22 16:15:05 -0300 |
commit | fff4f6ed55689d99680810ecbae40fb7b5e43d5d (patch) | |
tree | 9feb1d6dc05f86f3dcce82d539675475ef4686ea /libre | |
parent | 6176b0fa67bada4676e04f25dd353813e1bc49d6 (diff) | |
download | abslibre-fff4f6ed55689d99680810ecbae40fb7b5e43d5d.tar.gz abslibre-fff4f6ed55689d99680810ecbae40fb7b5e43d5d.tar.bz2 abslibre-fff4f6ed55689d99680810ecbae40fb7b5e43d5d.zip |
libre/ambiance-radiance-colors-suite: add pkgbuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ambiance-radiance-colors-suite/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/ambiance-radiance-colors-suite/PKGBUILD b/libre/ambiance-radiance-colors-suite/PKGBUILD new file mode 100644 index 000000000..ef6ef4d69 --- /dev/null +++ b/libre/ambiance-radiance-colors-suite/PKGBUILD @@ -0,0 +1,23 @@ +# Maintainer (Arch): ThePilot <afuturepilotis at gmail dot com> +# Contributor (Arch): Padfoot <padfoot at exemail dot com dot au> +# Contributor (Arch): Louis Tim Larsen <louis(a)louis.dk> +# Maintainer: Márcio Silva <coadde@parabola.nu> + +pkgname='ambiance-radiance-colors-suite' +pkgver='15.04.3' +pkgrel=1 +pkgdesc="Ambiance & Radiance Colors Suite for Unity, Gnome Classic, MATE, XFCE, LXDE and Openbox desktops" +arch=('any') +license=('GPL2') +options=('!strip' '!zipman') +url="http://www.ravefinity.com/p/ambiance-radiance-colors-suite.html" +depends=('gtk3>=3.14' 'gtk-engine-murrine') +optdepends=('rave-x-colors') +source="$pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAZDQxa0Izc2dIY2c" +md5sums=('7d1114882c9412c39ee7962616487283') + +package() { + mkdir -p "$pkgdir/usr/share/themes/" + cd "$srcdir/" + cp -r Ambiance-* Radiance-* "$pkgdir/usr/share/themes/" +} |