Date: Thursday, September 13, 2018 @ 20:57:07 Author: arojas Revision: 334488
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kinfocenter/repos/kde-unstable-x86_64/ kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 334487, kinfocenter/kde-unstable/PKGBUILD) kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc (from rev 334487, kinfocenter/kde-unstable/kcm-about-distrorc) --------------------+ PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ kcm-about-distrorc | 2 ++ 2 files changed, 50 insertions(+) Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 334487, kinfocenter/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2018-09-13 20:57:07 UTC (rev 334488) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kinfocenter +pkgver=5.13.90 +pkgrel=1 +pkgdesc='A utility that provides information about a computer system' +arch=(x86_64) +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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} + https://sources.archlinux.org/other/artwork/archlinux-artwork-1.6.tar.gz + kcm-about-distrorc) +sha256sums=('ca670c6adc2d45ed28f90c68c79ddf5a5b2cb0bddf1bbd09ce08387ed2d6c393' + 'SKIP' + '9c6e7faea0ed66bf6ed64b134fad6316161cf146779e4e2f4cd95c644066aab2' + '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notm...@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 Arch logo + install -Dm644 "$srcdir"/archlinux-artwork-1.6/logos/archlinux-vert-dark.svg \ + "$pkgdir"/usr/share/about-distro/archlinux-logo.svg + install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc +} Copied: kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc (from rev 334487, kinfocenter/kde-unstable/kcm-about-distrorc) =================================================================== --- kde-unstable-x86_64/kcm-about-distrorc (rev 0) +++ kde-unstable-x86_64/kcm-about-distrorc 2018-09-13 20:57:07 UTC (rev 334488) @@ -0,0 +1,2 @@ +[General] +LogoPath=/usr/share/about-distro/archlinux-logo.svg