[arch-commits] Commit in kinfocenter/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Thu May 16 13:34:44 UTC 2019
Date: Thursday, May 16, 2019 @ 13:34:43
Author: arojas
Revision: 353433
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 353432, kinfocenter/kde-unstable/PKGBUILD)
kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 353432, 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 353432, kinfocenter/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2019-05-16 13:34:43 UTC (rev 353433)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kinfocenter
+pkgver=5.15.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=('2b367415c218794db208c5b34aceee79c6f89a0886c0a3ef2e5a007fa4e0438d'
+ 'SKIP'
+ '9c6e7faea0ed66bf6ed64b134fad6316161cf146779e4e2f4cd95c644066aab2'
+ '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr at jriddell.org>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at 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 353432, kinfocenter/kde-unstable/kcm-about-distrorc)
===================================================================
--- kde-unstable-x86_64/kcm-about-distrorc (rev 0)
+++ kde-unstable-x86_64/kcm-about-distrorc 2019-05-16 13:34:43 UTC (rev 353433)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg
More information about the arch-commits
mailing list