From 3d325e3e918b25379f4ecce6a0a4b8c73627c940 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 25 Oct 2017 07:31:37 +0200 Subject: libre/kinfocenter: updated to 5.11.2 --- libre/kinfocenter/PKGBUILD | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'libre') diff --git a/libre/kinfocenter/PKGBUILD b/libre/kinfocenter/PKGBUILD index 8e912c730..d52c596c4 100644 --- a/libre/kinfocenter/PKGBUILD +++ b/libre/kinfocenter/PKGBUILD @@ -6,19 +6,23 @@ # Contributor (Arch): Andrea Scarpino pkgname=kinfocenter -pkgver=5.11.1 + +pkgver=5.11.2 pkgrel=1.parabola1 -pkgdesc='A utility that provides information about a computer system (Parabola rebranded)' -arch=('i686' 'x86_64' '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') -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=('88b1da98f2e27edfe8c1d6f55188ffd8512bfad4bbc1db30d978200f0c717047' +arch=(i686 x86_64 armv7h) + +pkgdesc="A utility that provides information about a computer system (Parabola rebranded)" +url="https://www.kde.org/applications/system/kinfocenter/" +license=(LGPL) + +depends=(kcmutils pciutils glu libraw1394 kwayland) +makedepends=(extra-cmake-modules python 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=('147dc458209f18693b77af27db95f58a3dac1dfc538fba484436daabb07d6184' 'SKIP' '75136b90185242891cbeb993285f400bcc9c6c70fdccb0f5e50790acaf875b92' '9c874f9ee68dc1c46fab1255f28bdca892e664b35208220db77ab59e04617a96') @@ -32,7 +36,7 @@ prepare() { build() { cd build - cmake ../${pkgname}-${pkgver} \ + cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ @@ -42,9 +46,9 @@ build() { package() { cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install -# Install Parabola logo + # 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 } -- cgit v1.2.3