summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-10-25 07:31:37 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-10-25 07:31:53 +0200
commit3d325e3e918b25379f4ecce6a0a4b8c73627c940 (patch)
tree9cdc10cc2a2e8a74cdc11f4c51319f8772695d34 /libre
parent5e856b7cb3a94a04bc74635290714de58364dc26 (diff)
downloadabslibre-3d325e3e918b25379f4ecce6a0a4b8c73627c940.tar.gz
abslibre-3d325e3e918b25379f4ecce6a0a4b8c73627c940.tar.bz2
abslibre-3d325e3e918b25379f4ecce6a0a4b8c73627c940.zip
libre/kinfocenter: updated to 5.11.2
Diffstat (limited to 'libre')
-rw-r--r--libre/kinfocenter/PKGBUILD34
1 files changed, 19 insertions, 15 deletions
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 <andrea@archlinux.org>
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
}