[arch-commits] Commit in kinfocenter/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 14 20:57:47 UTC 2015
Date: Tuesday, April 14, 2015 @ 22:57:47
Author: arojas
Revision: 236562
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 236561, kinfocenter/kde-unstable/PKGBUILD)
kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 236561, kinfocenter/kde-unstable/kcm-about-distrorc)
kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236561, kinfocenter/kde-unstable/PKGBUILD)
kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 236561, kinfocenter/kde-unstable/kcm-about-distrorc)
Deleted:
kinfocenter/repos/kde-unstable-i686/PKGBUILD
kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
----------------------------------------+
/PKGBUILD | 90 +++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 38 -------------
kde-unstable-i686/kcm-about-distrorc | 2
kde-unstable-x86_64/PKGBUILD | 38 -------------
kde-unstable-x86_64/kcm-about-distrorc | 2
5 files changed, 94 insertions(+), 76 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-04-14 20:55:57 UTC (rev 236561)
+++ kde-unstable-i686/PKGBUILD 2015-04-14 20:57:47 UTC (rev 236562)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.2.95
-pkgrel=1
-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')
-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')
-
-prepare() {
- mkdir 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
-}
Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 236561, kinfocenter/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-04-14 20:57:47 UTC (rev 236562)
@@ -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.2.95
+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')
+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.png::https://d11xdyzr0div58.cloudfront.net/static/logos/archlinux-logo-dark-90dpi.ebdee92a15b3.png' 'kcm-about-distrorc')
+md5sums=('c60a6d96b3e175275a97ec6f0bec69d8'
+ 'ebdee92a15b3b0ebf9ff68d6503476bd'
+ 'd79fe510ddc2b06c42cd1b81761f182b')
+
+prepare() {
+ mkdir 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.png "$pkgdir"/usr/share/about-distro/archlinux-logo.png
+ install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
+}
Copied: kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc (from rev 236561, kinfocenter/kde-unstable/kcm-about-distrorc)
===================================================================
--- kde-unstable-i686/kcm-about-distrorc (rev 0)
+++ kde-unstable-i686/kcm-about-distrorc 2015-04-14 20:57:47 UTC (rev 236562)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.png
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-04-14 20:55:57 UTC (rev 236561)
+++ kde-unstable-x86_64/PKGBUILD 2015-04-14 20:57:47 UTC (rev 236562)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.2.95
-pkgrel=1
-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')
-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')
-
-prepare() {
- mkdir 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
-}
Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 236561, kinfocenter/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-04-14 20:57:47 UTC (rev 236562)
@@ -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.2.95
+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')
+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.png::https://d11xdyzr0div58.cloudfront.net/static/logos/archlinux-logo-dark-90dpi.ebdee92a15b3.png' 'kcm-about-distrorc')
+md5sums=('c60a6d96b3e175275a97ec6f0bec69d8'
+ 'ebdee92a15b3b0ebf9ff68d6503476bd'
+ 'd79fe510ddc2b06c42cd1b81761f182b')
+
+prepare() {
+ mkdir 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.png "$pkgdir"/usr/share/about-distro/archlinux-logo.png
+ install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
+}
Copied: kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc (from rev 236561, kinfocenter/kde-unstable/kcm-about-distrorc)
===================================================================
--- kde-unstable-x86_64/kcm-about-distrorc (rev 0)
+++ kde-unstable-x86_64/kcm-about-distrorc 2015-04-14 20:57:47 UTC (rev 236562)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.png
More information about the arch-commits
mailing list