[Dev] Orphan Libre package [kinfocenter] marked out-of-date

jc_gargma jc_gargma at iserlohn-fortress.net
Sun Jun 11 02:26:10 GMT 2017


> jc_gargma at iserlohn-fortress.net wants to notify you that the following
> packages may be out-of-date:
> 
> 
> * kinfocenter 5.10.0-1.parabola1 [libre] (i686):
> https://parabolagnulinux.org/packages/libre/i686/kinfocenter/ * kinfocenter
> 5.10.0-1.parabola1 [libre] (x86_64):
> https://parabolagnulinux.org/packages/libre/x86_64/kinfocenter/
> 
> 
> The user provided the following additional text:

I've attached an updated PKGBUILD for kinfocenter 5.10.1


-jc
-------------- next part --------------
# $Id: PKGBUILD 291158 2017-03-21 20:15:40Z arojas $
# Maintainer (Arch): Felix Yan <felixonmars at archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea at archlinux.org>
# Contributor (Arch): Antonio Rojas
# Maintainer: André Silva <emulatorman at parabola.nu>

pkgname=kinfocenter
pkgver=5.10.1
pkgrel=1.parabola1
pkgdesc='A utility that provides information about a computer system (Parabola rebranded)'
arch=('i686' 'x86_64' 'armv7h')
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}
        'parabola-logo.svg::https://wiki.parabola.nu/images/a/af/Parabolagnu%2Blinuxlibre-dark-scalable.svg'
        'kcm-about-distrorc')
sha512sums=('be74aaaa7c881f4604b60dce126e8489ad3f782afddb412be7800d33e304a918822bab2ca17af9fc8e83ac97a2f2490734c8b1d6899a7b2f5901502110f5b99d'
            'SKIP'
            'af9f9a8074cb84e3a2ab35200189627d8fb529741aa9c2a316c6c6f049ffd88b6b16d98f1fcdef731a9f75a03883b6806fb48c87c533b94ab3e719bdc02f7b9f'
            '2a184861ce8aae52c98a143d3c905f74c03ccf10294234293f7eb647b663e9b0f95f2a45c3681e7948ddbdae082d51f9cd830e355302fdcd876a6d5be4ce557b')
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 Parabola logo
  install -Dm644 "$srcdir"/parabola-logo.svg "$pkgdir"/usr/share/about-distro/parabola-logo.svg
  install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20170610/31dd5e50/attachment.sig>


More information about the Dev mailing list