New package: awoken-icons-2.5.
This commit is contained in:
parent
ebd9ffea7c
commit
5db8b788eb
3 changed files with 56 additions and 0 deletions
1
srcpkgs/awoken-icons-dark
Symbolic link
1
srcpkgs/awoken-icons-dark
Symbolic link
|
@ -0,0 +1 @@
|
|||
awoken-icons/
|
1
srcpkgs/awoken-icons-white
Symbolic link
1
srcpkgs/awoken-icons-white
Symbolic link
|
@ -0,0 +1 @@
|
|||
awoken-icons/
|
54
srcpkgs/awoken-icons/template
Normal file
54
srcpkgs/awoken-icons/template
Normal file
|
@ -0,0 +1,54 @@
|
|||
# Template file for 'awoken-icons'
|
||||
pkgname=awoken-icons
|
||||
version=2.5
|
||||
revision=1
|
||||
short_desc="Simple and quite complete icon set, Token-style."
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
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."
|
||||
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/"
|
||||
}
|
||||
|
||||
|
||||
awoken-icons-dark_package() {
|
||||
short_desc+=" - Dark icons"
|
||||
pkg_install() {
|
||||
vmove usr/share/icons/AwOkenDark
|
||||
}
|
||||
}
|
||||
|
||||
awoken-icons-white_package() {
|
||||
short_desc+=" - White icons"
|
||||
pkg_install() {
|
||||
vmove usr/share/icons/AwOkenWhite
|
||||
}
|
||||
}
|
||||
|
||||
awoken-icons_package() {
|
||||
noarch="yes"
|
||||
depends="zenity xdg-utils ImageMagick"
|
||||
pkg_install() {
|
||||
vmove usr/share/icons/AwOken
|
||||
vmove usr/bin
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue