awoken-icons: update template

This commit is contained in:
wertyi48 2013-07-07 16:40:29 -03:00
parent 5db8b788eb
commit b5027b95d8

View file

@ -8,7 +8,6 @@ license="CCPL:by-sa"
homepage="http://alecive.deviantart.com/art/AwOken-163570862" 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" distfiles="https://launchpad.net/~alecive/+archive/antigone/+files/awoken-icon-theme_2.5~ppa1~raring1.tar.gz"
checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4" checksum="5ce690b019b7a454065e0585765e346099788589d0c4d66c930dbac5219b39b4"
# makedepends="unzip"
long_desc=" long_desc="
AwOken icon theme is a full Token-style iconset for GNOME, designed to be complete and stylish. 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." 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() { do_install() {
vmkdir "usr/bin" vmkdir "usr/bin"
vmkdir "usr/share/icons" vmkdir "usr/share/icons"
cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/" cp -r ./AwOken{,Dark,White} "${DESTDIR}/usr/share/icons/"
find "${DESTDIR}" -type d -exec chmod 755 '{}' \; find "${DESTDIR}" -type d -exec chmod 755 '{}' \;
find "${DESTDIR}" -type f -exec chmod 644 '{}' \; find "${DESTDIR}" -type f -exec chmod 644 '{}' \;
find "${DESTDIR}" -name awoken-icon-theme-customization\* -exec chmod 755 '{}' \; 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/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/AwOkenDark/awoken-icon-theme-customization-dark "${DESTDIR}/usr/bin/"
ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/" ln -sf /usr/share/icons/AwOkenWhite/awoken-icon-theme-customization-white "${DESTDIR}/usr/bin/"