[arch-commits] Commit in kinfocenter/repos (6 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:27:44 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:27:43
  Author: arojas
Revision: 260699

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kinfocenter/repos/staging-i686/
  kinfocenter/repos/staging-i686/PKGBUILD
    (from rev 260698, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/staging-i686/kcm-about-distrorc
    (from rev 260698, kinfocenter/kde-unstable/kcm-about-distrorc)
  kinfocenter/repos/staging-x86_64/
  kinfocenter/repos/staging-x86_64/PKGBUILD
    (from rev 260698, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/staging-x86_64/kcm-about-distrorc
    (from rev 260698, kinfocenter/kde-unstable/kcm-about-distrorc)

-----------------------------------+
 staging-i686/PKGBUILD             |   45 ++++++++++++++++++++++++++++++++++++
 staging-i686/kcm-about-distrorc   |    2 +
 staging-x86_64/PKGBUILD           |   45 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/kcm-about-distrorc |    2 +
 4 files changed, 94 insertions(+)

Copied: kinfocenter/repos/staging-i686/PKGBUILD (from rev 260698, kinfocenter/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-03 22:27:43 UTC (rev 260699)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+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" 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc')
+md5sums=('bff5d25283865cc451e26e35b88a05d3'
+         '518881f04ca9d4bd8526008767e40ba7'
+         '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/staging-i686/kcm-about-distrorc (from rev 260698, kinfocenter/kde-unstable/kcm-about-distrorc)
===================================================================
--- staging-i686/kcm-about-distrorc	                        (rev 0)
+++ staging-i686/kcm-about-distrorc	2016-03-03 22:27:43 UTC (rev 260699)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/staging-x86_64/PKGBUILD (from rev 260698, kinfocenter/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-03 22:27:43 UTC (rev 260699)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.5.95
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+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" 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc')
+md5sums=('bff5d25283865cc451e26e35b88a05d3'
+         '518881f04ca9d4bd8526008767e40ba7'
+         '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Copied: kinfocenter/repos/staging-x86_64/kcm-about-distrorc (from rev 260698, kinfocenter/kde-unstable/kcm-about-distrorc)
===================================================================
--- staging-x86_64/kcm-about-distrorc	                        (rev 0)
+++ staging-x86_64/kcm-about-distrorc	2016-03-03 22:27:43 UTC (rev 260699)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg



More information about the arch-commits mailing list