diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-20 07:28:05 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-20 07:29:49 +0200 |
commit | c5d191df764b364dce00cac8bdfe1825bfdfba89 (patch) | |
tree | 00595a695e43d969ca1723e9d8d366152891d7f4 | |
parent | 3113d036e733864f6035b405e77e355217e49269 (diff) | |
download | abslibre-c5d191df764b364dce00cac8bdfe1825bfdfba89.tar.gz abslibre-c5d191df764b364dce00cac8bdfe1825bfdfba89.tar.bz2 abslibre-c5d191df764b364dce00cac8bdfe1825bfdfba89.zip |
libre/kinfocenter: updated to 5.12.4
-rw-r--r-- | libre/kinfocenter/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/kinfocenter/PKGBUILD b/libre/kinfocenter/PKGBUILD index 8b64ef12e..4568f7ef7 100644 --- a/libre/kinfocenter/PKGBUILD +++ b/libre/kinfocenter/PKGBUILD @@ -7,8 +7,8 @@ # Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=kinfocenter -pkgver=5.12.3 -pkgrel=1 +pkgver=5.12.4 +pkgrel=2 pkgrel+=.parabola1 pkgdesc='A utility that provides information about a computer system' pkgdesc+=' (Parabola rebranded)' @@ -17,12 +17,12 @@ arch+=(i686 armv7h) url='https://www.kde.org/applications/system/kinfocenter/' license=(LGPL) depends=(kcmutils pciutils glu libraw1394 kwayland) -makedepends=(extra-cmake-modules python plasma-framework kdoctools) +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=('d98ff9309ba5ab7cc340b446fb5c4e12f9be07b9efc0e807ae3939467d773551' +sha256sums=('436a6b36917f745ec710802bd34bc541a482802fd0753b787d9d16d5115bfe35' 'SKIP' '75136b90185242891cbeb993285f400bcc9c6c70fdccb0f5e50790acaf875b92' '9c874f9ee68dc1c46fab1255f28bdca892e664b35208220db77ab59e04617a96') @@ -49,6 +49,7 @@ package() { make DESTDIR="$pkgdir" install # Install Parabola logo - install -Dm644 "$srcdir"/parabola-logo.svg "$pkgdir"/usr/share/about-distro/parabola-logo.svg + 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 } |