Arch-Like - nietypowy blog, nietypowe forum.

Projekty/Wsparcie => POLAUR => Wątek zaczęty przez: pavbaranov w Grudzień 22, 2014, 11:53:19

Tytuł: Diamond Plasma Theme dla Plasma5
Wiadomość wysłana przez: pavbaranov w Grudzień 22, 2014, 11:53:19
Co tu dużo ukrywać, również przeróbka. Temat Diamond http://kde-look.org/content/show.php/Diamond?content=153930 (http://kde-look.org/content/show.php/Diamond?content=153930) cieszył się niegdyś dość dużą popularnością. Z Plasma 5 - działa. Zatem...:
# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
# Contirbutor: Christian Galander <galander.c at gmail dot com>
# Maintainer for Plasma5: pavbaranov

pkgname=plasma5-themes-diamond
_pkgname="Diamond"
pkgver=2.0.3
pkgrel=1
pkgdesc="Transparent theme for KDE 4.x adopted for Plasma5"
arch=('any')
license=('GPL')
url="http://kde-look.org/content/show.php/Diamond?content=153930"
conflicts=('plasma5-theme-diamond')
source=("http://kde-look.org/CONTENT/content-files/153930-${_pkgname}.zip")
md5sums=('e2f326c03b77c6ce1e8c8db0ad79ce7b')

package() {
  cd "${srcdir}"

  install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme"
  cp -r "${_pkgname}" "${pkgdir}/usr/share/plasma/desktoptheme"
  find "${pkgdir}/usr/share/plasma/desktoptheme" -type d -exec chmod 755 {} \;
  find "${pkgdir}/usr/share/plasma/desktoptheme" -type f -exec chmod 644 {} \;
}