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

Antonio Rojas arojas at archlinux.org
Fri Jun 17 13:37:18 UTC 2016


    Date: Friday, June 17, 2016 @ 13:37:17
  Author: arojas
Revision: 270148

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

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

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

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 270147, breeze-grub/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2016-06-17 13:37:17 UTC (rev 270148)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=breeze-grub
+pkgver=5.6.95
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('76a5bc6fc1fc3d0b947aa52ebdae779a513cf887b0c55a3346e01aa03f9f328c'
+            'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+              '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