mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:27:15 +08:00
Adding kdeplasma-applets-yawp
This commit is contained in:
parent
fd70d4a227
commit
73362d3268
30
kdeplasma-applets-yawp/PKGBUILD
Normal file
30
kdeplasma-applets-yawp/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# KDEPlasma Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=kdeplasma-applets-yawp
|
||||
pkgver=0.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="A Colorful Kdeplasma weather plasmoid"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106"
|
||||
depends=('kdebase-workspace' 'gettext')
|
||||
makedepends=('cmake' 'make' 'automoc4' 'patch')
|
||||
conflicts=(kde-extragear-plasmoids)
|
||||
install=$pkgname.install
|
||||
source=(http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2)
|
||||
license=('GPL')
|
||||
md5sums=('82368f30828e66d7f136ba9f39240b25')
|
||||
|
||||
build() {
|
||||
cd $srcdir/yawp-$pkgver
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. || return 1
|
||||
make VERBOSE=1 || return 1
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
}
|
6
kdeplasma-applets-yawp/kdeplasma-applets-yawp.install
Normal file
6
kdeplasma-applets-yawp/kdeplasma-applets-yawp.install
Normal file
@ -0,0 +1,6 @@
|
||||
post_install() {
|
||||
echo Run kbuildsycoca4 as user to refresh KDE plasma settings.
|
||||
}
|
||||
post_upgrade() {
|
||||
echo Run kbuildsycoca4 as user to refresh KDE plasma settings.
|
||||
}
|
Loading…
Reference in New Issue
Block a user