[arch-commits] Commit in breeze-grub/repos (2 files)

Antonio Rojas arojas at archlinux.org
Mon May 15 12:31:48 UTC 2017


    Date: Monday, May 15, 2017 @ 12:31:46
  Author: arojas
Revision: 296123

archrelease: copy kde-unstable to kde-unstable-any

Added:
  breeze-grub/repos/kde-unstable-any/
  breeze-grub/repos/kde-unstable-any/PKGBUILD
    (from rev 296122, breeze-grub/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 296122, breeze-grub/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2017-05-15 12:31:46 UTC (rev 296123)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-grub
+pkgver=5.9.95
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e9b733ed65857d70f7c6abc789780e8b12209888d852a43d6ca7f71d42f03ab1'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/boot/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/boot/grub/themes
+}



More information about the arch-commits mailing list