summaryrefslogtreecommitdiff
path: root/libre/kinfocenter/PKGBUILD
blob: 4568f7ef77e3da7a99ed5ebf074db6a287a305c6 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# $Id$
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>

pkgname=kinfocenter
pkgver=5.12.4
pkgrel=2
pkgrel+=.parabola1
pkgdesc='A utility that provides information about a computer system'
pkgdesc+=' (Parabola rebranded)'
arch=(x86_64)
arch+=(i686 armv7h)
url='https://www.kde.org/applications/system/kinfocenter/'
license=(LGPL)
depends=(kcmutils pciutils glu libraw1394 kwayland)
makedepends=(extra-cmake-modules plasma-framework kdoctools)
groups=(plasma)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} 
        parabola-logo.svg::https://wiki.parabola.nu/images/a/af/Parabolagnu%2Blinuxlibre-dark-scalable.svg
        kcm-about-distrorc)
sha256sums=('436a6b36917f745ec710802bd34bc541a482802fd0753b787d9d16d5115bfe35'
            'SKIP'
            '75136b90185242891cbeb993285f400bcc9c6c70fdccb0f5e50790acaf875b92'
            '9c874f9ee68dc1c46fab1255f28bdca892e664b35208220db77ab59e04617a96')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>

prepare() {
  mkdir -p build
}

build() {
  cd build
  cmake ../$pkgname-$pkgver \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=lib \
    -DBUILD_TESTING=OFF
  make
}

package() {
  cd build
  make DESTDIR="$pkgdir" install

  # Install Parabola logo
  install -Dm644 "$srcdir"/parabola-logo.svg \
    "$pkgdir"/usr/share/about-distro/parabola-logo.svg
  install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
}