diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-09 18:34:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-08-09 18:34:31 -0500 |
commit | 41d3619745010344cde0bfd9a77b2ce57fdf0a2c (patch) | |
tree | cc7fb4fa029854e6f777815a929f0040f6cc7e9b /libre | |
parent | 77c68a3d303942c19d776f17f5ffc3baf639840a (diff) | |
download | abslibre-41d3619745010344cde0bfd9a77b2ce57fdf0a2c.tar.gz abslibre-41d3619745010344cde0bfd9a77b2ce57fdf0a2c.tar.bz2 abslibre-41d3619745010344cde0bfd9a77b2ce57fdf0a2c.zip |
ambiance-radiance-colors-suite-16.04.1-1: updating version
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ambiance-radiance-colors-suite/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libre/ambiance-radiance-colors-suite/PKGBUILD b/libre/ambiance-radiance-colors-suite/PKGBUILD deleted file mode 100644 index ef6ef4d69..000000000 --- a/libre/ambiance-radiance-colors-suite/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# 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/" -} |