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

Antonio Rojas arojas at archlinux.org
Tue Apr 14 20:55:58 UTC 2015


    Date: Tuesday, April 14, 2015 @ 22:55:57
  Author: arojas
Revision: 236561

Add Arch logo for kcm-about-distro

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-14 19:30:45 UTC (rev 236560)
+++ PKGBUILD	2015-04-14 20:55:57 UTC (rev 236561)
@@ -5,17 +5,20 @@
 
 pkgname=kinfocenter
 pkgver=5.2.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KInfocenter'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kinfocenter'
 license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland' 'kdeclarative')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
 conflicts=('kdebase-workspace')
 groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('c60a6d96b3e175275a97ec6f0bec69d8')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" 
+'archlinux-logo.png::https://d11xdyzr0div58.cloudfront.net/static/logos/archlinux-logo-dark-90dpi.ebdee92a15b3.png' 'kcm-about-distrorc')
+md5sums=('c60a6d96b3e175275a97ec6f0bec69d8'
+         'ebdee92a15b3b0ebf9ff68d6503476bd'
+         'd79fe510ddc2b06c42cd1b81761f182b')
 
 prepare() {
   mkdir build
@@ -35,4 +38,8 @@
 package() {
   cd build
   make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.png "$pkgdir"/usr/share/about-distro/archlinux-logo.png
+  install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
 }

Added: kcm-about-distrorc
===================================================================
--- kcm-about-distrorc	                        (rev 0)
+++ kcm-about-distrorc	2015-04-14 20:55:57 UTC (rev 236561)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.png



More information about the arch-commits mailing list