[arch-commits] Commit in kinfocenter/kde-unstable (PKGBUILD kcm-about-distrorc)

Antonio Rojas arojas at archlinux.org
Tue May 21 16:07:42 UTC 2019


    Date: Tuesday, May 21, 2019 @ 16:07:42
  Author: arojas
Revision: 353733

Drop logo, it is now provided by filesystem

Modified:
  kinfocenter/kde-unstable/PKGBUILD
Deleted:
  kinfocenter/kde-unstable/kcm-about-distrorc

--------------------+
 PKGBUILD           |   15 +++------------
 kcm-about-distrorc |    2 --
 2 files changed, 3 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 16:04:06 UTC (rev 353732)
+++ PKGBUILD	2019-05-21 16:07:42 UTC (rev 353733)
@@ -4,7 +4,7 @@
 
 pkgname=kinfocenter
 pkgver=5.15.90
-pkgrel=1
+pkgrel=2
 pkgdesc='A utility that provides information about a computer system'
 arch=(x86_64)
 url='https://www.kde.org/applications/system/kinfocenter/'
@@ -12,13 +12,9 @@
 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)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('2b367415c218794db208c5b34aceee79c6f89a0886c0a3ef2e5a007fa4e0438d'
-            'SKIP'
-            '9c6e7faea0ed66bf6ed64b134fad6316161cf146779e4e2f4cd95c644066aab2'
-            '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451')
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr at jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
@@ -40,9 +36,4 @@
 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
 }

Deleted: kcm-about-distrorc
===================================================================
--- kcm-about-distrorc	2019-05-21 16:04:06 UTC (rev 353732)
+++ kcm-about-distrorc	2019-05-21 16:07:42 UTC (rev 353733)
@@ -1,2 +0,0 @@
-[General]
-LogoPath=/usr/share/about-distro/archlinux-logo.svg



More information about the arch-commits mailing list