summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 709da1662ca56490c4c52b9c6ea3d825ce19316e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Nathan Simmonds <arch@nsimmonds.com>
# Maintainer: Axel Navarro <navarroaxel at gmail.com>
pkgname=plasma5-applets-kde-arch-update-notifier
_pkgname=kde-arch-update-plasmoid
pkgver=7.2.1
pkgrel=3
pkgdesc="A KDE plasmoid for your system tray notifying you of available updates with AUR Support"
url="https://github.com/I-Dream-in-Code/$_pkgname"
arch=('any')
license=('GPL')
depends=("fakeroot" "konsole" "pacman-contrib" "plasma-desktop" "plasma-framework5" "qt5-xmlpatterns")
optdepends=("snapd" "yakuake")
makedepends=("cmake" "git" "extra-cmake-modules")
conflicts=(plasma5-applets-kde-arch-update-notifier-git)
replaces=(plasma5-applets-kde-arch-update-notifier-git)
backup=()
install=
source=("$url/archive/$pkgver.tar.gz")

sha256sums=('7c367f7fd961daf01cca0fa5a90601f5f5f2cb6664a6102a9c8902e607a12063')

build() {
  cmake -B build -S $_pkgname-$pkgver \
    -DBUILD_TESTING=OFF
  cmake --build build
}

package() {
  DESTDIR="$pkgdir" cmake --install build
}