awoken-icons: update template
This commit is contained in:
parent
fddf24e48a
commit
a595b555be
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'awoken-icons'
|
||||
pkgname=awoken-icons
|
||||
version=2.5
|
||||
version=2.5.1
|
||||
revision=1
|
||||
distfiles="https://dl.dropbox.com/u/8029324/AwOken-2.5.zip"
|
||||
checksum="f88b041991012b2129061e56a47f23bcb1b647f38cb493bd23a6774095b85ce3"
|
||||
|
@ -28,6 +28,7 @@ do_install() {
|
|||
awoken-icons-dark_package() {
|
||||
depends="awoken-icons>=${version}"
|
||||
short_desc+=" - Dark icons"
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr/share/icons/AwOkenDark
|
||||
vmove usr/bin/awoken-icon-theme-customization-dark
|
||||
|
@ -37,6 +38,7 @@ awoken-icons-dark_package() {
|
|||
awoken-icons-white_package() {
|
||||
depends="awoken-icons>=${version}"
|
||||
short_desc+=" - White icons"
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr/share/icons/AwOkenWhite
|
||||
vmove usr/bin/awoken-icon-theme-customization-white
|
||||
|
|
Loading…
Reference in New Issue