summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0111ff69815bbed52e6c96f9975638c8f5d08be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Submitter: Seqularise <seqularise (a) outlook.com>
pkgname=plasma5-applets-flipweather
pkgver=0.2
pkgrel=1
pkgdesc="A Plasma widget inspired by the clock and weather widget on HTC's phones and tablets."
arch=('any')
url="https://store.kde.org/p/1646881/"
license=('GPL')
depends=('qt5-graphicaleffects' 'kirigami2')
makedepends=()
source=("https://i-glu4it.ru/qml/org.kde.plasma.flipweather.0.2.tar.gz")
md5sums=('d9a9a974d0a8b4d673f121f0e43b5304')

package() {
    cd $srcdir/org.kde.plasma.flipweather

    mkdir -p $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.flipweather
    cp -r * $pkgdir/usr/share/plasma/plasmoids/org.kde.plasma.flipweather
}