diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-04 21:52:58 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-04 21:52:58 -0200 |
commit | 869b479feac06456d4ac2953001efd7575766b62 (patch) | |
tree | 54a4d0c4f6de62149fd6c8a4fb418c6b2a387932 /pcr | |
parent | 9b44299eb0c116b40f720ea67ceeace405631b27 (diff) |
nouvegnomegray-icon-theme: add new package to [pcr]
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/nouvegnomegray-icon-theme/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/nouvegnomegray-icon-theme/PKGBUILD b/pcr/nouvegnomegray-icon-theme/PKGBUILD new file mode 100644 index 000000000..3a60b4e75 --- /dev/null +++ b/pcr/nouvegnomegray-icon-theme/PKGBUILD @@ -0,0 +1,26 @@ +# AUR package maintainer: 3V0LU710N <db_eee at yahoo dot com> + +pkgname=nouvegnomegray-icon-theme +pkgver=20140821 +pkgrel=1 +pkgdesc="nouveGnomeGray is a gray icon set made for dark GTK themes." +arch=('any') +makedepends=('p7zip') +optdepends=('gnome-icon-theme: GNOME icon theme') +url="http://gnome-look.org/content/show.php/nouveGnome?content=125474" +license=('GPL') +source=('http://fc08.deviantart.net/fs71/f/2014/233/f/3/nouvegnomegray_by_tsujan-d4ytv8m.7z') +md5sums=('7ee27a4b17dd0d2981f7570a3f9a8f81') + +build() +{ + echo "Building Package..." +} + +package() +{ + cd "$srcdir" + install -d "${pkgdir}/usr/share/icons/" + cp -rf "nouveGnomeGray" "${pkgdir}/usr/share/icons/" || return 1 + find -type f -print0 | xargs -0 chmod 644 +} |