author | Antonio Rojas
<arojas@archlinux.org> 2017-10-10 10:22:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-10-10 10:22:00 UTC |
parent | 57fc30a6d005710b33f019ee720fb55864bcbdd9 |
PKGBUILD | +16 | -18 |
diff --git a/PKGBUILD b/PKGBUILD index 808bd6c..76953ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,17 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> +# Maintainer: Antonio Rojas <arojas@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Antonio Rojas pkgbase=oxygen -pkgname=('oxygen' 'oxygen-kde4') -pkgver=5.10.5 +pkgname=(oxygen oxygen-kde4) +pkgver=5.11.0 pkgrel=1 -arch=('i686' 'x86_64') +arch=(i686 x86_64) url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' - 'python') -source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}) -sha256sums=('a97a01d0db02b4b1574f5652a9ff1ffef84b085ed67c2b8f68b3818d56d6315c' +license=(LGPL) +makedepends=(frameworkintegration kcmutils kdecoration extra-cmake-modules kdoctools kdelibs automoc4 python) +source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('205680de697e327096cce06a3895276f0019121ac6018add4da1be95b1779319' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell '348C8651206633FD983A8FC4DEACEA00075E1D76' # KDE Neon @@ -27,7 +26,7 @@ build() { cmake ../$pkgname-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make cd .. @@ -43,22 +42,21 @@ build() { package_oxygen() { pkgdesc='KDE Oxygen style' - depends=('frameworkintegration' 'kdecoration' 'kcmutils' 'kwayland') - conflicts=('oxygen-cursors') - replaces=('oxygen-cursors') - groups=('plasma') + depends=(frameworkintegration kdecoration kcmutils kwayland hicolor-icon-theme) + conflicts=(oxygen-cursors) + replaces=(oxygen-cursors) + groups=(plasma) cd build - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } package_oxygen-kde4() { pkgdesc='KDE Oxygen style for KDE4 applications' - depends=('kdelibs') - conflicts=('kdebase-workspace') + depends=(kdelibs) cd build-kde4 - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install # needed so that pure Qt4 apps are correctly themed install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles