From b5027b95d82d19b233adb16fb41ab3339e89a12b Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sun, 7 Jul 2013 16:40:29 -0300 Subject: [PATCH] awoken-icons: update template --- srcpkgs/awoken-icons/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index 7c829a49d4..081f126387 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -8,7 +8,6 @@ license="CCPL:by-sa" homepage="http://alecive.deviantart.com/art/AwOken-163570862" distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz" checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" -# makedepends="unzip" long_desc=" AwOken icon theme is a full Token-style iconset for GNOME, designed to be complete and stylish. Choose it if you want to change significantly your desktop experience." @@ -17,13 +16,10 @@ wrksrc="awoken-icon-theme-2.5~ppa1~raring1" do_install() { vmkdir "usr/bin" vmkdir "usr/share/icons" - cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/" - find "${DESTDIR}" -type d -exec chmod 755 '{}' \; find "${DESTDIR}" -type f -exec chmod 644 '{}' \; find "${DESTDIR}" -name awoken-icon-theme-customization\* -exec chmod 755 '{}' \; - ln -sf /usr/share/icons/AwOken/awoken-icon-theme-customization* "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenDark/awoken-icon-theme-customization-dark "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/"