diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-24 16:21:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-24 16:21:19 -0300 |
commit | f55d5e2b55e10db285b2297695a3a3d34f1e56b8 (patch) | |
tree | 173a461e543befc7480d2e29a4eb0b311e110947 /pcr/gtk-theme-numix | |
parent | b9b414d8518e4ba0988fea5f058bbd26ff545e3d (diff) | |
download | abslibre-f55d5e2b55e10db285b2297695a3a3d34f1e56b8.tar.gz abslibre-f55d5e2b55e10db285b2297695a3a3d34f1e56b8.tar.bz2 abslibre-f55d5e2b55e10db285b2297695a3a3d34f1e56b8.zip |
Gnome 3-8, GTK, XFCE, Openbox, etc. theme
Diffstat (limited to 'pcr/gtk-theme-numix')
-rw-r--r-- | pcr/gtk-theme-numix/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/gtk-theme-numix/PKGBUILD b/pcr/gtk-theme-numix/PKGBUILD new file mode 100644 index 000000000..4c4c10b20 --- /dev/null +++ b/pcr/gtk-theme-numix/PKGBUILD @@ -0,0 +1,21 @@ +# Mantainer: Diego +# Contributor: Aleessio Sergi + +pkgname=gtk-theme-numix +_theme=Numix +pkgver=1.4 +pkgrel=1 +pkgdesc="A flat and light theme with a modern look" +arch=('any') +url="http://satya164.deviantart.com/art/Numix-GTK3-theme-360223962" +license=('GPL3') +depends=('gtk-engine-murrine') +source=(https://github.com/shimmerproject/${_theme}/archive/v${pkgver}.tar.gz) +md5sums=('323ce459ebf9ee30bf920d18fab3645a') + +package() { + install -d "$pkgdir/usr/share/themes/${_theme}" + cp -rv ${srcdir}/${_theme}-${pkgver}/* "$pkgdir/usr/share/themes/${_theme}/" +} + +md5sums=('323ce459ebf9ee30bf920d18fab3645a') |