Date: Tuesday, June 27, 2017 @ 21:00:08 Author: arojas Revision: 299313
archrelease: copy trunk to extra-i686, extra-x86_64 Added: kinfocenter/repos/extra-i686/PKGBUILD (from rev 299312, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 299312, kinfocenter/trunk/kcm-about-distrorc) kinfocenter/repos/extra-x86_64/PKGBUILD (from rev 299312, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-x86_64/kcm-about-distrorc (from rev 299312, kinfocenter/trunk/kcm-about-distrorc) Deleted: kinfocenter/repos/extra-i686/PKGBUILD kinfocenter/repos/extra-i686/kcm-about-distrorc kinfocenter/repos/extra-x86_64/PKGBUILD kinfocenter/repos/extra-x86_64/kcm-about-distrorc ---------------------------------+ /PKGBUILD | 96 ++++++++++++++++++++++++++++++++++++++ /kcm-about-distrorc | 4 + extra-i686/PKGBUILD | 48 ------------------- extra-i686/kcm-about-distrorc | 2 extra-x86_64/PKGBUILD | 48 ------------------- extra-x86_64/kcm-about-distrorc | 2 6 files changed, 100 insertions(+), 100 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2017-06-27 20:59:15 UTC (rev 299312) +++ extra-i686/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas - -pkgname=kinfocenter -pkgver=5.10.2 -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=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') -makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} -'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') -sha256sums=('1202b32504925f6746369e5ad63ef7c014e89ea2d3a820387b1dd4b46a4718e4' - 'SKIP' - 'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e' - '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon - 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib \ - -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/extra-i686/PKGBUILD (from rev 299312, kinfocenter/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas + +pkgname=kinfocenter +pkgver=5.10.3 +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=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') +makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} +'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') +sha256sums=('d3810c556196aece308406ceef762cfd0eb9241476e73eb84260b2e5cee72429' + 'SKIP' + 'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e' + '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -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 +} Deleted: extra-i686/kcm-about-distrorc =================================================================== --- extra-i686/kcm-about-distrorc 2017-06-27 20:59:15 UTC (rev 299312) +++ extra-i686/kcm-about-distrorc 2017-06-27 21:00:08 UTC (rev 299313) @@ -1,2 +0,0 @@ -[General] -LogoPath=/usr/share/about-distro/archlinux-logo.svg Copied: kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 299312, kinfocenter/trunk/kcm-about-distrorc) =================================================================== --- extra-i686/kcm-about-distrorc (rev 0) +++ extra-i686/kcm-about-distrorc 2017-06-27 21:00:08 UTC (rev 299313) @@ -0,0 +1,2 @@ +[General] +LogoPath=/usr/share/about-distro/archlinux-logo.svg Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2017-06-27 20:59:15 UTC (rev 299312) +++ extra-x86_64/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas - -pkgname=kinfocenter -pkgver=5.10.2 -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=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') -makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} -'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') -sha256sums=('1202b32504925f6746369e5ad63ef7c014e89ea2d3a820387b1dd4b46a4718e4' - 'SKIP' - 'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e' - '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') -validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell - '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon - 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib \ - -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/extra-x86_64/PKGBUILD (from rev 299312, kinfocenter/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-06-27 21:00:08 UTC (rev 299313) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas + +pkgname=kinfocenter +pkgver=5.10.3 +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=('kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') +makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'kdoctools') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} +'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') +sha256sums=('d3810c556196aece308406ceef762cfd0eb9241476e73eb84260b2e5cee72429' + 'SKIP' + 'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e' + '02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') +validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell + '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon + 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -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 +} Deleted: extra-x86_64/kcm-about-distrorc =================================================================== --- extra-x86_64/kcm-about-distrorc 2017-06-27 20:59:15 UTC (rev 299312) +++ extra-x86_64/kcm-about-distrorc 2017-06-27 21:00:08 UTC (rev 299313) @@ -1,2 +0,0 @@ -[General] -LogoPath=/usr/share/about-distro/archlinux-logo.svg Copied: kinfocenter/repos/extra-x86_64/kcm-about-distrorc (from rev 299312, kinfocenter/trunk/kcm-about-distrorc) =================================================================== --- extra-x86_64/kcm-about-distrorc (rev 0) +++ extra-x86_64/kcm-about-distrorc 2017-06-27 21:00:08 UTC (rev 299313) @@ -0,0 +1,2 @@ +[General] +LogoPath=/usr/share/about-distro/archlinux-logo.svg